Access denied error on sidebar
Permalink
Hi,
I have a site and all works fine with the superuser. But if you create a new user and they login you get a Access denied error on the sidebar when you try open the right hand sidebar.
This then logs you out and you have to log back in.
i am getting this in an error
session_start(): Failed to decode session object. Session has been destroyed
I have a site and all works fine with the superuser. But if you create a new user and they login you get a Access denied error on the sidebar when you try open the right hand sidebar.
This then logs you out and you have to log back in.
i am getting this in an error
session_start(): Failed to decode session object. Session has been destroyed
It was new for me.
Looks like it might be an issue with memcache
i have changed these in the php.ini file
session.save_handler = files
session.save_path = ""
seems to have stopped the issue
session.save_handler = files
session.save_path = ""
seems to have stopped the issue
My fix didn't work.
It will now only work on accounts other than the super account if you click save for 2 weeks.
Is this a bug?
Also keep getting these errors
An unexpected error occurred.
session_start(): Failed to decode session object. Session has been destroyed
getting this in the log files.
Exception Occurred: /var/sites/h/MYSITE.COM/public_html/concrete/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php:148 session_start(): Failed to decode session object. Session has been destroyed (2)
It will now only work on accounts other than the super account if you click save for 2 weeks.
Is this a bug?
Also keep getting these errors
An unexpected error occurred.
session_start(): Failed to decode session object. Session has been destroyed
getting this in the log files.
Exception Occurred: /var/sites/h/MYSITE.COM/public_html/concrete/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php:148 session_start(): Failed to decode session object. Session has been destroyed (2)
the C5 install is not able to set a cookie on any login other than the superuser.