Database connection failed. Details: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) Fix tips: • Make sure the database exists (e.g., he_inventory). • Import schema.sql into that database. • In config.php, set correct host/user/pass. • Ensure your MySQL user has privileges.