I'm running 7.8 Drupal core, I've installed the needed components for Galleria mod and enable it. (I've tried Beta & Dev to make sure). I have also tried deep in my installation and in a fresh clean install making Galleria one of the first modules installed.
Each time I turn the module on, and visit the admin page for the module it displays correctly, but if I attempt to create a new option, click to display the Default one or even click to edit the default one. Actually clicking any link found inside the page: /admin/config/media/galleria related to galleria module causes my browser to time out with the following error.
Fatal error: Maximum execution time of 60 seconds exceeded in /var/www/vhosts/site.com/httpdocs/includes/errors.inc on line 72 Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 23852228 bytes) in /var/www/vhosts/site.com/httpdocs/includes/bootstrap.inc on line 3201
I have tried to alter the memory allocation for PHP as well, increasing it to up to 180M and it's still having the same effects the default is set to 128M and as you can see it's reporting that 128M is exhausted and php is trying to allocate 22M. So I'm fairly confused.
Using PHP 5.3.5 as well.
Comments
Comment #1
Antiblank commentedSo I found out the galleria directory from http://galleria.aino.se/download/ uploaded empty to the site when placed at /sites/all/libraries/
So if you get the error above I would suggest checking the upload to make sure you have all the files from the script downloaded from the galleria website.
Comment #2
miro_dietikerWe'll recheck the code. In that case still no timeout and no maximum memory error should occur.
Instead a error message should output if possible.
Comment #3
kroimon commentedThanks for reporting this :-)
There was a (almost) endless loop while searching for Galleria themes when the library folder (sites/all/libraries/galleria) could not be found.
The fix should be in the next dev build.
I also added a small hint message to the "Advanced settings" page when this folder does not exist.
Comment #4
miro_dietikerThank you to fix this! kroimon