PHP 8 Support

I am running php8 on my development system and Fabrik appears to be working just fine. I don't stress Fabrik much on the development system but what I have tested is working.
 
Php email stopped working entirely for fabrik when I tested it. seemed to be regardless of using builtin functions or my own php code run on form submission. rolling back fixed everything.
 
I found the issue and have submitted PR2256 for it. You can fix it yourself until the PR is merged. File libraries/fabrik/fabrik/Helpers/Worker.php at line 2400 change it to:
Code:
if (is_bool($ret) === false && get_parent_class($ret) === 'Exception')
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top