( ! ) Fatal error: Uncaught CodeIgniter\Cache\Exceptions\CacheException: Cache unable to write to "/var/www/loja.bonifique.club/html/writable/cache/". in /var/www/loja.bonifique.club/html/vendor/codeigniter4/framework/system/Cache/Handlers/FileHandler.php on line 66 |
( ! ) CodeIgniter\Cache\Exceptions\CacheException: Cache unable to write to "/var/www/loja.bonifique.club/html/writable/cache/". in /var/www/loja.bonifique.club/html/vendor/codeigniter4/framework/system/Cache/Handlers/FileHandler.php on line 66 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0001 | 354984 | {main}( ) | .../index.php:0 |
2 | 0.0043 | 758080 | CodeIgniter\Config\BaseService::codeigniter( ) | .../index.php:69 |
3 | 0.0043 | 758080 | CodeIgniter\Config\BaseService::__callStatic( $name = 'codeigniter', $arguments = [] ) | .../index.php:69 |
4 | 0.0055 | 758688 | CodeIgniter\Config\Services::codeigniter( $config = ???, $getShared = ??? ) | .../BaseService.php:258 |
5 | 0.0055 | 758688 | CodeIgniter\Config\BaseService::getSharedInstance( $key = 'codeigniter', ...$params = variadic(NULL) ) | .../Services.php:155 |
6 | 0.0055 | 758984 | CodeIgniter\Config\BaseService::codeigniter( NULL, FALSE ) | .../BaseService.php:199 |
7 | 0.0055 | 759200 | CodeIgniter\Config\BaseService::__callStatic( $name = 'codeigniter', $arguments = [0 => NULL, 1 => FALSE] ) | .../BaseService.php:199 |
8 | 0.0055 | 759200 | CodeIgniter\Config\Services::codeigniter( $config = NULL, $getShared = FALSE ) | .../BaseService.php:258 |
9 | 0.0062 | 764376 | CodeIgniter\CodeIgniter->__construct( $config = class Config\App { public string $baseURL = 'http://localhost/bonifique/marketplace/'; public array $allowedHostnames = []; public string $indexPage = ''; public string $uriProtocol = 'REQUEST_URI'; public string $defaultLocale = 'pt-br'; public bool $negotiateLocale = FALSE; public array $supportedLocales = [0 => 'en']; public string $appTimezone = 'America/Sao_Paulo'; public string $charset = 'UTF-8'; public bool $forceGlobalSecureRequests = FALSE; public array $proxyIPs = []; public bool $CSPEnabled = FALSE } ) | .../Services.php:160 |
10 | 0.0062 | 764376 | CodeIgniter\Config\BaseService::responsecache( ) | .../CodeIgniter.php:196 |
11 | 0.0062 | 764376 | CodeIgniter\Config\BaseService::__callStatic( $name = 'responsecache', $arguments = [] ) | .../CodeIgniter.php:196 |
12 | 0.0062 | 764376 | CodeIgniter\Config\Services::responsecache( $config = ???, $cache = ???, $getShared = ??? ) | .../BaseService.php:258 |
13 | 0.0062 | 764376 | CodeIgniter\Config\BaseService::getSharedInstance( $key = 'responsecache', ...$params = variadic(NULL, NULL) ) | .../Services.php:446 |
14 | 0.0062 | 764592 | CodeIgniter\Config\BaseService::responsecache( NULL, NULL, FALSE ) | .../BaseService.php:199 |
15 | 0.0062 | 764808 | CodeIgniter\Config\BaseService::__callStatic( $name = 'responsecache', $arguments = [0 => NULL, 1 => NULL, 2 => FALSE] ) | .../BaseService.php:199 |
16 | 0.0062 | 764808 | CodeIgniter\Config\Services::responsecache( $config = NULL, $cache = NULL, $getShared = FALSE ) | .../BaseService.php:258 |
17 | 0.0066 | 768808 | CodeIgniter\Config\BaseService::cache( ) | .../Services.php:450 |
18 | 0.0066 | 768808 | CodeIgniter\Config\BaseService::__callStatic( $name = 'cache', $arguments = [] ) | .../Services.php:450 |
19 | 0.0066 | 768808 | CodeIgniter\Config\Services::cache( $config = ???, $getShared = ??? ) | .../BaseService.php:258 |
20 | 0.0066 | 768808 | CodeIgniter\Config\BaseService::getSharedInstance( $key = 'cache', ...$params = variadic(NULL) ) | .../Services.php:120 |
21 | 0.0066 | 769024 | CodeIgniter\Config\BaseService::cache( NULL, FALSE ) | .../BaseService.php:199 |
22 | 0.0066 | 769240 | CodeIgniter\Config\BaseService::__callStatic( $name = 'cache', $arguments = [0 => NULL, 1 => FALSE] ) | .../BaseService.php:199 |
23 | 0.0066 | 769240 | CodeIgniter\Config\Services::cache( $config = NULL, $getShared = FALSE ) | .../BaseService.php:258 |
24 | 0.0067 | 769160 | CodeIgniter\Cache\CacheFactory::getHandler( $config = class Config\Cache { public string $handler = 'file'; public string $backupHandler = 'dummy'; public string $storePath = '/var/www/loja.bonifique.club/html/writable/cache/'; public $cacheQueryString = FALSE; public string $prefix = ''; public int $ttl = 60; public string $reservedCharacters = '{}()/\\@:'; public array $file = ['storePath' => '/var/www/loja.bonifique.club/html/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'] }, $handler = ???, $backup = ??? ) | .../Services.php:125 |
25 | 0.0068 | 769256 | CodeIgniter\Cache\Handlers\FileHandler->__construct( $config = class Config\Cache { public string $handler = 'file'; public string $backupHandler = 'dummy'; public string $storePath = '/var/www/loja.bonifique.club/html/writable/cache/'; public $cacheQueryString = FALSE; public string $prefix = ''; public int $ttl = 60; public string $reservedCharacters = '{}()/\\@:'; public array $file = ['storePath' => '/var/www/loja.bonifique.club/html/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'] } ) | .../CacheFactory.php:65 |