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
I can't login backend after running magento2 dev53 some time. I got the errors in php log file as below:
[29-Nov-2013 04:23:20 UTC] PHP Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Magento\View\Layout\Element' is not allowed' in /projects/magento2/app/code/Magento/Core/Model/Session/AbstractSession.php:187
Stack trace:
#0 /projects/magento2/app/code/Magento/Core/Model/Session/AbstractSession.php(187): session_write_close() #1 [internal function]: Magento\Core\Model\Session\AbstractSession->__destruct() #2 {main}
thrown in /projects/magento2/app/code/Magento/Core/Model/Session/AbstractSession.php on line 187
[29-Nov-2013 04:23:21 UTC] PHP Notice: session_start(): Unexpected end of serialized data in /projects/magento2/app/code/Magento/Core/Model/Session/AbstractSession.php on line 268
The text was updated successfully, but these errors were encountered:
I can't login backend after running magento2 dev53 some time. I got the errors in php log file as below:
[29-Nov-2013 04:23:20 UTC] PHP Fatal error: Uncaught exception 'Exception' with message 'Serialization of 'Magento\View\Layout\Element' is not allowed' in /projects/magento2/app/code/Magento/Core/Model/Session/AbstractSession.php:187
Stack trace:
#0 /projects/magento2/app/code/Magento/Core/Model/Session/AbstractSession.php(187): session_write_close()
#1 [internal function]: Magento\Core\Model\Session\AbstractSession->__destruct()
#2 {main}
thrown in /projects/magento2/app/code/Magento/Core/Model/Session/AbstractSession.php on line 187
[29-Nov-2013 04:23:21 UTC] PHP Notice: session_start(): Unexpected end of serialized data in /projects/magento2/app/code/Magento/Core/Model/Session/AbstractSession.php on line 268
The text was updated successfully, but these errors were encountered: