Hi,
When we change status of a decision to "Validated", we got this error :ERROR : Undefined index: Treatment
in SqlElement.php
at line 5983
What does it mean ?
Logs in DEBUG mode shows :2021-01-08 15:39:22.515 ** ERROR ** [V9.0.1] ERROR **
2021-01-08 15:39:22.515 ** ERROR ** [V9.0.1] on file '/var/www/html/pilot/model/persistence/SqlElement.php' at line (5983)
2021-01-08 15:39:22.515 ** ERROR ***** [V9.0.1] cause = Undefined index: Treatment
Solution found here : https://www.projeqtor.org/fr/forum-fr/2-submit-issues/11215-index-error-when-creating-a-question-since-migration-to-v9-0-1#29009
Correct line 5983 of model/persistence/SqlElement.php as this :
if(isset($colArray)) self::drawMailDetailCol($colArray, $msg);
Regards