Gossamer Forum
Home : Products : DBMan : Customization :

secure password lookup - fatal error

Quote Reply
secure password lookup - fatal error
Hi,

I've installed the secure password lookup mod and everything works except when I click on the link to the lookup form to receive a new password. I tried looking through the forum to find the solution but no luck, sorry if it's already been discussed.

Here's what I get:

: fatal error: Undefined subroutine &main::html_lookup_form called at db.cgi line 82.

Here's the link to the db.cgi file in text format:

http://www.bsznet.com/db.txt

Thanks in advance for any help.

David Hollandsworth
Quote Reply
Re: [taprooter] secure password lookup - fatal error In reply to
It would be looking for

sub html_lookup_form

within the html.pl file. Are you sure you added that sub and uploaded the new files afterwards?

Unoffical DBMan FAQ
http://redundantcartridge.com/dbman/
Quote Reply
Re: [LoisC] secure password lookup - fatal error In reply to
Thanks, I thought I added that mod but it appears that I didn't. My fault. Two minds are better than one as the saying goes. Thanks again!

David