Znote / ZnoteAAC

Developement repository for the Znote AAC project. A website portal to represent and manage your Open Tibia server.
MIT License
143 stars 127 forks source link

Install won't run #533

Open Kuhicop opened 9 months ago

Kuhicop commented 9 months ago

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