Install Joomla 4 on System with PHP7 and Redis.
Set PHP-Session handler to use Redis.
But it's the same if we are using file handler and setting Redis as session handler
later in the backend
So if PHP use direct within a ini Redis Joomla isn't able to store a session
and if PHP use default session handler (file) and Joomla is set to use Redis this
won't work also.
Can Install Joomla
Can use Joomla
Apache 2.4
PHP 7.2
Redis 3.2.11
Same test with Joomla 3.8! There was no error and Redis can be used without any problem.
Labels |
Added:
?
|
Category | ⇒ | Libraries |
Labels |
Added:
J4 Issue
|
Status | New | ⇒ | Discussion |
All you have to do is pass a extension_loaded('redis') && class_exists('Redis');
check
Isn't this a typo on the server configuration?
See the databese
instead of database
on the screenshot.
Title |
|
Yes it is
Hey. Sorry for answering so late.
At the moment I have no way to test this again, because I've no redis environment and can't setup one at the moment. But I was talking to some friends using J4 with redis and they have no problem.
So I guess the reason was really the typo and I'll close this issue.
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-08-22 22:38:04 |
Closed_By | ⇒ | f-hamel |
Yes it is.
On Sat, May 19, 2018 at 1:37 PM Phil Taylor notifications@github.com
wrote:
--