Jump to content

PHP scripts timeout


Recommended Posts

I set the max_execution_time, increased max_memory and looked at other settings as well such as file upload and etc. I never had this problem before with other servers. I cannot seem to figure out why my scripts just stop randomly and random times. I am running a large database administration script that I wrote.

 

Please help. I cannot figure it out. Thank you.

Link to comment
https://forums.phpfreaks.com/topic/125905-php-scripts-timeout/
Share on other sites

Make sure the settings are actually what you think they are using a phpinfo(); statement, set error_reporting to E_ALL (check using a phpinfo(); statement to make sure what it is), and check your web server error log file for any resulting errors.

Link to comment
https://forums.phpfreaks.com/topic/125905-php-scripts-timeout/#findComment-651105
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.