• Resolved 15degrees

    (@15degrees)


    Hi Guys

    I am getting the following error in wordpress with Imagify.

    1. Imagify in bulk optimisation errors reports that curl is not installed. If you try to optimise an image in there it fails after ages of trying. If you try a new bulk optimisation you get an imagify popup error “Curl is not installed”
    2. My server admins assure me curl is installed on our VPS. Inmotion have checked for me as has my server admin.
    3. I am on an InMotion VPS and both my server admin and InMotion support tell me Curl is installed
    4. You can see the curl version in site health so even wordpress sees it.

      PHP version8.0.30 (Supports 64bit values)
      cURL version7.61.1 OpenSSL/1.1.1k

    Cheers
    Mark.

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

    (@wp_media)

    Hi Mark,

    I’m sorry you’re having issues with image optimization!

    Please check the suggestions below that have helped others with 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 the above does not resolve your 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. Once we have this information we may be able to offer better advice on how to fix your issue.

    I’ll look forward to your response so we can hopefully get this resolved for you!

    Best Regards,

    Ioanna

Viewing 1 replies (of 1 total)
  • The topic ‘cURL is not installed’ is closed to new replies.