: session_start(): ps_files_cleanup_dir: opendir(/var/lib/php/sessions) failed: Permission denied (13) [in
Code
if (!session_start()) {
throw new CakeException('Could not start the session');
Cake\Error\ErrorTrap->handleError() [internal], line ??
/var/www/html/vendor/cakephp/cakephp/src/Http/Session.php /var/www/html/vendor/cakephp/cakephp/src/Http/Session.php, line 364
Cake\Http\Session->start() /var/www/html/vendor/cakephp/cakephp/src/Http/Session.php, line 449
Cake\Http\Session->read() /var/www/html/vendor/cakephp/authentication/src/Authenticator/SessionAuthenticator.php, line 61
Authentication\Authenticator\SessionAuthenticator->authenticate() /var/www/html/vendor/cakephp/authentication/src/AuthenticationService.php, line 187
Authentication\AuthenticationService->authenticate() /var/www/html/vendor/cakephp/authentication/src/Middleware/AuthenticationMiddleware.php, line 87
Authentication\Middleware\AuthenticationMiddleware->process() /var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/BodyParserMiddleware.php, line 157
Cake\Http\Middleware\BodyParserMiddleware->process() /var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php, line 117
Cake\Routing\Middleware\RoutingMiddleware->process() /var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php, line 70
Cake\Routing\Middleware\AssetMiddleware->process() /var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php, line 115
Cake\Error\Middleware\ErrorHandlerMiddleware->process() /var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /var/www/html/vendor/cakephp/debug_kit/src/Middleware/DebugKitMiddleware.php, line 60
DebugKit\Middleware\DebugKitMiddleware->process() /var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php, line 60
Cake\Http\Runner->run() /var/www/html/vendor/cakephp/cakephp/src/Http/Server.php, line 104
Cake\Http\Server->run() /var/www/html/webroot/index.php, line 37
[main]