PrestaCl Posted August 26, 2020 Share Posted August 26, 2020 (edited) Hello, i'm having this issue in prestashop is 1.7.4.2. Few days ago i tried updated my store to 1.7.6 but i had some bugs that made me use a backup from my hosting to restore to 1.7.4.2 again. From that moment i started to have problem, first with the store caché that i fixed by removing Link List Module, but now i have this new issue [ Interface 'PrestaShop\PrestaShop\Core\Session\SessionInterface' not found.] and i can´t access to the menu Preferences. I would appreciate any help Edited August 26, 2020 by PrestaCl (see edit history) Link to comment Share on other sites More sharing options...
fjratelier Posted September 11, 2020 Share Posted September 11, 2020 Hi, the same here. Any solution? Thanks. Link to comment Share on other sites More sharing options...
Webstartconsulting Posted October 13, 2020 Share Posted October 13, 2020 On 8/26/2020 at 12:05 PM, PrestaCl said: Hello, i'm having this issue in prestashop is 1.7.4.2. Few days ago i tried updated my store to 1.7.6 but i had some bugs that made me use a backup from my hosting to restore to 1.7.4.2 again. From that moment i started to have problem, first with the store caché that i fixed by removing Link List Module, but now i have this new issue [ Interface 'PrestaShop\PrestaShop\Core\Session\SessionInterface' not found.] and i can´t access to the menu Preferences. I would appreciate any help Hi, Any solutions? Cache delete is not helped to me... Link to comment Share on other sites More sharing options...
PrestaCl Posted October 13, 2020 Author Share Posted October 13, 2020 Hello, well it was a long time ago that I had this problem that fortunately I could solve. Unfortunately I don't exactly remember the solution because I tried many things. But what I can tell you is that checking in my folders I have Core \ Session \ SessionInterface (my version of prestashop should not have it) Possibly I ended up copying it myself (sorry I couldn't tell but you could give it a try if you're really desperate)https://github.com/PrestaShop/PrestaShop/tree/1.7.6.7/src/Core/Session Before making any changes, do not forget to make a Backup and I highly recommend trying the modifications before in a clone store. I hope they can solve this problem soon. Greetings! Link to comment Share on other sites More sharing options...
rayrodriguezg Posted October 22, 2020 Share Posted October 22, 2020 Hi, this error is ocasionated for missing files in /src/Core specifically /src/Core/Session/SessionInterface.php copy this file and folder from another site or base code of prestashop, Regards Link to comment Share on other sites More sharing options...
ExpertoPrestaShop Posted February 5, 2024 Share Posted February 5, 2024 Try this line on the CustomerSession.php file. include dirname(__FILE__).'/../src/Core/Session/SessionInterface.php'; Link to comment Share on other sites More sharing options...
Codeshare Posted April 21, 2024 Share Posted April 21, 2024 en mi caso lo único que me funciono fue comentar customer y employee sesion dentro de carpeta classes 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