jk11uk Posted April 3, 2009 Share Posted April 3, 2009 Hi I have a script which uses delays (so you can guess what it does ). however, when i use more than a certain amount of data it gets a 500 error. my hosting company have increased the max script time to 5 minutes in the php.ini file, but it doesn't make a difference. Anyone know whats going on? Link to comment https://forums.phpfreaks.com/topic/152359-php-script-timeout-500-error/ Share on other sites More sharing options...
dgoosens Posted April 3, 2009 Share Posted April 3, 2009 this might be caused by other params than the timeout... in the php.ini file: max_execution_time max_input_time memory_limit I believe you can set all of these with ini_set(); as you say there is quite some data... you might want to check the memory_limit Link to comment https://forums.phpfreaks.com/topic/152359-php-script-timeout-500-error/#findComment-800184 Share on other sites More sharing options...
jk11uk Posted April 3, 2009 Author Share Posted April 3, 2009 awesome thanks man! in return if you ever want free SEO advice you can go to my site: answerseo.com and ask a question. Its in early beta so i'll be the only one answering, but i know my stuff Link to comment https://forums.phpfreaks.com/topic/152359-php-script-timeout-500-error/#findComment-800185 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.