Ahmad.gh Posted January 27, 2023 Share Posted January 27, 2023 Hi Folks! During a fresh Prestashop installation, I got this issue: "1: Updating database schema...". The thing that I need to mention is, it would install properly on local mysql but not on the DigitalOcean managed databases. Here is the server config: PRESTASHOP: 1.7.6.2 WEBSERVER: Apache/2.4.52 (Ubuntu) OS: ubuntu 22.04 PHP: 7.3.33 DB: DigitalOcean Managed Database and also here is the log info in the following path: /var/www/html/MY.DOMAIN.NAME/var/logs Any information you can provide me would be greatly appreciated! Link to comment Share on other sites More sharing options...
WebDesk Solution Posted February 22, 2023 Share Posted February 22, 2023 Hello @Ahmad.gh The PHP version you are using is not compatible with PrestaShop 1.7.6. So you need to either downgrade the PHP version to PHP7.2 or you need to install the PrestaShop version 1.7.7 or 1.7.8, which are compatible with PHP7.3 You can refer to the following chart for your reference In addition, please make sure the database user you are using has full access to all the database actions. Because sometimes, when you are using MySQL, there is a chance that the database user does not have full access to the database. Hope this helps! If you find our reply helpful, please hit Like it. 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