Error EVAL() in the file total_class.php

After updating to scriptcase 9, in many cases the GRID application returns the following error:

Parse error: syntax error, unexpected ‘.’ in C:\xampp2\htdocs\desktop\pivot_movimmese_205\pivot _movimmese_205_total.class.php(593) : eval()'d code on line 1

Hi kkkpe,
SC must be creating a command (like a query command) and passing it to eval to execute? Something in the generated code is not being formed correctly. It is impossible to tell nor for us to fix, so please send SC a bug report with details of what you are doing. I have never seen that error in SC 7 or 8, so must be something wrong in the new SC9.
Good luck,
Jamie

I made some checks on the pivot_movimmese_205_total.class.php file, I saw that the error is in the function:
function Calc_resumo_mese($destino_resumo){…}
In particular in the 593 line, in this field $rt->fields[1] . It seems according negative numbers
590 $str_tot = “array_total_” . $cmp_tot . $arr_tots . “[0]”;
591 eval (’$this->’ . $str_tot . ’ = ’ . $rt->fields[0] . ‘;’);
592 $str_tot = “array_total_” . $cmp_tot . $arr_tots . “[1]”;
593 eval(’$this->’ . $str_tot . ’ = ’ . $rt->fields[1] . ‘;’);
594 $str_grf = “val_grafico_” . $cmp_tot;
595 $str_tot = “array_total_” . $cmp_tot . $arr_tots . “[2]”;
596 eval (’$this->’ . $str_tot . ’ = $’ . $str_grf . ‘;’);
597 $str_tot = “array_total_” . $cmp_tot . $arr_tots . “[3]”;
598 $str_org = $cmp_tot . “_orig”;
599 eval (’$this->’ . $str_tot . ’ = $’ . $str_org . ‘;’);
600 $rt->MoveNext();

Hello,

I sent you an email asking for more information.

If it can be useful, the problem occurs on SUMMARY when processing data with values below 1 example 0.5

Hello,

This problem has been reported to our development team.

Thanks!