Error while Creating Thumbnails (ThumbnailExists)

Phoca Gallery - image gallery extension
craven2
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 12 Feb 2010, 14:29

Error while Creating Thumbnails (ThumbnailExists)

Post by craven2 »

Code: Select all

Phoca Gallery is creating thumbnail(s) now. Please wait...

Creating of thumbnail pia07997_spiritmars.jpg ... Error
(/pia07997_spiritmars.jpg)
Loading (Re)creating of thumbnails is running now, please wait...
Error Message:	Error while Creating Thumbnails (ThumbnailExists)
What to do now :	» If you have fixed the problem caused by

    * Image (wrong type or broken image) - remove the image or upload new image via e.g. FTP
    * GD Library (not correctly working GD library, not working GD functions) - install or reinstall GD library
    * Permissions (no rights to write files or folders) - change the permissions of image/phocagallery folders on your server,

you can go back to Phoca Gallery. Phoca Gallery will try to create the thumbnails again.
Go to the Phoca Gallery
» You can close this box and solve the problem e.g. in Media Manager or via FTP. 
I have tried this with multiple images - all the same error.

/components is set to 0777
/images/phocagallery is set to 0777

help!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Error while Creating Thumbnails (ThumbnailExists)

Post by Jan »

If you find Phoca extensions useful, please support the project
craven2
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 12 Feb 2010, 14:29

Re: Error while Creating Thumbnails (ThumbnailExists)

Post by craven2 »

I've done all that - same error.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Error while Creating Thumbnails (ThumbnailExists)

Post by Jan »

Hi, then try to ask webhosting operator on ownership settings? :idea:
If you find Phoca extensions useful, please support the project
craven2
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 12 Feb 2010, 14:29

Re: Error while Creating Thumbnails (ThumbnailExists)

Post by craven2 »

Solved.

The problem was that The GD Library wasn't installed on my server.


(for ubuntu)
sudo apt-get install php5-gd
sudo /etc/init.d/apache2 restart


fixed.
Post Reply