Im getting Fetal error

Hello,
Im getting this error every time I try to access the “manage categories” of the “catalog” section in my admin
Fatal error: Maximum execution time of 30 seconds exceeded in/home3/mehrano/public_html/26/app/Mage.phpon line 608
Please advice if this is scripting error and needs to be optimized?
And please advice as whats the best way to optimize the script?
 
Thank you,
Mike
 

3 answers

Profile photo of Mall Staff 184060.00 $tone December 16, 2014
Public

@Mike Okhovat:
This relates to the PHP maximum execution time on your site. You can put bellow code to the .htaccess file in web root folder of your website on server
 
If it doesn’t work, asking your hosting provider to increase ‘max_execution_time’ value in PHP config for you

<IfModule mod_php5.c>
php_value max_execution_time 120
#1

This question is now closed

Written By

Comments