====================================================
❌ DATABASE CONNECTION ERROR (PDO)
====================================================

We were unable to connect to your MySQL database using the
credentials provided in the connect.php file.

Error details:
SQLSTATE[HY000] [1045] Access denied for user 'YOUR_DB_USERNAME'@'localhost' (using password: YES)

Possible causes:
- Incorrect database name
- Invalid username or password
- Database does not exist on the server
- Database server is not running or refusing connection

✅ To fix this, open the file:
  /includes/connect.php

And check the following values:
  - DB_SERVER
  - DB_USERNAME
  - DB_PASSWORD
  - DB_DATABASE

Once you enter the correct credentials, reload the page.
====================================================