Forums

Error Creating Connection

jpsnow 01 Jul, 2009
I am trying to connect the table created by a simple form that I created and am getting errors. Currently all I want to output is the user id. Therefore in the body I typed <p> {cf_user_id}</p>
I gave it a name and so forth. Now im getting the following error:

TableChronoConnectivity::store failed - Unknown column 'OnSaveJSCode' in 'field list' SQL=INSERT INTO `jos_chronoconnectivity` ( `id`,`name`,`tablenames`,`SQL`,`head`,`body`,`footer`,`OnSaveJSCode`,`paramsall`,`Config` ) VALUES ( '0','testResume','jos_chronoforms_resume1','','','
\r\nUser ID: {cf_user_id}\r\n

','','if(0){ \r\n } else {\r\n submitform( pressbutton );\r\n }','ordersql=\nfrontfilters=\nposted=\ngeted=\nheading=\nenmambots=No\nlistlimit=25\ndeletelink=Delete Record\neditlink=Edit Record\nnewlink=New Record\nfront_edit_form=\neditform=\nprimarykey=cf_id\nauthedit_groups=0,18,19,20,21,23,24,25\nauthdelete_groups=0,18,19,20,21,23,24,25\nauthnew_groups=0,18,19,20,21,23,24,25\nauthedit_users=62\nauthdelete_users=62\nauthnew_users=62','dataviewtitles=cf_user_id\ndataview=cf_user_id' )


What does this mean? I haven't added any code into the editable area yet because I wanted to get this done first.
This topic is locked and no more replies can be posted.