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 |
|
Posts: 8339
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
Posts: 8339
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