I have a new install of Enfold on a new hosting account through GoDaddy.
Whenever I upload a picture I get the following error:
“Fatal error: Maximum execution time of 30 seconds exceeded in /home/content/85/11416585/html/wp-includes/class-wp-image-editor.php on line 334”
The photo still uploads but displays the error.
Then, whenever I go to edit a photo I receive this message:
“Image data does not exist. Please re-upload the image.”
Please advise.
Hi,
Edit config.php, add the code
set_time_limit(0);
or in the .htaccess insert
php_value max_execution_time 60
You can refer to this link for other possible solutions: http://www.clickonf5.org/11921/solution-for-wordpress-php-error-maximum-execution-time-of-30-seconds-exceeded/
Regards,
Ismael
I have 6 files named “config.php” in the edit theme area.
Enfold: config.php (config-bbpress/config.php)
Enfold: config.php (config-gravityforms/config.php)
Enfold: config.php (config-layerslider/config.php)
Enfold: config.php (config-templatebuilder/config.php)
Enfold: config.php (config-woocommerce/config.php)
Enfold: config.php (config-wpml/config.php)
Which “config.php” would I add the code to? My guess is the “config-templatebuilder/config.php” but I do not want to make any changes before receiving developer input.