You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accessing to the website without modifying anything
I get this error:
Fatal error: Uncaught mysqli_sql_exception: Access denied for user 'tfs13'@'localhost' (using password: YES) in C:\xampp\htdocs\engine\database\connect.php:34 Stack trace: #0 C:\xampp\htdocs\engine\database\connect.php(34): mysqli->__construct('127.0.0.1', 'tfs13', Object(SensitiveParameterValue), 'tfs13') #1 C:\xampp\htdocs\engine\init.php(38): require_once('C:\xampp\htdocs...') #2 C:\xampp\htdocs\index.php(2): require_once('C:\xampp\htdocs...') #3 {main} thrown in C:\xampp\htdocs\engine\database\connect.php on line 34
I had to fix it manually running engine\database\znote_schema.sql
I'm creating an issue in github as I don't see another like this one and maybe can be useful for someone if they get the same error
The text was updated successfully, but these errors were encountered:
I'm following the README instructions:
I get this error:
Fatal error: Uncaught mysqli_sql_exception: Access denied for user 'tfs13'@'localhost' (using password: YES) in C:\xampp\htdocs\engine\database\connect.php:34 Stack trace: #0 C:\xampp\htdocs\engine\database\connect.php(34): mysqli->__construct('127.0.0.1', 'tfs13', Object(SensitiveParameterValue), 'tfs13') #1 C:\xampp\htdocs\engine\init.php(38): require_once('C:\xampp\htdocs...') #2 C:\xampp\htdocs\index.php(2): require_once('C:\xampp\htdocs...') #3 {main} thrown in C:\xampp\htdocs\engine\database\connect.php on line 34
I had to fix it manually running engine\database\znote_schema.sql
I'm creating an issue in github as I don't see another like this one and maybe can be useful for someone if they get the same error
The text was updated successfully, but these errors were encountered: