Can't see plugins after community plugin install.
|
trainwreckd
Joined: 2009-07-13
Posts: 8 |
Posted: Fri, 2010-02-05 00:17
|
|
I downloaded a community plugin called bulkupload. It killed my plugin page. Everything else is showing fine. After enabling debug mode, I get the following on my plugin page: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in .../gallery/lib/smarty/Smarty_Compiler.class.php on line 2102 Gallery version = 2.3.1 core 1.3.0.1 |
|
| Login or register to post comments |

Posts: 11026
Post a link to phpinfo:
FAQ: How do I create a phpinfo page?
To manually deactivate a plugin, follow this:
FAQ: How can I deactivate a module when I am unable to login?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 8
http://www.claytontrips.com/claytongallery/phpinfo.php
I followed the steps for deactivating a module. Don't know if it makes a difference, but I did manually delete the module folder off the server before I got your advice.
Posts: 11026
Are you still getting that error after deactivating the module?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 8
Identical
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in .../gallery/lib/smarty/Smarty_Compiler.class.php on line 2102
Posts: 11026
Do you have a copy of any module within the module directory? Although that should just be a blank page if that was the case.
Can you try increasing the memory available to PHP, right now it's 32, try 48 or 64 just to see if you can get into that screen. This link explains how:
FAQ: PHP memory_limit - Why do I get the error Allowed memory size of Xxx bytes exhausted?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 8
It worked using ini_set method. Now, how can I clean things up, after messing around with that module?
Posts: 11026
If you're hitting the memory limit by going into Plugins, I'd uninstall and delete any and all unused and not needed plugins.
If you want to use the Bulkupload module, you should be able to re-download and it and install it and use it. I know it works with the current version. However, if you just want to totally clean everything up, reinstall it, then uninstall it from the Plugins page and then delete it.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 8
Great. Thanks. I reinstalled the plugin and it's working fine, now.