Welcome Guest, Not a member yet? Register   Sign In
Update to v4.5.1, same using FactoriesCache
#3

(04-17-2024, 07:39 AM)ddevsr Wrote: Fatal error: Declaration of CodeIgniter\Log\Logger::emergency(Stringable|string $message, array $context = []): void must be compatible with PsrExt\Log\LoggerInterface::emergency($message, array $context = []) in /home/http8_data/xxx/vendor/codeigniter4/framework/system/Log/Logger.php on lineĀ 162

What a problem?

The error message tells the problem.

Declaration of
PHP Code:
CodeIgniter\Log\Logger::emergency(Stringable|string $message, array $context = []): void 

must be compatible with
PHP Code:
PsrExt\Log\LoggerInterface::emergency($message, array $context = []) 
Reply


Messages In This Thread
RE: Update to v4.5.1, same using FactoriesCache - by kenjis - 04-17-2024, 03:41 PM



Theme © iAndrew 2016 - Forum software by © MyBB