• Resolved snipsnip

    (@snipsnip)


    The error is:

    Php GD with libavif or Imagick(ver >= 7.0.25) is not installed/enabled. Please contact the server admin!

    The server has this PHP extension installed:

    lsphp81-imagick/jammy,now 3.7.0-1+jammy amd64 [installed]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Pijush Gupta

    (@pijush_gupta)

    Hi,

    can you please run the following code on a theme template (php) file to check if the version is same or above for minimal requirement.

    if (class_exists('Imagick')) {
    			$v = Imagick::getVersion();
    			preg_match('/ImageMagick ([0-9]+\.[0-9]+\.[0-9]+)/', $v['versionString'], $v);
    			echo "Image magic version is" . $v[1];
    		}

    Regard,

    Pijush G.

    Plugin Author Pijush Gupta

    (@pijush_gupta)

    Hi, closing this due to lack of response. Feel free to contact for further support.

    Pijush G.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shows php configuration error with Openlitespeed server’ is closed to new replies.