Hello,
I'm testing Kanban plugin on my current version V6.5.7.
It is working nicely using the default board, but I'm having trouble creating a customized board.
On the default tickets status board, if I add new column I get the following error:
I had this on my standard test DB, but same error when starting from scratch on an empty DB.
Am I perhaps missing some parameter ?
I'm testing Kanban plugin on my current version V6.5.7.
It is working nicely using the default board, but I'm having trouble creating a customized board.
On the default tickets status board, if I add new column I get the following error:
2018-05-11 18:36:53.938 => 0.022 ***** ERROR ***** [V6.5.7] Exception-[42000] SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'order by t.sortOrder' at line 1
2018-05-11 18:36:53.938 => 0.000 ***** ERROR ***** [V6.5.7] For query : SELECT t.id as typen, t.sortOrder as sortorder FROM status t WHERE t.sortOrder>= order by t.sortOrder
2018-05-11 18:36:53.938 => 0.000 ***** ERROR ***** [V6.5.7] Strack trace :
2018-05-11 18:36:53.938 => 0.000 ***** ERROR ***** [V6.5.7] #0 Sql->query called at [/opt/ipmp/html/iPMP_purepjq/plugin/kanban/kanbanView.php:20]
2018-05-11 18:36:53.938 => 0.000 ***** ERROR ***** [V6.5.7] #1 getNextFrom called at [/opt/ipmp/html/iPMP_purepjq/plugin/kanban/kanbanView.php:20]
2018-05-11 18:36:53.938 => 0.000 ***** ERROR ***** [V6.5.7] #2 drawColumnKanban called at [/opt/ipmp/html/iPMP_purepjq/plugin/kanban/kanbanView.php:20]
2018-05-11 18:36:53.939 => 0.000 ***** ERROR ***** [V6.5.7] ERROR *****
2018-05-11 18:36:53.939 => 0.000 ***** ERROR ***** [V6.5.7] on file '/opt/ipmp/html/iPMP_purepjq/plugin/kanban/kanbanView.php' at line (20)
2018-05-11 18:36:53.939 => 0.000 ***** ERROR ***** [V6.5.7] cause = Undefined variable: listId
2018-05-11 18:36:53.939 => 0.000 ***** ERROR ***** [V6.5.7] ERROR *****
2018-05-11 18:36:53.939 => 0.000 ***** ERROR ***** [V6.5.7] on file '/opt/ipmp/html/iPMP_purepjq/plugin/kanban/kanbanView.php' at line (20)
2018-05-11 18:36:53.939 => 0.000 ***** ERROR ***** [V6.5.7] cause = Invalid argument supplied for foreach()
I had this on my standard test DB, but same error when starting from scratch on an empty DB.
Am I perhaps missing some parameter ?