ErrorException [ Fatal Error ]:
Uncaught Fuel\Core\PhpErrorException: Constant Fuel\Core\E_STRICT is deprecated in /www/devcontent.textalk.com/expressen/fuel/fuel/core/classes/errorhandler.php:70
Stack trace:
#0 /www/devcontent.textalk.com/expressen/fuel/fuel/core/classes/errorhandler.php(163): [constant expression]()
#1 /www/devcontent.textalk.com/expressen/fuel/fuel/core/bootstrap.php(103): Fuel\Core\Errorhandler::error_handler(8192, 'Constant Fuel\\C...', '/www/devcontent...', 70)
#2 /www/devcontent.textalk.com/expressen/fuel/fuel/core/classes/errorhandler.php(125): {closure:/www/devcontent.textalk.com/expressen/fuel/fuel/core/bootstrap.php:90}(8192, 'Constant Fuel\\C...', '/www/devcontent...', 70)
#3 /www/devcontent.textalk.com/expressen/fuel/fuel/core/bootstrap.php(87): Fuel\Core\Errorhandler::exception_handler(Object(ParseError))
#4 [internal function]: {closure:/www/devcontent.textalk.com/expressen/fuel/fuel/core/bootstrap.php:74}(Object(ParseError))
#5 {main}
thrown
6566<?php E_COMPILE_ERROR => 'Compile Error',67<?php E_COMPILE_WARNING => 'Compile Warning',68<?php E_USER_ERROR => 'User Error',69<?php E_USER_WARNING => 'User Warning',70<?php E_USER_NOTICE => 'User Notice',71<?php E_STRICT => 'Runtime Notice',72<?php E_RECOVERABLE_ERROR => 'Runtime Recoverable error',73<?php E_DEPRECATED => 'Runtime Deprecated code usage',74<?php E_USER_DEPRECATED => 'User Deprecated code usage',75<?php );<?php
6667<?php else68<?php {69<?php logger(\Fuel::L_ERROR, 'shutdown - ' . $e->getMessage()." in ".$e->getFile()." on ".$e->getLine());70<?php }71<?php }72<?php return \Errorhandler::shutdown_handler();73<?php });74<?php75<?php set_exception_handler(function ($e)76<?php {<?php // reset the autoloader