I've recently upgraded to Gallery v2.3 and I've now noticed a glitch with a select few module pages in Gallery's back end admin area. Specifically the plugin's page and the Slideshow page shows as being blank. In my attempts to modify a few plugins I couldn't access the plugin's page because it's blank. Nothing is there!
My initial action steps were to run the installer. I did so without a resolve. Most of the check boxes were grayed out and detoured my ability to manipulate the plugins by utilizing the installer. I'm suspicious of this being caused by my recent upgrade for Gallery v2.1.2. Your insight is appreciated!
SYSTEMS INFO:
Apache/2.2.11 (Unix)
PHP v. 5.2.9
Joomla! 1.5.12 Stable
Gallery: v2.3, recent upgrade from v2.1.2
MySQL 5.0.81-community
Browser: Mozilla/5.0 (Macintosh; U; PPC Mac OS X
Posts: 7891
try adding @ini_set('memory_limit', '64MB');
to your gallery2/config.php
and also set display_errors to 1 in the same file to view the actual error.... but I'm certain it will be a memory issue.
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 16503
And check this:
http://gallery.menalto.com/node/84006
And it could also be caused if you've renamed/copied any directories under /modules
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 94
I've found the "display_errors" on line 28 in the config.php file; but @ini_set('memory_limit', '64MB'); is nowhere to be found in this config.php file. Can you reply with a line number?
Are you certain your referring to the correct file? After updating the "display_errors" as you've instructed; there has been no resolve.
Posts: 7891
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 94
Didn't work...
Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 4864 bytes) in public_html/gallery2/modules/core/classes/GalleryUtilities.class on line 72
Posts: 7891
Not all hosts allow on the fly allocation of extra memory.
You'll have to ask your host to up your limit.
The default in a php setup is 2MB but yours seems to be .25??? is that possible?
if you don't already have a php info page, you can create one:
create a new document named info.php with the contents:
<?php phpinfo(); ?>and post a link.
http://codex.gallery2.org/Gallery2:FAQ#PHP_memory_limit_-_Why_do_I_get_the_error_Allowed_memory_size_of_Xxx_bytes_exhausted.3F
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 94
I've attached PHP Info Data...
Posts: 94
My host provider states...
"The PHP memory limit has been set at 64MB. It is not possible to increase this limit within your script."
No resolve. Plug-in page still doesn't show.
Posts: 16503
Read this thread:
http://gallery.menalto.com/node/84006
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 94
Ok! "Houston, we've experienced a breakthrough!" From referencing that thread I've simply tried changing themes; and it WORK! I had access to the plugin's page again. Sometimes, I suppose simple thinking produces simple solutions ...sometimes! Another issue resolved.
Thanks!
Smitty