Hi. I receive the following error when using casetracker:
user warning: Unknown column 'weight' in 'field list' query: SELECT csid, case_state_name, case_state_realm, weight FROM casetracker_case_states ORDER BY weight in /home/creation/public_html/includes/database.mysql.inc on line 172.
warning: Invalid argument supplied for foreach() in /home/.../public_html/modules/casetracker/casetracker/casetracker.module on line 554.
warning: Invalid argument supplied for foreach() in /home/.../public_html/modules/casetracker/casetracker/casetracker.module on line 554.
warning: Invalid argument supplied for foreach() in /home/.../public_html/modules/casetracker/casetracker/casetracker.module on line 554.
Any thoughts as to what this means?
Comments
Comment #1
zero2one commentedA bug that is already known, see #194073
If you do a fresh install of the module, the extra weight column is not added.
You have to run the update.php script and select the last Case Tracker update (version 21) to fix this bug.