• Resolved tarasp100878

    (@tarasp100878)


    Hello. When i starting optimization i’m getting this message:
    “No php extensions are available to edit images on the server. ImageMagick or GD is required.?“
    This is not truei have GD library installed.
    Here is my version of PHP and GD.
    PHP v7.4.33
    GD bundled (2.1.0 compatible)

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

    (@wp_media)

    Hi @tarasp100878

    I am sorry to hear about the issue!

    Can you please try the following suggestions?

    – 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);

    – Install our?Bulk Optimization Buffer?helper plugin to reduce the number of images optimized at once from 4 down to just 1, which eases server load during optimization.

    If there is still an issue, you can install our?Imagify Tools plugin, which we have developed to offer more in-depth information about any issues that could be occurring.

    Once installed, go to Imagify Tools > Infos, and let us know if any of the settings are highlighted in red and what error messages are being displayed. Screenshots would be appreciated, if possible.

    Feel free to let me know how it goes.

    Best Regards,

    Ioanna

Viewing 1 replies (of 1 total)
  • The topic ‘“No php extensions are available” while i have GD installed’ is closed to new replies.