Jump to content

Problem with installing Prestashop 8.2.0


Recommended Posts

I have a problem with Prestashop 8.2.0 because the compatibility error message appears for the PHP version which instead turns out to be 8.1... after debugging, 2 error messages come out. ErrorException Notice N.1: CsrfTokenManager->getToken('ANONYMOUS_USER') in /home4/mydjrete/public_html/src/PrestaShopBundle/Service/Routing/Router.php (line 64) Notice N.2: SessionHandler::gc():ps_files_cleanup_dir: opendir(/var/cpanel/php/sessions/ea-php82) failed: Permission denied (13) ... could anyone help me resolve this. Thank you.

immagine.thumb.png.6358f1005c6befba6988148a6b98588d.png

immagine.thumb.png.abb75339b7dd8ed713f4c40951b294e0.png

immagine.thumb.png.4b7158c6d9e0ec84ca9e72ba441c60d5.png

Link to comment
Share on other sites

Le 05/11/2024 à 12:32 PM, Prestashop Addict a dit :

This is a right issue of php session folder /var/cpanel/php/sessions/ea-php82/ change permissions

chmod -R a+wr /var/cpanel/php/sessions/ea-php82/ or change owner chown -R www-data:www-data /var/cpanel/php/sessions/ea-php82/

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...