I tried installing this using the basic setup, but I seem to be getting this error:
In AbstractConnection.php line 132:
`SELECT` failed: NOAUTH Authentication required. [tcp://127.0.0.1:6379]
When I run systemctl status redis
it's saying that it is active (running).
I tried to troubleshoot by replacing "null" in the password section of extend.php with my redis password, but I'm getting this error instead:
PHP Parse error: syntax error, unexpected identifier "password" expecting "]" in /var/www/website/forum/extend.php on line 16
Now, I can't even access my forum as all I see is white screen. Lol. Good thing I took a snapshot of my droplet before attempting to install redis.
Did I miss something in the installation? Your help would be immensely appreciated. Thanks!