lynnaouad / CoffeeShop-Website

This repository contains a CoffeeShop website and an administrator panel built with PHP. Feel free to clone this repo.
MIT License
5 stars 2 forks source link

Not able to run the project #1

Open epic-croswords opened 7 months ago

epic-croswords commented 7 months ago

hello,

i have done the following steps as mentioned for installation but getting this error, can you please check

Fatal error: Uncaught mysqli_sql_exception: Access denied for user 'root'@'localhost' (using password: YES) in C:\xampp\htdocs\projects\aa\CoffeeShop\includes\db_connect.php:7 Stack trace: #0 C:\xampp\htdocs\projects\aa\CoffeeShop\includes\db_connect.php(7): mysqli_connect('localhost', 'root', Object(SensitiveParameterValue), 'coffeeshop') #1 C:\xampp\htdocs\projects\aa\CoffeeShop\index.php(56): include_once('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\projects\aa\CoffeeShop\includes\db_connect.php on line 7

krithvikgit commented 3 months ago

hello,

i have done the following steps as mentioned for installation but getting this error, can you please check

Connected successfully to database: coffeeshop Fatal error: Uncaught mysqli_sql_exception: Table 'coffeeshop.administrator' doesn't exist in C:\xampp\htdocs\CoffeeShop-Website-main\CoffeeShop\admin_panel\index.php:15 Stack trace: #0 C:\xampp\htdocs\CoffeeShop-Website-main\CoffeeShop\admin_panel\index.php(15): mysqli_prepare(Object(mysqli), 'SELECT admin_id...') #1 {main} thrown in C:\xampp\htdocs\CoffeeShop-Website-main\CoffeeShop\admin_panel\index.php on line 15

Screenshot (10)