Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26078

    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.

    #129228

    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

    #129229

    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.

    #129230

    Hi,

    No, the config.php that I’m talking about is located on your root folder where you can find wp-content, wp-includes and wp-admin folders. The .htaccess can be found there too. You need access the files via FTP or your cpanel.

    Regards,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Picture upload and edit errors’ is closed to new replies.