Forum

[SOLVED] Decision s...
 
Notifications
Retirer tout

[SOLVED] Decision status to "validated" results in error ERROR

2 Posts
1 Utilisateurs
0 Reactions
1,369 Vu
(@bvd)
Posts: 124
Active Member
Début du sujet
 
[#7175]

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 


 
Posté : 8 Jan PM 17:011
(@bvd)
Posts: 124
Active Member
Début du sujet
 

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


 
Posté : 8 Jan PM 17:011
Share:
Retour en haut