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
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.
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!