We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dbsession.php throws deprecated warnings: [Deprecated] /framework/dbsession.php:[58] from /framework/initialize.php:[221] DbSession->__construct "session_set_save_handler(): Providing individual callbacks instead of an object implementing SessionHandlerInterface is deprecated"
This code has to be put in a new SessionHandler class, but I have no idea how.
We need a solution, of course one could "fix" this temporarily putting an @ in front of "session_set_save_handler", but that won't solve the issue.
The text was updated successfully, but these errors were encountered:
Solved with 128eeb9
Sorry, something went wrong.
No branches or pull requests
dbsession.php throws deprecated warnings:
[Deprecated] /framework/dbsession.php:[58] from /framework/initialize.php:[221] DbSession->__construct "session_set_save_handler(): Providing individual callbacks instead of an object implementing SessionHandlerInterface is deprecated"
This code has to be put in a new SessionHandler class, but I have no idea how.
We need a solution, of course one could "fix" this temporarily putting an @ in front of "session_set_save_handler", but that won't solve the issue.
The text was updated successfully, but these errors were encountered: