Sunday, July 17, 2011

Magento “Fatal error: Maximum execution time of 60 seconds exceeded”

The error you are receiving most likely has to do with your php configuration. Larger catalogs require longer timeout settings for these large operations to fully complete.

If you do not have access to the servers php.ini file, ask that the host increase the ‘max_execution_time’ to a value of 1800 - this is 30 minutes and should be enough time for most large catalogs.

If the host is using the PHP Module Suhosin the timeout configuration settings there may be overriding the settings in your .htaccess or your server does not allow overriding of these values.

Hope this helps

No comments:

Post a Comment