Page 1 of 1

Insufficient Memory/Paginate/Add Images Link

Posted: 02 Nov 2008, 18:59
by sjnims
I get this error when trying to view pics from backend: "Warning: gzencode() [function.gzencode]: insufficient memory in /home/gammanuo/public_html/libraries/joomla/environment/response.php on line 249"

Help!

Trying to browse to images section, I've noticed it takes longer and longer to load the images section from admin backend as the number of images increases. It would help to paginate the admin backend so this isn't an issue, as there is no real reason to display each and every picture on this page.

Also, what I'm trying to do is browse to the add more images page, which is inconveniently located on the images page, which I can't load because of this memory issue. It would be helpful if this was on the control panel for the phoca gallery component.

I've tried to change my php.ini settings but it doesn't seem to be affecting how the page is loaded...

Thanks,

Steve

Re: Insufficient Memory/Paginate/Add Images Link

Posted: 02 Nov 2008, 21:43
by Jan
Hi, I don't know this problem with response.php because it is not inside the gallery :(


Phoca Gallery uses pagination...

There are a lot of parameters to save your memory, see paramters:
https://www.phoca.cz/documents/2-phoca-g ... -menu-item

Enable Thumbnails Creation
Clean Thumbnails
Pagination Thumbnail Creation

Jan

Re: Insufficient Memory/Paginate/Add Images Link

Posted: 02 Nov 2008, 22:00
by sjnims
Ahh, thanks for the link...

I had "Clean Thumbnails" set to "Yes" instead of "No" and that made all the difference.

For future reference to anyone else who reads this thread:

-When set to "Yes" whenever you browse your images from the backend, every image will be checked to see if it exists or not, without any pagination, which was what my problem was.
-When set to "No" - there is no image check, but there is pagination (and loads 100 times faster)

Re: Insufficient Memory/Paginate/Add Images Link

Posted: 03 Nov 2008, 13:35
by Jan
Great to hear it...

No is set to default, so this should be enable only in case, you need to check images... :|

Jan