-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working #7
Comments
On your locally based setup or you are looking on my hosted website? Actually the issue is that my hosting subscription is over and 000webhost just supports static web pages for free, and this could be the reason you are facing this, I am learning Azure right now, and will host this using that. But if your locally based setupt not working then, it might be due to xampp not configured correctly on your system. |
Yes it is locally based setup...what is the right configuration for xampp |
It is different for every system accordingly, but mostly, you should check that SQL file (wms.sql) is imported correctly. |
Also, checkout connection.php, the fields should be same according to your Xampp MySQL server's details. |
When I'm trying to login it is saying that access denied for user 'root'@'localhost' |
You might have setup password for accessing your database(PHPMyAdmin) when installing xampp. You need to provide that password so that it could access it. |
Both pages(admin and user login) not working
The text was updated successfully, but these errors were encountered: