From: Ashley M. K. <as...@pc...> - 2002-10-25 22:19:31
|
David Smith wrote: > Software error: > Undefined subroutine &main::1 called at > /usr/lib/perl5/5.00503/File/Find.pm line 103. > For help, please send mail to the webmaster (ad...@my...), giving > this error message and the time and date of the error. > > Error log: > [Fri Oct 25 15:08:53 2002] index.cgi: Undefined subroutine &main::1 > called at /usr/lib/perl5/5.00503/File/Find.pm line 103. This is known, and until I can get CVS up and running, you're going to have to fix it manually. Open up index.cgi and search for the following line: find ({wanted => &searchForFiles, follow_fast=>1}, "./albums/"); and change it to: find ({wanted => \&searchForFiles, follow_fast=>1}, "./albums/"); -- W | I haven't lost my mind; it's backed up on tape somewhere. +-------------------------------------------------------------------- Ashley M. Kirchner <mailto:as...@pc...> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave. #6 http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A. |