Forums

Error after submit email Warning: eval()'d code

bjems 03 Dec, 2022
Hello,

I updated PHP to PHP8 and i had some bugs (chronoforms V6).

Now i recieve the email but after i submit the form i have this error :
Warning: Undefined variable $form in .../libraries/cegcore2/admin/extensions/chronofc/helpers/parser.php(133) : eval()'d code on line 7
Warning: Attempt to read property "data" on null .../libraries/cegcore2/admin/extensions/chronofc/helpers/parser.php(133) : eval()'d code on line 7
Warning: Trying to access array offset on value of type null in .../libraries/cegcore2/admin/extensions/chronofc/helpers/parser.php(133) : eval()'d code on line 7

The code of the line 133 is : eval('?>'.$code);
if($eval){
ob_start();
eval('?>'.$code);
$output = ob_get_clean();
}

What is wrong here?

Thanks for Your help.
Best regards
Jems
You need to login to be able to post a reply.