PHP Classes

File doesn't exists

Recommend this page to a friend!

      phpThumbnailer  >  All threads  >  File doesn't exists  >  (Un) Subscribe thread alerts  
Subject:File doesn't exists
Summary:i get error using path in img parameter
Messages:1
Author:martin
Date:2006-07-12 12:59:16
 

  1. File doesn't exists   Reply   Report abuse  
Picture of martin 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