Page 1 of 1
Re: Allowed memory size exhausted
Posted: 21 Jul 2009, 09:51
by caro84g
Hi,
that's possible. I might have to do with the PHP memory_limit.
You could of course resize the original image.
Regards, Carolien
Re: Allowed memory size exhausted
Posted: 31 Jul 2009, 23:53
by rexkramer
sitting in the same boat...
Is it possible to handle large (original) artwork or photos with phoca gallery? I have to deal with the original files, so resizing before an upload is no option.
I read about GD2 library... and the PHP memory limit settings... can i really solve the problem and set the limits to an extreme value? I guess the server owner or provider is not amused or even don“t let me change this to an extreme?!
TIA!
Re: Allowed memory size exhausted
Posted: 01 Aug 2009, 19:18
by Jan
Hi, Phoca Gallery only sends information to the GD, so thumbnails are created by your server's GD library and it depends on your server (php, cpu, gd) if it will be able to create thumbnails from large files. Mostly GD has problem with large resolution not with large size.
Jan
Re: Allowed memory size exhausted
Posted: 01 Aug 2009, 21:44
by rexkramer
Jan wrote:...Mostly GD has problem with large resolution not with large size.
Jan
Interesting hint. You mean if it has a high dpi value instead of the typical screen setttings for digital photos, right? So, the same file with same megabytes can cause trouble if it is a scan with 240-300 dpi... but the same filesize with 72dpi is working better?!
Re: Allowed memory size exhausted
Posted: 04 Aug 2009, 00:50
by Jan
Hi, mostly high resolution = large size. But sometimes it can be different. Large file with smaller resolution. I got information from users, that the problem is mostly the resolution (dpi). So yes, try to change the dpi, maybe this will help
Jan