imlakshay08 / waste-management-system

This project is for EcoHacks Hackathon 2022. This Waste Management System is a web application aimed to provide a digital way of complaining the concerns of general citizens to their relative municipalities.
https://waste-managemnt-system.000webhostapp.com/
50 stars 134 forks source link

Not working #7

Open vishnutiwari-tech opened 7 months ago

vishnutiwari-tech commented 7 months ago

Both pages(admin and user login) not working

imlakshay08 commented 7 months ago

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.

vishnutiwari-tech commented 7 months ago

Yes it is locally based setup...what is the right configuration for xampp

imlakshay08 commented 7 months ago

It is different for every system accordingly, but mostly, you should check that SQL file (wms.sql) is imported correctly.

imlakshay08 commented 7 months ago

Also, checkout connection.php, the fields should be same according to your Xampp MySQL server's details.

vishnutiwari-tech commented 7 months ago

When I'm trying to login it is saying that access denied for user 'root'@'localhost'

imlakshay08 commented 7 months ago

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.