|
I have no idea how imagemagic works..
What I would do:
Switch to GD2 in acp...
This should work without problem as nearly 99% of servers have php compiled with gd2.
THis will allow you to check if it is a path problem or something not related to imagemagic or gd...
If you get an error with gd also.. it meens that it is NOT related to imagemagic.. nor gd.. but more likely a file not found error or a path error or.. or.. or...
But when looking to your path... it seems there is an error there...
vbgallery usually has for path
.........../httpdocs/gallery/files/u/s/e/r/i/d/looking-up-palm.JPG'
as admin it would look for:
.........../httpdocs/gallery/files/1/looking-up-palm.JPG'
where as 1 is your userid
and not:
.........../httpdocs/gallery/data/500/thumbs/looking-up-palm.JPG'
thats my thoughts..
Luc
|