W
WouterRonline
Guest
Hi everybody,
I have the following problem:
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE
Plesk 9.5.5
Windows 2008 Server (web edition)
PHP safe mode: off
PHP max_execution_time: 30
PROBLEM DESCRIPTION AND STEPS TO REPRODUCE
When running a script that takes longer than 30 seconds, I get the 500 internal server error message and not the "normal" response (max execution time of 30 seconds is reached). Also, this message always appears after about 40 secondes. Also, after putting set_time_limit(3600); into the code this same results happen.
ACTUAL RESULT
Both with and without the set_time_limit code:
After about 40 seconds a 500 internal server error appears
EXPECTED RESULT
Without set_time_limit:
After 30 seconds a message will appear saying the 30 seconds max execution limit is reached.
With set_time_limit:
The full script runs with a max of the number of seconds set in the set_time_limit
ANY ADDITIONAL INFORMATION
I tried several things, but nothing seems to work. I'm looking for possible solutions or ideas to further investigate the problem (like some tips about logs to check).
I have the following problem:
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE
Plesk 9.5.5
Windows 2008 Server (web edition)
PHP safe mode: off
PHP max_execution_time: 30
PROBLEM DESCRIPTION AND STEPS TO REPRODUCE
When running a script that takes longer than 30 seconds, I get the 500 internal server error message and not the "normal" response (max execution time of 30 seconds is reached). Also, this message always appears after about 40 secondes. Also, after putting set_time_limit(3600); into the code this same results happen.
ACTUAL RESULT
Both with and without the set_time_limit code:
After about 40 seconds a 500 internal server error appears
EXPECTED RESULT
Without set_time_limit:
After 30 seconds a message will appear saying the 30 seconds max execution limit is reached.
With set_time_limit:
The full script runs with a max of the number of seconds set in the set_time_limit
ANY ADDITIONAL INFORMATION
I tried several things, but nothing seems to work. I'm looking for possible solutions or ideas to further investigate the problem (like some tips about logs to check).