I've recently tried out my apps with PHP7 and I get this:
Fatal error: Uncaught Error: Call to undefined method Error::exception_handler() in C:\Apache24\htdocs\LOCDEV-cms\fuel\core\bootstrap.php:82 Stack trace: #0 [internal function]: {closure}(Object(Fuel\Core\Database_Exception)) #1 {main} thrown in \fuel\core\bootstrap.php on line 82
Fatal error: Uncaught Error: Call to undefined method Error::shutdown_handler() in C:\Apache24\htdocs\LOCDEV-cms\fuel\core\bootstrap.php:66 Stack trace: #0 [internal function]: {closure}() #1 {main} thrown in \fuel\core\bootstrap.php on line 66
Looks like there were some PHP core issues already and some hacks in Fuel to workaround the problem, but it doesn't work anymore for PHP7. Any way to easly fix this ?