View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Support us on Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - Kanban plugin - error on moving tile on a kanban board based on activity status - Page 4 - ProjeQtOr
 

Kanban plugin - error on moving tile on a kanban board based on activity status

More
14 Dec 2018 09:42 #19 by babynus
Hi,

I generated environment from your data : I could not reproduce the issue.
I sent you a PM with detail and acces to test platform.

Sure there is something wrong with your environment.
Please search for error, there must be something logged somewhere.
Possibly on Apache Error log or on Apache log or on PHP log (if any) or on Projeqtor log or on Browser console.
Possibly you may find syslog gathering all messages.

Babynus
Administrator of ProjeQtOr web site

Please Log in or Create an account to join the conversation.

More
14 Dec 2018 09:56 - 14 Dec 2018 10:09 #20 by babynus
:woohoo: I GOT IT :woohoo:

I had to revert my dev env to PHP 5..3 (not easy as it required to revert also Apache from 2.4 to V2.2 in my Wamp)
Then I reproduced.
So it's a PHP 5.3 issue.

To fix it, replace line 38 in plugin/jkanban/kanbanUpdate.php from
$typeKanbanType=json_decode($Kanban->param,true)['typeData'];
to
$json=json_decode($Kanban->param,true);
$typeKanbanType=$json['typeData'];

This should work then.
I hope there is no other such syntax that PHP 5.3 does not support.

Babynus
Administrator of ProjeQtOr web site
Last edit: 14 Dec 2018 10:09 by babynus.

Please Log in or Create an account to join the conversation.

More
14 Dec 2018 18:07 #21 by lfrugere

Please Log in or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.029 seconds

Cookies settings

×

Functional Cookies

Ce site utilise des cookies pour assurer son bon fonctionnement et ne peuvent pas être désactivés de nos systèmes. Nous ne les utilisons pas à des fins publicitaires. Si ces cookies sont bloqués, certaines parties du site ne pourront pas fonctionner.

Session

Please login to see yours activities!

Other cookies

Ce site web utilise un certain nombre de cookies pour gérer, par exemple, les sessions utilisateurs.