Deprecated: GuzzleHttp\Promise\queue(): Implicitly marking parameter $assign as nullable is deprecated, the explicit nullable type must be used instead in /www/devcontent.textalk.com/expressen/vendor/guzzlehttp/promises/src/functions.php on line 21

Deprecated: GuzzleHttp\Promise\each(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in /www/devcontent.textalk.com/expressen/vendor/guzzlehttp/promises/src/functions.php on line 346

Deprecated: GuzzleHttp\Promise\each(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in /www/devcontent.textalk.com/expressen/vendor/guzzlehttp/promises/src/functions.php on line 346

Deprecated: GuzzleHttp\Promise\each_limit(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in /www/devcontent.textalk.com/expressen/vendor/guzzlehttp/promises/src/functions.php on line 372

Deprecated: GuzzleHttp\Promise\each_limit(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in /www/devcontent.textalk.com/expressen/vendor/guzzlehttp/promises/src/functions.php on line 372

Deprecated: GuzzleHttp\Promise\each_limit_all(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in /www/devcontent.textalk.com/expressen/vendor/guzzlehttp/promises/src/functions.php on line 396
FuelPHP Framework

Fatal Error!

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

COREPATH/classes/errorhandler.php @ line 70

65
<?php         E_COMPILE_ERROR     => 'Compile Error',
66
<?php         E_COMPILE_WARNING   => 'Compile Warning',
67
<?php         E_USER_ERROR        => 'User Error',
68
<?php         E_USER_WARNING      => 'User Warning',
69
<?php         E_USER_NOTICE       => 'User Notice',
70
<?php         E_STRICT            => 'Runtime Notice',
71
<?php         E_RECOVERABLE_ERROR => 'Runtime Recoverable error',
72
<?php         E_DEPRECATED        => 'Runtime Deprecated code usage',
73
<?php         E_USER_DEPRECATED   => 'User Deprecated code usage',
74
<?php     );
75
<?php 

Backtrace

  1. COREPATH/bootstrap.php @ line 71
    66
    <?php         else
    67
    <?php         {
    68
    <?php             logger(\Fuel::L_ERROR, 'shutdown - ' . $e->getMessage()." in ".$e->getFile()." on ".$e->getLine());
    69
    <?php         }
    70
    <?php     }
    71
    <?php     return \Errorhandler::shutdown_handler();
    72
    <?php });
    73
    <?php 
    74
    <?php set_exception_handler(function ($e)
    75
    <?php {
    76
    <?php     // reset the autoloader

Prior Contents (show)