
martin - 2006-07-12 12:59:16
i get error message:
File doesn't exists
when using:
$tn_image = new Thumbnail('images/imgprop/666/666_0.jpg', 150, 0, 0);
but it works using:
$tn_image = new Thumbnail('666_0.jpg', 150, 0, 0);
what can be wrong? obviously the file 'images/imgprop/666/666_0.jpg' exists on the server. Also i'd tested changing the possible relative path adding and substracting slashes but nothing seems to work.
Thanx
Martin