Support

Support is part of Event Gallery Extended.

Please get a subscription if you need support. Feel free to use the ticket system or the contact form for reporting defects or pre-sale questions. Make sure you're logged in in order to be able to create a new ticket.

For general information you can also jump to the manual.

Subscribe now!

#3540 Portrait images not showing in browse mode

Posted in ‘Event Gallery - General’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by sbluege on Wednesday, 08 May 2019 10:00 UTC

kotisivutohtori
 Hi,
we noticed that the potrait images do not show when browsing images with next/previous function. The image shows on the gallery page, but not when browsing images. Only landscape view images show while browsing. What can be causing this?
Here the link it is trying to open:
https://sfc-oulu.com/kuvagalleriakategoriat/event/vuoden-2019-valokuvat/Talven_2019_kuvia#&gid=gallery57b3cae54f1b8e5e1271acda88a29213&pid=1413


- Anne

Attachments

image-could-not-be-loaded.png

sbluege
Hi,

this is a link to one of your thumbnails: https://sfc-oulu.com/index.php?&mode=full&folder=Talven_2019_kuvia&file=IMG_7665.jpg&option=com_eventgallery&view=resizeimage

Your server returns an HTTP500. Please increase the error reporting level in the Joomla configuration to reveal the error message. Don't forget to set back this setting afterward.

kotisivutohtori
Hi,
I put on the error reporting and got this message in that portrait image:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6873601 bytes) in /home/np1547/public_html/components/com_eventgallery/library/common/imageprocessor.php on line 285

This is the address where it happened:
https://www.sfc-oulu.com/index.php?&mode=full&folder=Talven_2019_kuvia&file=IMG_7665.jpg&option=com_eventgallery&view=resizeimage

I don't get the same error message with the landscape view, only in the portrait format images.

- Anne


sbluege
That is what I expected. You have a memory_limit of only 32MB. I guess your landscape images are smaller than your portrait images?

If you want to solve this, you have two options:

- reduce the size if your images (number of pixels, not by file compression)
- increase the memory_limit to 64 or 128MB (recommended option)

kotisivutohtori
Ok, I'll look into this! Thanks for the help!

- Anne

sbluege
You're welcome.