Page 1 of 2
Can't create thumbnail for large pictures, more than 3M
Posted: 18 Mar 2010, 23:08
by m3ug
Have any idea?
I could really need your help here...
Do I have a Phoca issue or a PHP issue?
I can't upload more the 3 mb from the front end of my gallery.
The max in php.ini is 12 mb
Maximum upload size i phoca is blank
If I set 5 mb in upload size I am able to upload, but will get a sever 500 error and no thumbnail creation and upload stops after the first file.
I am using galleri 2.6.2
Joomla 1.5.15
If I upload using ftp I an not able to create thumbnail for file size bigger than 3 mb.
What is wrong, what parameter havent I set corretly??
Hope you can help me, I am new at phoca gallery.
Re: Maximum upload
Posted: 20 Mar 2010, 11:47
by m3ug
I have now tryed on another site with same result..
Anyone have a good idea??
Really hoping for your help as I find this gallery super.
It seems to be a problem creating thumbnails for large size pictures and showing them in the gallery.
Rgds Morten
Re: Problem thumbnail creation for large pictures, more than
Posted: 22 Mar 2010, 21:43
by m3ug
I can't create thumbnail manually... Hope for some help here

Re: Can't create thumbnail for large pictures, more than 3M
Posted: 24 Mar 2010, 21:18
by m3ug
Must be in phoca gallery. If I look in Joomla Media manager a thumbnail is created. But if I use the same picture in my gallery I get the error and stop thumbnail creation...
Whar shuld I do, Any idea is more than velcome.
Rgds Morten
Re: Can't create thumbnail for large pictures, more than 3M
Posted: 31 Mar 2010, 19:26
by Jan
Hi, the best way is enabling error reporting and enabling debug mode, maybe some php (gd)(memory)(time) error will appear.
https://www.phoca.cz/documents/16-joomla ... rs-on-site
Jan
Re: Can't create thumbnail for large pictures, more than 3M
Posted: 10 Apr 2010, 14:01
by m3ug
Thanks Jan for your reply.
Does this make any sense to you?
I don't know where to look.
wjhk.jupload2.policies.PictureUploadPolicy.checkuploadsuccess():the string "^SUCCESS$" was not found in the response body
Rgds
Morten
Re: Can't create thumbnail for large pictures, more than 3M
Posted: 13 Apr 2010, 20:13
by andrewmastic
i have the exact same problem. Phoca fails to create thumbnails for images larger than 3mb. It just hangs on a white screen with "stop thumbnail creation" in the top right corner. Does anyone know if this is an issue with phoca, joomla, or server?
Re: Can't create thumbnail for large pictures, more than 3M
Posted: 15 Apr 2010, 18:41
by Jan
Hi, check the settings of your server. Thumbnails are created by GD library on your server and it can happen, that there is no time or cpu or memory to create the thumbnail. Try to enable php error reporting to ge more info.
https://www.phoca.cz/documents/16-joomla ... rs-on-site
Mostly creating of thumbnails from such large file is not possible on servers because of the memory
Jan
Re: Can't create thumbnail for large pictures, more than 3M
Posted: 16 Apr 2010, 08:13
by m3ug
Jan wrote:Hi, check the settings of your server. Thumbnails are created by GD library on your server and it can happen, that there is no time or cpu or memory to create the thumbnail. Try to enable php error reporting to ge more info.
https://www.phoca.cz/documents/16-joomla ... rs-on-site
Mostly creating of thumbnails from such large file is not possible on servers because of the memory
Jan
Great and here is the messege when I enable php reporting:
wjhk.jupload2.policies.PictureUploadPolicy.checkuploadsuccess():the string "^SUCCESS$" was not found in the response body
Make any sense to you and can you help me?
Re: Can't create thumbnail for large pictures, more than 3M
Posted: 18 Apr 2010, 18:26
by m3ug
HELP, dosen't this look like an Phoca error??