Page 1 of 1

help help thanks

Posted: 2007-08-22T10:53:24-07:00
by Rlby
<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

Re: help help thanks

Posted: 2007-08-22T16:18:59-07:00
by ridera
Would appear Imagick is not installed, or not installed correctly.

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