Impossible to execute readimage on other disk than c:

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
mtg
Posts: 1
Joined: 2011-02-14T02:55:09-07:00
Authentication code: 8675308

Impossible to execute readimage on other disk than c:

Post by mtg »

Hi,
With this code :

Code: Select all

$path = "e:/test/3.jpg";
$im = new Imagick();
$im->readimage($path);
It works with the path c:/test/3.jpg but i've an apache error "connection reseted" with e:

Could i have an explanation ?
Regards
Post Reply