Problem with CFUPDATE porting from CF4 to CF7
hi, porting site cf4.1 cf7 , getting following error in site.
error occurred while processing request
the given fieldname "style" not found in table "objects".
the error occurred in doeditobject.cfm: line 19
18 : <cfif siteadminperms true or sectionadminperms true or editperms true>
19 : <cfupdate datasource="#sitename#" tablename="objects" formfields="text,title,link">
20 : <cflocation url="main.cfm?action=editobject&sid=#form.sid#&lid=#url.lid#&edittype=#url.edittype#">
21 : <cfelse>
style not given fieldname don't understand start error.
any thoughts. know have not provided lot of information not sure relevant error.
the 3 form fields mentioned contain text. text field contains html written database.
thanks in advance help.
sean.
error occurred while processing request
the given fieldname "style" not found in table "objects".
the error occurred in doeditobject.cfm: line 19
18 : <cfif siteadminperms true or sectionadminperms true or editperms true>
19 : <cfupdate datasource="#sitename#" tablename="objects" formfields="text,title,link">
20 : <cflocation url="main.cfm?action=editobject&sid=#form.sid#&lid=#url.lid#&edittype=#url.edittype#">
21 : <cfelse>
style not given fieldname don't understand start error.
any thoughts. know have not provided lot of information not sure relevant error.
the 3 form fields mentioned contain text. text field contains html written database.
thanks in advance help.
sean.
my guess has html. there may <style> tage causing problem.
any chance can write insert statement?
any chance can write insert statement?
More discussions in Getting Started
adobe
Comments
Post a Comment