Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

[SOLVED] Decision s...
 
Notifications
Clear all

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

2 Posts
1 Users
0 Reactions
1,370 Views
(@bvd)
Posts: 124
Active Member
Topic starter
 
[#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 


 
Posted : 08 Jan 2021 17H42
(@bvd)
Posts: 124
Active Member
Topic starter
 

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


 
Posted : 08 Jan 2021 17H50
Share:

Scroll to Top