"Download Plugin List" is empty

oceco

Joined: 2007-10-22
Posts: 666
Posted: Sun, 2009-10-11 22:34

I'm posting this problem on behalf of a user who posted this problem in the German forum.

Requesting a "Download Plugin List" on his admin page completes very fast (progress bar immediately at 100% within a second) and after hitting "Continue" the plugin list is empty no matter which repository was selected. Deleting/turning off caches didn't change anything.
Because he has some non-standard modules installed, like Exif, I believe this function was working in the past and therefore I think it's not an installation problem.

Any ideas are welcome!

rgds/oceco


Gallery URL = http://moritz-mmm.bplaced.net/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.3.0 cgi-fcgi
Webserver = Apache/2.2
Database = mysqli 5.0.83, lock.system=database
Toolkits = Exif, Gd
Acceleration = none, none
Operating system = x86_64
Default theme = carbon
gettext = enabled
Locale = de_DE
GTB6 (.NET CLR 3.5.30729)
Rows in GalleryAccessMap table = 12
Rows in GalleryAccessSubscriberMap table = 1
Rows in GalleryUser table = 2
Rows in GalleryItem table = 1
Rows in GalleryAlbumItem table = 1
Rows in GalleryCacheMap table = 0

__________________________________________
Für Support folgende Infos posten:
Site-Admin -> Wartungsaufgaben -> System-Info und Link zu phpinfo()

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Sun, 2009-10-11 23:05

try enabling display_errors in gallery2/config.php
@ini_set('display_errors', 1);
to see the true error.

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

 
oceco

Joined: 2007-10-22
Posts: 666
Posted: Tue, 2009-10-13 11:58

Setting @ini_set('display_errors', 1); gave the error message:

"Error downloading index from 'http://gallery.menalto.com/repository/released/index"

The reason is that the php-function fsockopen is disabled, see also this posting.

/oceco

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Tue, 2009-10-13 12:09

yup, exactly. You'll have to ask your host, or install manually.

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