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
Insufficient Memory/Paginate/Add Images Link
-
sjnims
- Phoca Newbie

- Posts: 6
- Joined: 13 Oct 2008, 12:54
- Jan
- Phoca Hero

- Posts: 49279
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Insufficient Memory/Paginate/Add Images Link
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
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
If you find Phoca extensions useful, please support the project
-
sjnims
- Phoca Newbie

- Posts: 6
- Joined: 13 Oct 2008, 12:54
Re: Insufficient Memory/Paginate/Add Images Link
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)
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)
- Jan
- Phoca Hero

- Posts: 49279
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Insufficient Memory/Paginate/Add Images Link
Great to hear it...
No is set to default, so this should be enable only in case, you need to check images...
Jan
No is set to default, so this should be enable only in case, you need to check images...
Jan
If you find Phoca extensions useful, please support the project