Custom PHP
Posted by: hank9481
Posted on: 2009-07-18 13:52:00
I've got a PHP web utility I'd like to use, but I'm getting a 500 internal server error saying it's timing out. The developer of the utility told me I needed to extend the time in the PHP file, which I think I've done as follows:
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 100000 ; Maximum execution time of each script, in seconds
memory_limit = 1000M ; Maximum amount of memory a script may consume (8MB)
Unfortunately, I still get a 500 internal server error. Further, here is data from my error log:
[Sat Jul 18 13:45:34 2009] [error] [client 72.147.205.247] Premature end of script headers: db_update.php, referer: http://files.mblsim.com/ootpsqlou/admin.php
[Sat Jul 18 13:45:34 2009] [error] [client 72.147.205.247] File does not exist: /home/mbl_file_upload/files.mblsim.com/internal_error.html, referer: http://files.mblsim.com/ootpsqlou/admin.php
[Sat Jul 18 13:46:48 2009] [error] [client 72.147.205.247] Premature end of script headers: sql_file_load.php, referer: http://files.mblsim.com/ootpsqlou/sql_file_load.php
[Sat Jul 18 13:46:48 2009] [error] [client 72.147.205.247] File does not exist: /home/mbl_file_upload/files.mblsim.com/internal_error.html, referer: http://files.mblsim.com/ootpsqlou/sql_file_load.php
I really need this to work, but I am in over my head. Can anyone help me understand what the problem is? I know of other non-DreamHost users using this utility without problems; however, DH offers me no help. It's the same song with these people, and if I wasn't paid up through 2011, I'd walk away. I've already reported them to the BBB, but they just don't show a willingness to help me in any way, which is disappointing.