dbdropper Posted July 19, 2023 Share Posted July 19, 2023 (edited) Installing a Github copy of Prestahop, visiting the `localhost/install-dev` folder. I fill in my working (tested) database credentials on the *System configuration* step. I get the following error when I click Next. I can also see the same error when I inspect the AJAX request for the *Test your database connection now* button. I googled this error and nothing relevant comes up. Is this a known issue? How do I debug? Edited July 19, 2023 by dbdropper (see edit history) Link to comment Share on other sites More sharing options...
AddWeb Solution Posted July 20, 2023 Share Posted July 20, 2023 Hi, Ensure that the database name, username, password, and host are accurate and correspond to the database you intend to use for PrestaShop. Make sure you have downloaded a stable version of PrestaShop from the official repository or a reliable source on GitHub. Verify PHP Version. Since you mentioned seeing the error in the AJAX request for the "Test your database connection now" button, open your browser's developer tools, go to the Network tab, and trigger the AJAX request. Inspect the response for more specific error details. Thanks! 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