Gossamer Forum
Home : Products : DBMan : Installation :

fatal error: Undefined subroutine &main::auth_cleanup

Quote Reply
fatal error: Undefined subroutine &main::auth_cleanup
I just installed another db (have previously installed it successfully for another use) and keep getting the following error when trying to access the db.cgi directly to login, but cannot understand why. Any ideas?


Error Message : fatal error: Undefined subroutine &main::auth_cleanup called at /var/www/cgi-bin/famous/db.cgi line 77.

Script Location : /var/www//cgi-bin/famous/db.cgi
Perl Version : 5.00302
Setup File : famous.cfg

(Note, I modified the URL in this message for my scripts because I don't want it broadcasted, but that's the only change I've made to the error message).

Help please!
Quote Reply
Re: fatal error: Undefined subroutine &main::auth_cleanup In reply to
Without seeing the script, you probably either put a & instead of a $ in a variable or you misspelled the name of a subroutine.

I'm sure there are other possibilities, but those are the two that come to mind.



------------------
JPD
Quote Reply
Re: fatal error: Undefined subroutine &main::auth_cleanup In reply to
I also get this a lot if I run the script before the FTP has finished, or if the FTP transfer didn't complete properly. Try re-uploading the files.

Cheers,

Alex