Unable to modify & install plugins

CjClark

Joined: 2012-04-20
Posts: 1
Posted: Fri, 2012-04-20 04:49

It looks like I have a Java Script problem. I dont have the modify links. I have done a bunch of reading on this problem, but Im not sure how to fix my problem yet. My knowledge of things is pretty low. I used a one click install of Gallery via my webhost Dreamhost. I checked my install files. There was 2628 old files in Gallery file integrity, Im not sure how to remove them if needed? Any help is appreciated.

Chris

Gallery URL = http://www.talon007.com/gallery/main.php
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.3.5 cgi-fcgi
Webserver = Apache
Database = mysqlt 5.1.53-log, lock.system=flock
Toolkits = Exif, Getid3, LinkItemToolkit, Thumbnail, NetPBM
Acceleration = none, none
Operating system = Linux kalamazoo 2.6.32.36-hardened #9 SMP Tue Mar 29 09:29:20 PDT 2011 x86_64
Default theme = matrix
gettext = enabled
Locale = en_US
Browser = Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20100101 Firefox/11.0
Rows in GalleryAccessMap table = 31
Rows in GalleryAccessSubscriberMap table = 1867
Rows in GalleryUser table = 2
Rows in GalleryItem table = 1865
Rows in GalleryAlbumItem table = 54
Rows in GalleryCacheMap table = 0

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Fri, 2012-04-20 12:06

This really has been discussed over and over.
https://www.google.com/search?q=gallery+blank+plugins+page+site%3Agallery.menalto.com

Plus your site's IP is listed as "Potentially Dangerous"

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Fri, 2012-04-20 17:26

The most common error is memory limitation
You can try to squeeze out more memory from your host by adding a line to your gallery2/config.php
just after line 28
@ini_set('display_errors', 0);
add:
@ini_set('memory_limit', '64M');

See if that helps as some hosts do not allow this or don't like it anyways.

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2