Php Maximum execution time error on UPLOAD

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Iam attempting to upload a doc via PHP that is ~4MB (2MB files seems to work fine). I have these
settings in my PHP.ini: 

max_execution_time=3600 
memory_limit=50M 
upload_max_filesize=50000000 
safe_mode=off

And yet I get this error: 

Fatal error: Maximum execution time of 3600 seconds exceeded in F:\Program Files\Apache
Group\Apache2\htdocs\administrator\index2.php on line 18 

And this happens once it has 'completed' the upload, as an hour has not gone by for a real
timeout. 

I tried also max_execution_time=0

Any ideas? Any specific Apache settings I should be aware of? 

I have also tried adjusting the timeout directive within Apache as well as adding this to the
apache config, still no joy: 

# 
# Cause the PHP interpreter handle files with a .php extension. 
# 
<Files *.php> 
SetOutputFilter PHP 
SetInputFilter PHP 
LimitRequestBody 9524288 
</Files>

Here is error log file from apache :

[Mon Jan 19 13:17:18 2004] [error] an unknown filter was not added: PHP 
[Mon Jan 19 13:17:18 2004] [error] an unknown filter was not added: PHP

Why I got that error ? 

Please help.


__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux