I was able to successfuly upload one image to a categrory from the front end. Now I just get errors in both front and back ends. Here is the site:
http://aiaccaep.org/index.php?option=co ... &Itemid=54
Any help? Is it the thumbnail creation? What is it?
LUK820911
Basic Image uploads
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Basic Image uploads
Hi, which error exactly do you get?
If you find Phoca extensions useful, please support the project
-
luk820911
- Phoca Newbie

- Posts: 3
- Joined: 23 Aug 2009, 18:36
Re: Basic Image uploads
Sorry, here it is:
The image seemed to upload, but shows no thumbnail and displays this error when you try to view it.
Warning: getimagesize(/homepages/31/d293978780/htdocs/images/phocagallery/users/thumbs/phoca_thumb_l_n_a.jpg) [function.getimagesize]: failed to open stream: No such file or directory in /homepages/31/d293978780/htdocs/administrator/components/com_phocagallery/libraries/phocagallery/image/image.php on line 47
LUK820911
The image seemed to upload, but shows no thumbnail and displays this error when you try to view it.
Warning: getimagesize(/homepages/31/d293978780/htdocs/images/phocagallery/users/thumbs/phoca_thumb_l_n_a.jpg) [function.getimagesize]: failed to open stream: No such file or directory in /homepages/31/d293978780/htdocs/administrator/components/com_phocagallery/libraries/phocagallery/image/image.php on line 47
LUK820911
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Basic Image uploads
Does this file exists on your site:
/homepages/31/d293978780/htdocs/images/phocagallery/users/thumbs/phoca_thumb_l_n_a.jpg
?
if yes, then there can be permissions problem
/homepages/31/d293978780/htdocs/images/phocagallery/users/thumbs/phoca_thumb_l_n_a.jpg
?
if yes, then there can be permissions problem
If you find Phoca extensions useful, please support the project
-
luk820911
- Phoca Newbie

- Posts: 3
- Joined: 23 Aug 2009, 18:36
Re: Basic Image uploads
In that folder, the only thing that exists is an index.html file.
LUK820911
LUK820911
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Basic Image uploads
then you should check if gd can write into the folder (permissions, ownership)
https://www.phoca.cz/documents/50-phoca/ ... y-settings
and if GD works OK on your server
https://www.phoca.cz/documents/50-phoca/ ... y-settings
and if GD works OK on your server
If you find Phoca extensions useful, please support the project