I have installed PHPix via ftp and almost everything
worked well. The directories are displayed and the
photonames as well. But the thumbnails are replaced by
a drawn face - could someone please tell me what went
wrong?
thanks a lot,
Falk
f.fasshauer@adtrust.de
Logged In: YES
user_id=1157859
Had the same problem. Try to change in config.inc the entry
$ImageTool="ext" to ="int" and then it should work. But
there is another thing in showpic.php you should change:
In the line "$new_im = ImageCreate($new_width,$new_height);"
you have to change ImageCreate for ImageCreateTrueColor
Regards, Klaus