Forum

[SOLVED] index erro...
 
Notifications
Clear all

[SOLVED] index error when creating a since migration to V9.0.1

3 Posts
2 Users
0 Reactions
2,133 Views
(@nicolasnasdron-be)
Posts: 4
Active Member
Topic starter
 
[#7169]

Creation of a generate this error:
2021-01-07 16:55:12.680 ** ERROR ** [V9.0.1] ERROR **
2021-01-07 16:55:12.680
** ERROR ** [V9.0.1] on file '/home/www/projeqtor/model/persistence/SqlElement.php' at line (5983)
2021-01-07 16:55:12.680
** ERROR ***** [V9.0.1] cause = Undefined index: Treatment

Is there a workaround ?

Thanks!
Nicolas Nasdrovisky


 
Posted : 07 Jan 2021 19H17
Flou
 Flou
(@flou)
Posts: 253
Active Member
 

Hello,

indeed there is an issue, ticket #5164 is registred.
to fixed this add "if(isset($colArray['Treatment']))" one file '/home/www/projeqtor/model/persistence/SqlElement.php' at line (5983), before "self::drawMailDetailCol($colArray['Treatment'], $msg);".

Or waited for the release of 9.0.2 which will be done very soon. 


 
Posted : 07 Jan 2021 20H32
(@nicolasnasdron-be)
Posts: 4
Active Member
Topic starter
 

Thanks for your help. It works after updating .

Here is the new line 5983:

if(isset($colArray['Treatment'])) self::drawMailDetailCol($colArray['Treatment'], $msg);

Thanks for the great job!


 
Posted : 08 Jan 2021 15H06
Share:

Scroll to Top