[ic] [table-editor] problems

Alexandra Birch interchange-users@interchange.redhat.com
Tue Jan 15 12:47:59 2002


Hi there

I can't get this tag to see my new table products_characs.
I am missing a step somewhere. Would apreciate any ideas.

It seemed non-essential add relevant info to mv_metadata but is this maybe the problem?

----------------------------------------------------------------------------------------------
Test form:
[calc]
        $CGI->{ui_data_fields} = "code sku characid";
        return undef;
[/calc]
[table-editor
        table=products_characs
        file_upload=0
        cgi=1
        item-id="code"
        widgit.code = "text"
        label.code = "Code"
        widgit.sku = "text"
        label.sku = "Sku"
        widgit.characid = "text"
        label.characid = "Characid"

]
End test form.
----------------------------------------------------------------------------------------------
ErrorLog:
192.168.0.76 bVHJVAm5:192.168.0.76 - [15/January/2002:19:32:44 +0100] csc3 /cgi-bin/csc3/csc.html table-editor: bad table
products_characs
----------------------------------------------------------------------------------------------
\d in my postgres db:
csc3=> \d products_characs
                               Table "products_characs"
 Attribute |    Type     |                          Modifier
-----------+-------------+-------------------------------------------------------------
 code      | integer     | not null default nextval('products_characs_code_seq'::text)
 sku       | varchar(14) | not null
 characid  | integer     | not null
Index: products_characs_code_key
----------------------------------------------------------------------------------------------


----------------------------------------------
Alexandra Birch
Trymedia Systems
965 10 77 71
www.trymedia.com
----------------------------------------------