I’ve got a php web app I’m trying to run locally on an xampp localhost setup. The web app came with a config file that gave space to enter the database name, the username and password. I entered all of these (quadtripple checked all these match up to the SQL details entered into PhpMyAdmin). I had to create a database and import tables from the web app file when i first loaded it. The problem is that when I load the web app up, it doesn’t interact with said database. I don’t get any errors, and on the site it says for example that a new user has been created, but when I go to the database i can see that there is no new entry. existing users in the database also can not be entered in as it says incorrect user/pass (i.e. it can not read the database either). I’m pretty sure that the web app isn’t broken, and the fault is mine somehow. any suggestions about whats going wrong, guys?
Share
If the app says incorrect username /pass that means it is interacting with the database or else you’d have got errors.
and if the app is interacting with database and you are still getting wrong username password notification then checkout your login processing script as there might be an encryption or something.??
Please make your question little clear if I’m wrong.