Gossamer Forum
Home : Products : DBMan : Discussions :

Re: [samurai-lupin] Strange Problem with default.db file

Quote Reply
Re: [samurai-lupin] Strange Problem with default.db file In reply to
I'm not sure if this is the source of your problem, but it could be. You have the following combination of parameters in your .cfg file:

'ID' => [10, 'numer', -2, 15, 0, '', '']

$db_key = 'ID';
$db_key_track = 1;

$auth_user_field = 10;


As a result, the key values for your database records are things like:

Admin
Admio
Admip
Admiq

and so on to

Admkm

So, the first thing you need to do is to change the $auth_user_field to -1, change all of your key fields in the .db file to numbers and reset your default.count file to whatever the last number you end up with in your .db file.

Give that a try and see if it doesn't help. If not, at least that problem will be fixed.

BTW, it really helps when debugging to have the comment lines.


JPD
----------------------------------------------------
JPDeni's DBMan-ual
How to ask questions the smart way.
Subject Author Views Date
Thread Strange Problem with default.db file samurai-lupin 12495 Jun 22, 2006, 2:57 AM
Thread Re: [samurai-lupin] Strange Problem with default.db file
JPDeni 12295 Jun 22, 2006, 8:23 AM
Thread Re: [JPDeni] Strange Problem with default.db file
samurai-lupin 12325 Jun 22, 2006, 12:45 PM
Thread Re: [samurai-lupin] Strange Problem with default.db file
JPDeni 12273 Jun 22, 2006, 1:05 PM
Thread Re: [JPDeni] Strange Problem with default.db file
samurai-lupin 12273 Jun 22, 2006, 3:55 PM
Thread Re: [samurai-lupin] Strange Problem with default.db file
JPDeni 12261 Jun 23, 2006, 6:47 AM
Thread Re: [JPDeni] Strange Problem with default.db file
samurai-lupin 12256 Jun 23, 2006, 7:50 PM
Post Re: [samurai-lupin] Strange Problem with default.db file
JPDeni 12232 Jun 24, 2006, 6:00 AM
Post Re: [samurai-lupin] Strange Problem with default.db file
LoisC 12233 Jun 24, 2006, 8:41 AM