Page 1 of 1

Impossible to execute readimage on other disk than c:

Posted: 2011-02-14T03:37:46-07:00
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