Installation has broken

3 posts by 2 authors in: Forums > CMS Builder
Last Post: May 8   (RSS)

Hi Matt, 

It's because PHP was upgraded on the server and the latest version has different requirements than the older versions.

Specifically, it's the PHP set_error_handler() function which used to support 5 arguments but now only supports 4 as of PHP 8.

The best long-term fix is to upgrade the CMS to the latest version.

Hope that helps!

Dave Edis - Senior Developer
interactivetools.com

Great stuff, thank you Dave!