Page 1 of 1

safe mode On and imagick problem

Posted: 2009-08-21T23:56:40-07:00
by fumnimda
hi all,
i install imagick for php on my server but when i use :

$im = new Imagick();
$im->readImage($file);

i get this error : Fatal error: Uncaught exception 'ImagickException' with message 'Safe mode restricts user to read image.
safe mode is On on my server and it must be so for security reasons.

what can i do for resolving this issue? why safe mode On cause this problem?

thanks alot.