Problemms with thumbnails creating
-
d3vlabs
- Phoca Newbie

- Posts: 5
- Joined: 27 Jul 2009, 05:25
Re: Problemms with thumbnails creating
my host set permisions on the the thumbs folder and it worked.
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Problemms with thumbnails creating
Ok
If you find Phoca extensions useful, please support the project
-
RayComBomber
- Phoca Newbie

- Posts: 4
- Joined: 23 Aug 2009, 23:39
Re: Problemms with thumbnails creating
Hi, I have a similar problem with creating thumbnails.
On had joomla with XAMPP and there, everything worked fine. Then I coped my files to an online server and there I can watch images, which I have integrated under XAMPP, but I can not intergrate new pictures. I can load them up, but phoca can't create thumbs. There is always an error:
Error 500 - Internal server error
But the funny thing is that I can create thumbs with small pictures, but not with big ones. E.g. I can create thumbs with picture a (1300x800) but not with picture b (1350x800 and higher). I alread tried to set permission 777 with FileZilla but it didn't help.
I use joomla 1.5.14 and Phoca Gallery 2.5.7 Beta.
On had joomla with XAMPP and there, everything worked fine. Then I coped my files to an online server and there I can watch images, which I have integrated under XAMPP, but I can not intergrate new pictures. I can load them up, but phoca can't create thumbs. There is always an error:
Error 500 - Internal server error
But the funny thing is that I can create thumbs with small pictures, but not with big ones. E.g. I can create thumbs with picture a (1300x800) but not with picture b (1350x800 and higher). I alread tried to set permission 777 with FileZilla but it didn't help.
I use joomla 1.5.14 and Phoca Gallery 2.5.7 Beta.
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Problemms with thumbnails creating
Hi, try to see your memory settings for php, try to see the error log on the server
If you find Phoca extensions useful, please support the project
-
RayComBomber
- Phoca Newbie

- Posts: 4
- Joined: 23 Aug 2009, 23:39
Re: Problemms with thumbnails creating
That could be the solution, but where can I find these files?Jan wrote:Hi, try to see your memory settings for php, try to see the error log on the server
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Problemms with thumbnails creating
the error log you should find on your server (if you will ftp it), the php.ini can change your webhosing operator.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
RayComBomber
- Phoca Newbie

- Posts: 4
- Joined: 23 Aug 2009, 23:39
Re: Problemms with thumbnails creating
I found the memory_limit 40M in Information->PHP-Information
is that enough and where can I change this?
is that enough and where can I change this?
-
Isobel
- Phoca Newbie

- Posts: 3
- Joined: 24 Aug 2009, 16:45
Re: Problemms with thumbnails creating
I had this problem until I created 777 permissions for the "thumbs" folder that Phoca creates to put the thumbnails inside of the original image folder. After it writes the thumbnails you can change the permissions back to 666.
-
RayComBomber
- Phoca Newbie

- Posts: 4
- Joined: 23 Aug 2009, 23:39
Re: Problemms with thumbnails creating
I tried this alread and it didn't help, because I can create thumbs, but only from small pictures. And I have my server by 1&1.Isobel wrote:I had this problem until I created 777 permissions for the "thumbs" folder that Phoca creates to put the thumbnails inside of the original image folder. After it writes the thumbnails you can change the permissions back to 666.
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Problemms with thumbnails creating
Hi, thumbnails can be written by two possible ways:
- using JFile or not. If you will use JFile (see parameters) then the thumbnails can be written with ftp ownership and permissions (or not if ftp layer is disabled). If you will not use JFile, the thumbnails are written with web server script.
This is not related to GD settings, it is related to security settings on your server. As no 777 permissions should be used, on your server there should be set the right settings - permissions + ownership. If not you can try to use ftp which can do it (because of ftp ownership)
Jan
- using JFile or not. If you will use JFile (see parameters) then the thumbnails can be written with ftp ownership and permissions (or not if ftp layer is disabled). If you will not use JFile, the thumbnails are written with web server script.
This is not related to GD settings, it is related to security settings on your server. As no 777 permissions should be used, on your server there should be set the right settings - permissions + ownership. If not you can try to use ftp which can do it (because of ftp ownership)
Jan
If you find Phoca extensions useful, please support the project