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()
Posts: 8339
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
Posts: 666
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
Posts: 8339
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