Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE development » Bug Reports » WORKFLOW template_id
WORKFLOW template_id [message #5903] Thu, 29 September 2016 00:25 Go to next message
kong is currently offline  kong
Messages: 90
Registered: December 2011
Member
Starting from v1.95 using workflow will throw error like this:
Fatal Error: MySQL: Unknown column 'template_id' in 'field list' (# 1054)

SQL query: SELECT SQL_CALC_FOUND_ROWS wf_arc.workflow_id, wf_arc.transition_id, place_id, direction, arc_type, task_id, role_id, transition_trigger, time_limit, template_id FROM wf_arc LEFT JOIN wf_transition ON (wf_transition.workflow_id=wf_arc.workflow_id AND wf_transition.transition_id=wf_arc.transition_id) WHERE wf_arc.workflow_id='6' AND wf_arc.place_id='1' AND wf_arc.direction='IN' ORDER BY wf_arc.workflow_id, wf_arc.transition_id, wf_arc.place_id, wf_arc.direction asc LOCK IN SHARE MODE
This is coming from wf_token.class.inc, function _cm_post_insertRecord. There is no template_id column in any of the workflow tables.
Re: WORKFLOW template_id [message #5907 is a reply to message #5903] Thu, 29 September 2016 05:52 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
Attached is an updated file with that reference to template_id removed.

Re: WORKFLOW template_id [message #5917 is a reply to message #5907] Fri, 30 September 2016 11:52 Go to previous message
kong is currently offline  kong
Messages: 90
Registered: December 2011
Member
That fixes the problem. Thanks.
Previous Topic: Out of Sync Data in DICT
Next Topic: Not processing $javascript['foot'][]['code']
Goto Forum:
  


Current Time: Thu Mar 28 07:26:24 EDT 2024

Total time taken to generate the page: 0.01067 seconds