• Hey,
    everytime I try uploading media images it give me an error for “HTTP ERROR” THIS ONLY HAPPENS ON CERTAIN IMAGES AND SOME OTHER IMAGES SUCESSFULLY UPLOAD. I NEED HELP. please thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter benjaminjack23

    (@benjaminjack23)

    Fatal error: Maximum execution time of 30 seconds exceeded in /home3/abiye23/public_html/wp-includes/class-wp-image-editor-imagick.php on line 358

    IT ALSO GIVE S OUT THIS EEOR PLEASE HELP

    Your script uploading is timing out probably because the image is too big. You need to increase the execution timeout setting in PHP.INI. It is initially set to 30 seconds.

    max_execution_time = 30

    Change it to be a much higher number, like 90.

    everytime I try uploading media images it give me an error …
    …THIS ONLY HAPPENS ON CERTAIN IMAGES

    Okay. So… sometimes, but not all the time. 🙂

    Start by thinking about what the images it fails on might have in common.

    -File extension?

    -File size? (Example: More than 2MB) – or –

    -File SIZE (Example: HUGE resolution, like 4500px 3500px)

    Any other common denominator you can discover or think of might help with a solution.

    [edit] Some discussions that might help with that particular error. (link goes to Google, but all results are from discussions here in the forums)

    site:wordpress.org “Maximum execution time of 30 seconds exceeded in” “wp-includes/class-wp-image-editor-imagick.php on line 358”

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘HTTP ERROR’ is closed to new replies.