Search found 1 match

by mtg
2011-02-14T03:37:46-07:00
Forum: IMagick
Topic: Impossible to execute readimage on other disk than c:
Replies: 0
Views: 5463

Impossible to execute readimage on other disk than c:

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