galleryadd.pl - "unknown error" when fetching list

fweeee

Joined: 2006-12-16
Posts: 46
Posted: Sun, 2006-12-17 06:12

Hi,

I'm having troubles running galleryadd.pl v2.10 on windows XP (SP2).

When I run it, I get the following:

--SNIP START--

D:\>perl galleryadd.pl -g http://10.1.1.12/gallery2 -G 2 -u admin -p password -l
System http://10.1.1.12/gallery2/main.php [G2]
Login: admin [OK]
Album: fetching list [ERROR]

Error: unknown error

200
#__GR2PROTO__
debug_time_albumids=0.148s
status=0
album_count=0
status_text=No viewable albums.
debug_user=guest
debug_time=0.153s

--SNIP END--

I suspect it has something to do with my perl installation (ActivePerl version 5.8.8.819). I installed the extra packages as the instructions in the script said (perl -MCPAN -e shell; - then installing the various componenets). All of the components installed easily (or were already installed) except for Time::HiRes - I get messages about nmake missing some libraries. But when I go into the activeperl GUI perl package manager, I can install Time-HiRes easily.

So - can anyone suggest what might be going on here?

Thanks.