Unable to login on fresh install - Redis error #2028
Replies: 2 comments 7 replies
-
your redis instance is dead... |
Beta Was this translation helpful? Give feedback.
1 reply
-
because it's php sessions which are using sessions are having trouble... |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello we used LHC for many years but recently it seems to have stopped working and we cannot get it to run on any of our sites. We get the same error - after install when trying to login the login page does nothing. The php error is as below. The local redis server is running fine and the php-redis is available and working.
How can we get past this error? Can we somehow tell it not to try to use redis? We tried taking the redis options out of the config file but still get the same error. Also the tmp folder mentioned has full write perms.
PHP message: PHP Warning: session_start(): Redis connection not available in /var/www/clients/client1/web1/web/livehelp/ezcomponents/Authentication/src/session/authentication_session.php on line 213PHP message: PHP Warning: session_start(): Failed to read session data: redis (path: /var/www/clients/client1/web1/tmp) in /var/www/clients/client1/web1/web/livehelp/ezcomponents/Authentication/src/session/authentication_session.php on line 213PHP message: PHP Warning: session_start(): Redis connection not available in /var/www/clients/client1/web1/web/livehelp/ezcomponents/Authentication/src/session/authentication_session.php on line 213PHP message: PHP Warning: session_start(): Failed to read session data: redis (path: /var/www/clients/client1/web1/tmp) in /var/www/clients/client1/web1/web/livehelp/ezcomponents/Authentication/src/session/authentication_session.php on line 213" while reading response header from upstream, client: myIP, server: mysite.co.uk, request: "GET /livehelp/site_admin/user/login HTTP/2.0", upstream: "fastcgi://unix:/var/lib/php7.4-fpm/web1.sock:", host: "mysite.co.uk", referrer: "https://mysite.co.uk/livehelp/site_admin/user/login
Beta Was this translation helpful? Give feedback.
All reactions