Gossamer Forum
Home : Products : DBMan : Installation :

can't find requested record

Quote Reply
can't find requested record
I know this is kind of vague, but when I have autogenerate off, I can do everything except modify a record. It says ,"(can't find requested record)."

When set autogenerate to on, I don't have any problems.

I am pretty sure this has something to do with html.pl not submitting the Userid.

I have $db_key = 'Userid';
and
$auth_user_field = 24; (which is the Userid field)

I've been trying to figure this out for the last 2 days. Can you think of something that I can't ?
Quote Reply
Re: can't find requested record In reply to
Just a thought -- do you have $db_key_track set to 1? Often people who are using userid as the key forget to switch that to 0. (I did and it caused me no end of problems until I figured it out!)

------------------
JPD