You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2019. It is now read-only.
This is not a big issue, but in developer mode, with php 7.2, and <session_save><![CDATA[db]]></session_save> in local.xml we got :
Recoverable Error: session_module_name(): Cannot set 'user' save handler by ini_set() or session_module_name() in /app/code/core/Mage/Core/Model/Session/Abstract/Varien.php on line 83
The text was updated successfully, but these errors were encountered:
PHP documentation says that the user value is forbidden since 7.2.0 and it seems that it would be okay to simply skip this call.
FYI Symphony ran into a very similar issue, as well: symphonycms/symphonycms#2783 (comment)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
This is not a big issue, but in developer mode, with php 7.2, and
<session_save><![CDATA[db]]></session_save>
in local.xml we got :Recoverable Error: session_module_name(): Cannot set 'user' save handler by ini_set() or session_module_name() in /app/code/core/Mage/Core/Model/Session/Abstract/Varien.php on line 83
The text was updated successfully, but these errors were encountered: