Gossamer Forum
Home : Products : DBMan : Customization :

When record is added, it shows that it's blank....

Quote Reply
When record is added, it shows that it's blank....
When I add a record to the database, and it goes on to the record added screen, it shows a blank record. However, when I search the database, it's there. Any reason why it's showing up blank?
Quote Reply
Re: When record is added, it shows that it's blank.... In reply to
Forgot to post this, database is temporarily located at:
http://www.webigns.com/database/db.cgi
login/password: asdf/asdf
Files in readable form at:
http://www.webigns.com/help/
Quote Reply
Re: When record is added, it shows that it's blank.... In reply to
This is usually caused by a problem with the $db_key value. And from looking at your .cfg file, it looks like this is the case here, too.

You have

$db_key = 'ID';

but you have no field called ID.




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





Quote Reply
Re: When record is added, it shows that it's blank.... In reply to
Oh, OK, thanks. I took out the ID field and was going to fix up the files with the previous instructions you gave me later on how to make it so that 1 account = 1 record.

Thanks