<br />
<b>Fatal error</b>: Class 'Imagick' not found in <b>E:\www\1.php</b> on line <b>5</b><br />
WHY ???
thanks
qq240795663
help help thanks
Re: help help thanks
Would appear Imagick is not installed, or not installed correctly.
Try this:
Try this:
Code: Select all
echo phpinfo(); Check if php list Imagick OK
if(!class_exists('Imagick'))
die("$report<p style=\"color:red\">Imagick does not exist. Can't proceed</p>");