Tiago Posted April 24, 2018 Share Posted April 24, 2018 (edited) Hello guys im using version 1.7.3.1 but i got this error since first 1.7 version Everytime i try to clear cach for example i got a error messahe HTTP 500 from server. I turned on the debug mode and i got this messge. Can some one help me ? ContextErrorException in NativeSessionStorage.php line 151:Warning: session_start(): Failed to decode session object. Session has been destroyed in NativeSessionStorage.php line 151 at ErrorHandler->handleError('2', 'session_start(): Failed to decode session object. Session has been destroyed', '/home/pg21020/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php', '151', array('file' => '', 'line' => '0')) at session_start() in NativeSessionStorage.php line 151 at NativeSessionStorage->start() in NativeSessionStorage.php line 289 at NativeSessionStorage->getBag('attributes') in Session.php line 71 at Session->get('_security_main') in ContextListener.php line 74 at ContextListener->handle(object(GetResponseEvent)) in Firewall.php line 58 at Firewall->onKernelRequest(object(GetResponseEvent), 'kernel.request', object(TraceableEventDispatcher)) at call_user_func(array(object(Firewall), 'onKernelRequest'), object(GetResponseEvent), 'kernel.request', object(TraceableEventDispatcher)) in WrappedListener.php line 61 at WrappedListener->__invoke(object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher)) at call_user_func(object(WrappedListener), object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher)) in EventDispatcher.php line 184 at EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.request', object(GetResponseEvent)) in EventDispatcher.php line 46 at EventDispatcher->dispatch('kernel.request', object(GetResponseEvent)) in TraceableEventDispatcher.php line 133 at TraceableEventDispatcher->dispatch('kernel.request', object(GetResponseEvent)) in bootstrap.php.cache line 3242 at HttpKernel->handleRaw(object(Request), '1') in bootstrap.php.cache line 3212 at HttpKernel->handle(object(Request), '1', false) in bootstrap.php.cache line 3366 at ContainerAwareHttpKernel->handle(object(Request), '1', false) in bootstrap.php.cache line 2566 at Kernel->handle(object(Request), '1', false) in index.php line 86 Edited April 24, 2018 by Tiago (see edit history) Link to comment Share on other sites More sharing options...
jetx Posted April 26, 2018 Share Posted April 26, 2018 This is probably caused by a session path bug in 1.7 (just one of many), I believe if you follow this it will fix it: https://www.prestashop.com/forums/topic/609679-opendirvarcpanelphpsessionsea-php56-failed-permission-denied-13/#comment-2741289 Go into your php.ini and edit or add 'session.save_path' to /tmp. worked for me. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now