AChug Posted August 24, 2022 Share Posted August 24, 2022 Hi, Don't know what happened and what impacted the backoffice functionality, tried logging in today and saw Error 500, enabled debugging and saw this error, any one else facing similar issue or have suggestion to fix the problem? I am using Prestashop 1.7.8.6 version with PHP 8.0 on the webserver. Link to comment Share on other sites More sharing options...
endriu107 Posted August 25, 2022 Share Posted August 25, 2022 At first change your PHP version to 7.4 https://devdocs.prestashop.com/1.7/basics/installation/system-requirements/#php-compatibility-chart Link to comment Share on other sites More sharing options...
AChug Posted August 26, 2022 Author Share Posted August 26, 2022 Thanks! that worked after bringing the php version down to 7.4 I also had to make following changes in the php.ini file: session.save_path = /tmp max_execution_time =600 max_input_time = 600 max_input_vars = 7000 memory_limit = 256M 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