Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [ATKOgirl] Link insertion error

Quote Reply
Re: [ATKOgirl] Link insertion error In reply to
One possible reason this is happenning is that your def file is wrong. Check your <prefix>Links.def file and make sure that the ID column doesn't have a default key (just delete it). It should look something like:
Code:
'ID' => {
'form_display' => 'ID',
'form_size' => '10',
'form_type' => 'TEXT',
'not_null' => '1',
'pos' => '1',
'regex' => '^\d+$',
'type' => 'INT',
'unsigned' => '1'
},

Adrian
Subject Author Views Date
Thread Link insertion error ATKOgirl 2204 Jun 22, 2006, 8:41 AM
Post Re: [ATKOgirl] Link insertion error
brewt 2052 Jun 23, 2006, 12:52 AM