Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: DBSQL + html.pl

Quote Reply
Re: DBSQL + html.pl In reply to
Hi,
I had the same problem, so I changed in the .cfg file the number of the field that refers to the userid in the name of the field:

change
$auth_user_field = 18;
in
$auth_user_field = Userid;

I don't know why, but that fix the problem.
BTW, I've noticed in my MySQL database, that in some routines, the database start counting by field 1,
instead of the flat dbman, whitch started with field 0

----------
Mart.
Subject Author Views Date
Thread DBSQL + html.pl lubatico 3043 Sep 21, 2000, 11:15 AM
Post Re: DBSQL + html.pl
johnr 2961 Sep 25, 2000, 6:04 PM
Thread Re: DBSQL + html.pl
jai 2969 Sep 26, 2000, 5:20 PM
Post Re: DBSQL + html.pl
mart 2881 Nov 1, 2000, 5:18 AM