screege Posted July 6, 2005 Posted July 6, 2005 Hi I am getting this error on some of my site categories when clicking directly on them: Fatal error: Maximum execution time of 30 seconds exceeded in /full/path/to/site/includes/modules/new_products.php on line 55 It gives me this error only on two of my categories the others when clicked show the products fine. Can anyone help me? Thanks
♥swolsten Posted July 6, 2005 Posted July 6, 2005 Hi I am getting this error on some of my site categories when clicking directly on them: Fatal error: Maximum execution time of 30 seconds exceeded in /full/path/to/site/includes/modules/new_products.php on line 55 It gives me this error only on two of my categories the others when clicked show the products fine. Can anyone help me? Thanks <{POST_SNAPBACK}> How many products do you have in the cats that cause the error? Dont forget to Search. Your problem has already been fixed before.<br> Please visit Manchester-Fireworks.com.
screege Posted July 6, 2005 Author Posted July 6, 2005 How many products do you have in the cats that cause the error? <{POST_SNAPBACK}> in one 9 an in the other 2
Guest Posted July 6, 2005 Posted July 6, 2005 I had a similar problem when I decided to add pictures for my links manager and I noticed there was a substantial delay when the code code was trying to fetch the pictures from the various sites. Now with products/categories if you have any references to other sites like manufacturers pictures it may cause something similar. The core has a support function in general.php called tep_set_time_limit you can use to adjust the time-out of a script. If you set the input arg to 0 it eliminates the time-out alltogether but it will still controlled by the php.ini Regards
Recommended Posts
Archived
This topic is now archived and is closed to further replies.