Hi Mike.
First off, this is running on IIS on a 2000 advanced server.
Had a hard drive crash and I figured I'd upgrade to the latest version of Album. For starters, I'm getting this message:
Software error:
Can't locate album_display.pm in @INC (@INC contains: ./Modules D:/Perl/lib D:/Perl/site/lib .) at d:\inetpub\wwwroot\cgi-bin\album.pl line 1857.
So, I added this line to album.pl:
unshift(@INC, "D:/Inetpub/wwwroot/cgi-bin/Modules");
now I get this (when running debug, also):
Error: Line 8022 ()
(album.cfg).
d:\inetpub\wwwroot\cgi-bin\album.pl
with a popup message that says:
(album.cfg). d:inetpubwwwrootcgi-binalbum.pl
When I run album_test.pl, it's looking for album.pl and album.cfg in wwwroot instead of going to the cgi-bin directory and I can't seem to figure out why. I've gone back and forth changing these files and permissions and searching the forum but I can't seem to figure it out. Took some time to get the last version running properly, but it was worth the work. Thanks for any ideas you can throw my way.
Mark