Hi there,
I config redis, and change session.save_handler form file to redis in php.ini
but get this error in error log:
"PHP message: PHP Warning: session_start(): Cannot find save handler 'redis' - session startup failed in XX/qa-include/app/users.php on line 162
when comment line 162 in qa-include/app/users.php this problem solve!
This action is ok?
line 161 and 162 in qa-include/app/users.php
if (!isset($_SESSION)) session_start();
if (!isset($_SESSION))
session_start();
https://github.com/q2a/question2answer/blob/dev/qa-include/app/users.php
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.