cgaspard / mantiskanban

Mantis Kanban that uses ajax and mantisconnect
45 stars 33 forks source link

Warning errors in MantisBT originate that MantisKanban displays an empty blackboard #36

Open edupulpillo opened 10 years ago

edupulpillo commented 10 years ago

When mantis bt returns a warning error, the blackboard of MantisKanban is empty. Steps to reproduce: Provocate any Warning error in MantisBT, for example: In PHP5.5 an error is present about the default date. When the default date is fixed in config_inc.php file adding $g_default_timezone='UTC'; then the warning message dissapears in Mantis, and MantisKanban works fine.

So may be very useful to catch all the WARNING errors reported by mantis dismissing them.

cgaspard commented 10 years ago

Hi @edupulpillo,

I'm not sure that I am actually able to catch those message and handle it. I haven't tested this, but I suspect that when Mantis produces a warning, the SOAP API stops working the way it should. Which would cause the Kanban to not be able to receive messages properly.

I'll have to do some testing when I get time, and see if that is true, or if there is any way to at least pass the message on through the Kanban.