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
API = Core 7.54, Module 3.9, Theme 2.6, Embed 1.5
PHP version = 5.2.6 apache2handler
Webserver = Apache/2.2
Database = mysqli 5.0.45-log, lock.system=flock
Toolkits = LinkItemToolkit, Thumbnail, Exif, ArchiveUpload, ImageMagick, Gd, Getid3
Acceleration = none/900, none/900

Login or register to post comments
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 11026
Posted: Fri, 2010-02-05 00:36

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

Login or register to post comments
trainwreckd

Joined: 2009-07-13
Posts: 8
Posted: Fri, 2010-02-05 02:04

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.

Login or register to post comments
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 11026
Posted: Fri, 2010-02-05 04:06

Are you still getting that error after deactivating the module?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

Login or register to post comments
trainwreckd

Joined: 2009-07-13
Posts: 8
Posted: Fri, 2010-02-05 13:29

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

Login or register to post comments
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 11026
Posted: Fri, 2010-02-05 16:31

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

Login or register to post comments
trainwreckd

Joined: 2009-07-13
Posts: 8
Posted: Fri, 2010-02-05 19:12

It worked using ini_set method. Now, how can I clean things up, after messing around with that module?

Login or register to post comments
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 11026
Posted: Fri, 2010-02-05 19:29

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

Login or register to post comments
trainwreckd

Joined: 2009-07-13
Posts: 8
Posted: Mon, 2010-02-08 15:50

Great. Thanks. I reinstalled the plugin and it's working fine, now.

Login or register to post comments