Gallery2 (2.3.1) with phpBB3 (3.0.6)

crackers

Joined: 2002-10-24
Posts: 67
Posted: Fri, 2010-02-26 12:54

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?

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Fri, 2010-02-26 13:11

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

 
crackers

Joined: 2002-10-24
Posts: 67
Posted: Fri, 2010-02-26 17:00

That did the trick, thanks!