| ( ! ) 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 /var/www/clients/client0/web9/web/system/vendor/codeigniter4/framework/system/Log/Logger.php on line 162 |
| Call Stack |
| # | Time | Memory | Function | Location |
| 1 | 0.0004 | 1139720 | {main}( ) | .../index.php:0 |
| 2 | 0.0085 | 1852864 | CodeIgniter\Boot::bootWeb( $paths = class Config\Paths { public string $systemDirectory = '/var/www/clients/client0/web9/web/system/app/Config/../../vendor/codeigniter4/framework/system'; public string $appDirectory = '/var/www/clients/client0/web9/web/system/app/Config/..'; public string $writableDirectory = '/var/www/clients/client0/web9/web/system/app/Config/../../writable'; public string $testsDirectory = '/var/www/clients/client0/web9/web/system/app/Config/../../tests'; public string $viewDirectory = '/var/www/clients/client0/web9/web/system/app/Config/../Views' } ) | .../index.php:71 |
| 3 | 0.1063 | 1933808 | CodeIgniter\Boot::runCodeIgniter( $app = class CodeIgniter\CodeIgniter { protected $startTime = 1768983864.8043; protected $totalTime = NULL; protected $config = class Config\App { public string $baseURL = 'https://app.knihovnalitomerice.cz'; public array $allowedHostnames = [...]; public string $indexPage = ''; public string $uriProtocol = 'REQUEST_URI'; public string $permittedURIChars = 'a-z 0-9~%.:_\\-\\@%'; public string $defaultLocale = 'cs'; public bool $negotiateLocale = TRUE; public array $supportedLocales = [...]; public string $appTimezone = 'Europe/Prague'; public string $charset = 'UTF-8'; public bool $forceGlobalSecureRequests = FALSE; public array $proxyIPs = [...]; public bool $CSPEnabled = FALSE }; protected $benchmark = class CodeIgniter\Debug\Timer { protected $timers = [...] }; protected $request = class CodeIgniter\HTTP\IncomingRequest { protected $protocolVersion = '1.1'; protected $validProtocolVersions = [...]; protected $body = NULL; protected $headers = [...]; protected $headerMap = [...]; protected $method = 'GET'; protected $uri = class CodeIgniter\HTTP\SiteURI { ... }; protected $config = class Config\App { ... }; protected $ipAddress = '216.73.216.164'; protected $globals = [...]; protected $path = ''; protected $files = NULL; protected $negotiator = class CodeIgniter\HTTP\Negotiate { ... }; protected $defaultLocale = 'cs'; protected $locale = 'cs'; protected $validLocales = [...]; protected $oldInput = [...]; protected $userAgent = class CodeIgniter\HTTP\UserAgent { ... } }; protected $response = class CodeIgniter\HTTP\Response { protected $protocolVersion = '1.1'; protected $validProtocolVersions = [...]; protected $body = NULL; protected $headers = [...]; protected $headerMap = [...]; protected $reason = 'OK'; protected $statusCode = 200; protected $pretend = FALSE; protected $CSP = class CodeIgniter\HTTP\ContentSecurityPolicy { ... }; protected $cookieStore = class CodeIgniter\Cookie\CookieStore { ... }; protected $bodyFormat = 'html' }; protected $router = class CodeIgniter\Router\Router { protected $collection = class CodeIgniter\Router\RouteCollection { ... }; protected $directory = NULL; protected $controller = '\\App\\Controllers\\Site'; protected $method = 'index'; protected $params = [...]; protected $indexPage = 'index.php'; protected $translateURIDashes = FALSE; protected $matchedRoute = [...]; protected $matchedRouteOptions = [...]; protected $detectedLocale = NULL; protected $filtersInfo = [...]; protected ?CodeIgniter\Router\AutoRouterInterface $autoRouter = class CodeIgniter\Router\AutoRouter { ... }; protected string $permittedURIChars = 'a-z 0-9~%.:_\\-\\@%' }; protected $controller = '\\App\\Controllers\\Site'; protected $method = 'index'; protected $output = NULL; protected ?string $context = 'web'; protected bool $enableFilters = TRUE; protected bool $returnResponse = FALSE; protected int $bufferLevel = 1; protected CodeIgniter\Cache\ResponseCache $pageCache = class CodeIgniter\Cache\ResponseCache { private array|bool $cacheQueryString = FALSE; private int $ttl = 0; private readonly CodeIgniter\Cache\CacheInterface $cache = class CodeIgniter\Cache\Handlers\FileHandler { ... } } } ) | .../Boot.php:68 |
| 4 | 0.1063 | 1933808 | CodeIgniter\CodeIgniter->run( $routes = ???, $returnResponse = ??? ) | .../Boot.php:363 |
| 5 | 0.1343 | 2017496 | CodeIgniter\CodeIgniter->handleRequest( $routes = NULL, $cacheConfig = class Config\Cache { public string $handler = 'file'; public string $backupHandler = 'dummy'; public string $prefix = ''; public int $ttl = 60; public string $reservedCharacters = '{}()/\\@:'; public array $file = ['storePath' => '/var/www/clients/client0/web9/web/system/writable/cache/', 'mode' => 416]; public array $memcached = ['host' => '127.0.0.1', 'port' => 11211, 'weight' => 1, 'raw' => FALSE]; public array $redis = ['host' => '127.0.0.1', 'password' => NULL, 'port' => 6379, 'timeout' => 0, 'database' => 0]; public array $validHandlers = ['dummy' => 'CodeIgniter\\Cache\\Handlers\\DummyHandler', 'file' => 'CodeIgniter\\Cache\\Handlers\\FileHandler', 'memcached' => 'CodeIgniter\\Cache\\Handlers\\MemcachedHandler', 'predis' => 'CodeIgniter\\Cache\\Handlers\\PredisHandler', 'redis' => 'CodeIgniter\\Cache\\Handlers\\RedisHandler', 'wincache' => 'CodeIgniter\\Cache\\Handlers\\WincacheHandler']; public $cacheQueryString = FALSE }, $returnResponse = FALSE ) | .../CodeIgniter.php:354 |
| 6 | 0.1495 | 2084248 | CodeIgniter\CodeIgniter->createController( ) | .../CodeIgniter.php:498 |
| 7 | 0.1495 | 2084440 | App\Controllers\Site->__construct( ) | .../CodeIgniter.php:903 |
| 8 | 0.1495 | 2084440 | session( $val = ??? ) | .../Site.php:11 |
| 9 | 0.1495 | 2084440 | service( $name = 'session' ) | .../Common.php:1000 |
| 10 | 0.1495 | 2084440 | CodeIgniter\Config\BaseService::get( $key = 'session' ) | .../Common.php:1027 |
| 11 | 0.1495 | 2084440 | CodeIgniter\Config\BaseService::__callStatic( $name = 'session', $arguments = [] ) | .../BaseService.php:202 |
| 12 | 0.1495 | 2084656 | CodeIgniter\Config\Services::session( $config = ???, $getShared = ??? ) | .../BaseService.php:321 |
| 13 | 0.1495 | 2084656 | CodeIgniter\Config\BaseService::getSharedInstance( $key = 'session', ...$params = variadic(NULL) ) | .../Services.php:668 |
| 14 | 0.1495 | 2085088 | CodeIgniter\Config\BaseService::__callStatic( $name = 'session', $arguments = [0 => NULL, 1 => FALSE] ) | .../BaseService.php:251 |
| 15 | 0.1495 | 2085088 | CodeIgniter\Config\Services::session( $config = NULL, $getShared = FALSE ) | .../BaseService.php:312 |
| 16 | 0.1500 | 2086520 | CodeIgniter\Config\BaseService::get( $key = 'logger' ) | .../Services.php:673 |
| 17 | 0.1500 | 2086520 | CodeIgniter\Config\BaseService::__callStatic( $name = 'logger', $arguments = [] ) | .../BaseService.php:202 |
| 18 | 0.1500 | 2086736 | CodeIgniter\Config\Services::logger( $getShared = ??? ) | .../BaseService.php:321 |
| 19 | 0.1500 | 2086736 | CodeIgniter\Config\BaseService::getSharedInstance( $key = 'logger' ) | .../Services.php:402 |
| 20 | 0.1500 | 2087168 | CodeIgniter\Config\BaseService::__callStatic( $name = 'logger', $arguments = [0 => FALSE] ) | .../BaseService.php:251 |
| 21 | 0.1500 | 2087168 | CodeIgniter\Config\Services::logger( $getShared = FALSE ) | .../BaseService.php:312 |
| 22 | 0.1500 | 2087168 | Composer\Autoload\ClassLoader->loadClass( $class = 'CodeIgniter\\Log\\Logger' ) | .../Services.php:405 |
| 23 | 0.1503 | 2087328 | Composer\Autoload\{closure:/var/www/clients/client0/web9/web/system/vendor/composer/ClassLoader.php:575-577}( $file = '/var/www/clients/client0/web9/web/system/vendor/composer/../codeigniter4/framework/system/Log/Logger.php' ) | .../ClassLoader.php:427 |
| 24 | 0.1503 | 2087776 | include( '/var/www/clients/client0/web9/web/system/vendor/codeigniter4/framework/system/Log/Logger.php ) | .../ClassLoader.php:576 |