Viewing 1 replies (of 1 total)
  • Plugin Author WP Media

    (@wp_media)

    Hi @ayocash

    We are in contact with you through our support system however I am sharing my reply here as well so other users with similar issues can check.

    Regarding the error you receiving it might be best to try the suggestions below which were helpful in similar issues.

    ► Install our Don’t Use Image Magick helper plugin to have your server use an image manipulation module called GD, as when Imagick is used, it can sometimes make optimization very slow or not work well (works simply by activating).

    ► Add the following to your wp-config.php file (before the “That’s all! Stop editing…” message) to increase the amount of memory and time available for image optimization (this can be a larger number if your host/server will allow):

    define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
    set_time_limit(0);

    If you have tried the above and there is still the error “Error during the JPEG compression process” then it might be best to test with one image converting it to PNG and check if it gets successfully optimized? In some cases, those JPEG images return an error because the image is not a “real” JPEG but its extension is changed manually. I can recommend you convert one of those images to PNG format and upload them again so you can check if it will be processed successfully.

    Feel free to let me know how it goes.

    Best Regards,

    Ioanna

Viewing 1 replies (of 1 total)

The topic ‘Error During the JPEG compression process’ is closed to new replies.