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.
Can't create thumbnail for large pictures, more than 3M
-
m3ug
- Phoca Member

- Posts: 11
- Joined: 18 Mar 2010, 22:58
Can't create thumbnail for large pictures, more than 3M
Last edited by m3ug on 24 Mar 2010, 19:38, edited 4 times in total.
-
m3ug
- Phoca Member

- Posts: 11
- Joined: 18 Mar 2010, 22:58
Re: Maximum upload
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
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
-
m3ug
- Phoca Member

- Posts: 11
- Joined: 18 Mar 2010, 22:58
Re: Problem thumbnail creation for large pictures, more than
I can't create thumbnail manually... Hope for some help here 
-
m3ug
- Phoca Member

- Posts: 11
- Joined: 18 Mar 2010, 22:58
Re: Can't create thumbnail for large pictures, more than 3M
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
Whar shuld I do, Any idea is more than velcome.
Rgds Morten
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Can't create thumbnail for large pictures, more than 3M
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
https://www.phoca.cz/documents/16-joomla ... rs-on-site
Jan
If you find Phoca extensions useful, please support the project
-
m3ug
- Phoca Member

- Posts: 11
- Joined: 18 Mar 2010, 22:58
Re: Can't create thumbnail for large pictures, more than 3M
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
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
-
andrewmastic
- Phoca Newbie

- Posts: 5
- Joined: 06 Mar 2010, 20:53
Re: Can't create thumbnail for large pictures, more than 3M
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?
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Can't create thumbnail for large pictures, more than 3M
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
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
If you find Phoca extensions useful, please support the project
-
m3ug
- Phoca Member

- Posts: 11
- Joined: 18 Mar 2010, 22:58
Re: Can't create thumbnail for large pictures, more than 3M
Great and here is the messege when I enable php reporting: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
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?
-
m3ug
- Phoca Member

- Posts: 11
- Joined: 18 Mar 2010, 22:58
Re: Can't create thumbnail for large pictures, more than 3M
HELP, dosen't this look like an Phoca error??