Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #221407

    I am getting an Http error when uploading images. I was on the phone with Godaddy support and they traced it back to theme (activated twenty13 theme and worked fine). I tried disabling all plugins and still no luck. I am also getting a 30 second timeout error when i disable htaccess file. The file am am trying is less than 1mb in size and takes only a couple seconds to upload. Error seems to occur during crunching.

    Also get this sometimes: Fatal error: Maximum execution time of 30 seconds exceeded in /home/content/21/11561321/html/wp-includes/class-wp-image-editor-imagick.php on line 338

    • This topic was modified 10 years, 2 months ago by ericdiro.
    #221480

    Hey Eric!

    You can do the following in order to increase the max execution time:

    1. Edit wp-config.php. Add this:

    set_time_limit(60);

    2. In htaccess:

    php_value max_execution_time 60

    3. Or edit php.ini. Ask your host.

    max_execution_time = 60 ;

    Try to increase php memory limit, refer to this link.

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Photo upload "HTTP" error when using enfold theme’ is closed to new replies.