I have this working just fine in all aspects except one. When I try to go to the Gallery2 Plugins admin, it dosen't load the plugin list. No errors, just the section where the plugin info should be is blank...
Any thoughts?
Very likely a php memory_limit issue try adding @ini_set('memory_limit', '48M'); to gallery2/config.php
-s FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
That did the trick, thanks!
Posts: 8339
Very likely a php memory_limit issue
try adding
@ini_set('memory_limit', '48M');
to gallery2/config.php
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 67
That did the trick, thanks!