Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Re: trouble validating...

Quote Reply
Re: trouble validating... In reply to
 
There is a Bug in the admin_html.pl, here you will find this code:

open (MODIFY, "<$db_modified_name") or &cgierr("unable to
open validation file: $db_valid_name. Reason: $!");


But it should say:

open (MODIFY, "<$db_modified_name") or &cgierr("unable to open validation file: $db_modified_name. Reason: $!");


Then it gives your an incorrect data, instead the 'validate.db' file that sure is in your directory, the file that is mising is the 'modified.db'


Cheers.

Miguel

Subject Author Views Date
Thread trouble validating... avenue 2861 May 14, 2001, 10:04 AM
Thread Re: trouble validating...
RMS 2783 May 14, 2001, 10:15 AM
Thread Re: trouble validating...
avenue 2782 May 14, 2001, 10:18 AM
Thread Re: trouble validating...
Paul 2796 May 14, 2001, 11:03 AM
Post Re: trouble validating...
Andy 2780 May 15, 2001, 12:11 AM
Post Re: trouble validating...
migues 2745 May 31, 2001, 5:42 PM