dmbarnett Posted May 1, 2014 Share Posted May 1, 2014 How is this possible? I thought max execution of 0 was infinite. How do I debug it? This takes place after about 3 to 4 minutes. The full error text is: Fatal error: Maximum execution time of 0 seconds exceeded in /var/www/creative/PrestaShop/classes/ImageManager.php on line 421 Thanks for the help. Link to comment Share on other sites More sharing options...
bellini13 Posted May 1, 2014 Share Posted May 1, 2014 Sounds like your hosting company has a process killer. So even though your php.ini may allow for max execution as 0, your hosting company still does not. You should first start by asking your hosting company this question. Link to comment Share on other sites More sharing options...
dmbarnett Posted May 1, 2014 Author Share Posted May 1, 2014 Thanks for the reply. It is not on a hosted server. It is my test server sitting next to my desk. I don't have any process killers running that I can find and other programs have not had this problem. Link to comment Share on other sites More sharing options...
bellini13 Posted May 1, 2014 Share Posted May 1, 2014 but in fact something is killing the process and not allowing it to run. maybe its a bug in the httpd or php library you are using. Link to comment Share on other sites More sharing options...
dmbarnett Posted May 1, 2014 Author Share Posted May 1, 2014 SOLVED! I would have thought an apache timeout of 3000 would have been enough but it wasn't. I up'd it to 30000 and the 1st 2000 products ran to completion. Thanks Bellini13. On to the next big thing. Link to comment Share on other sites More sharing options...
Recommended Posts