ZuZu Posted September 28, 2009 Share Posted September 28, 2009 OK.... I deleted my settings.inc.php file and replaced it with a wrong backed up one from another store. (I know..)I modified the file with the correct database name, username, server and password. Still I can't logon and my shop shows the content of the other store....How can I fix this? Link to comment Share on other sites More sharing options...
The Ge Posted September 28, 2009 Share Posted September 28, 2009 Double check the database name.If you see the content of another shop, Presta it's getting the info from the wrong database.Use phpMyAdmin to see the contents of your databases and to decide which is the one. Link to comment Share on other sites More sharing options...
ZuZu Posted September 28, 2009 Author Share Posted September 28, 2009 Solved: prefix was't correct. Thanks! Link to comment Share on other sites More sharing options...
The Ge Posted September 28, 2009 Share Posted September 28, 2009 define(’PS_BASE_URI‘, ‘/’);should bedefine(’PS_BASE_URI‘, ‘/Webshop/’);So you have wrong products in your shop?LATER EDIT: I see you solved it. Good luck!Question:Did you had several installations in the same database (tables starting with 'ps1_', 'ps2_', and so on)? Just curious. 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