[SOLVED] Plugins Link creates a blank page after trying to download plugin list
|
honkthrast
Joined: 2009-01-18
Posts: 2 |
Posted: Sun, 2009-02-01 20:03
|
|
This is a fresh install of gallery2, and I've tried reinstalling it several times. I'm trying to build a multisite, so I installed it as such, no install errors. When I got it going, I was going to try to set up themes, because I can never get that to work on multisite installations. The activate/deactivate/etc.. options on the plugin screen don't appear for some reason. So I really have two problems. The more obnoxious one being that after trying to download the plugin list, it fails to complete. It just sits there when it gets to /modules/webcam/. I don't even have a webcam, so I don't care if I have to delete the module, I just want to make this work. The second problem is that whenever I first load up the installation, in the Site Admin -> Plugins area, I can't deactivate, activate, or modify in any way any of the plugins. There's only one user, the admin, I'm logged in as the admin. I really don't know why it's happening. I know that whenever I install a standard gallery installation as oppose to the multisite, the functionality is pretty much perfect, but I do also have the first problem with the single install. http://honkthrast.co.nr/gallery2/phpinfo.php
|
|

Posts: 25948
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 2
I took it down earlier, it's back up now.
Posts: 25948
I get a errors on your site.
Is there a reason why some content comes from
http://70.120.198.171/gallery2/
and some from
http://honkthrast.co.nr/hank
Does the non multisite work? Get it working first and work on multisite later.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 3
I'm having the same problem today, and the real problem is that after the plugin finder hangs, my tables are corrupted so that I can no longer even see the plugins admin page, and I have to delete all tables and reinstall. Any ideas, at least for how to restore the functionality of the plugins page after the hang? Thanks.
Posts: 7887
It actually takes quite a bit of memory to perform that operation. If your memory limit is at the lower end of the requirements the process could be interrupted prematurely in the middle of writing to the DB.
try adding a line to config.php:
@ini_set("memory_limit", "32M");-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 3
Hmmm. Well, when I posted I was at work, working on a VirtualBox install of Joomla and Gallery2, and now I'm at home with a new install and got PHP memory limit errors, too, with the basic install. I've upped the allocated memory in php.ini (and restarted apache) and also in the Gallery2 config.php, and now things seem to be working well. Thanks for the answer. I'm surprised it didn't show up before in this thread, and that it's not in the installation instructions.
I have to say, it's unfortunate that there's a basic functionality in Gallery2 that doesn't work with the settings established during the default installation, and that trying to do something and running out of memory screws up the functionality of the application.
Posts: 3
FYI, I just added an extra repository and tried another update and hit my memory limit again. I re-edited that line in config.php to 128M (64M would probably do), hit refresh on the browser, and that saved my butt. So 32M isn't actually sufficient.
Posts: 4
Did you have any luck on the missing plugin options? I've got a Drupal Multisite and trying to set up a Gallery2 multisite. Everything seems to be working fine, except I can't get thumbnails since it says ImageMagick isn't enabled, and there are no options to do so.
Any help is very very appreciated.
Posts: 6
Had same problem.
suprsidr's solution worked for me.
Gallery URL = http://hosein.office-on-the.net/gallery2/main.php
Gallery version = 2.3 core 1.3.0
API = Core 7.54, Module 3.9, Theme 2.6, Embed 1.5
PHP version = 5.2.10-2ubuntu6.4 apache2handler
Webserver = Apache/2.2.12 (Ubuntu)
Database = mysqli 5.1.37-1ubuntu5.1, lock.system=flock
Toolkits = ArchiveUpload, Dcraw, Exif, Ffmpeg, Getid3, ImageMagick, jpegtran, LinkItemToolkit, NetPBM, SquareThumb, Thumbnail, Gd
Acceleration = none/0, none/0
Operating system = Linux Evo 2.6.31-20-generic #57-Ubuntu SMP Mon Feb 8 09:05:19 UTC 2010 i686
Default theme = matrix
gettext = enabled
Locale = en_US
Browser = Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8
Rows in GalleryAccessMap table = 96
Rows in GalleryAccessSubscriberMap table = 57
Rows in GalleryUser table = 4
Rows in GalleryItem table = 52
Rows in GalleryAlbumItem table = 12
Rows in GalleryCacheMap table = 0
Just an FYI
Logics
Posts: 2
Thanks too!!!
Worked for me at 64M