ZnoteAAC icon indicating copy to clipboard operation
ZnoteAAC copied to clipboard

Install won't run

Open Kuhicop opened this issue 2 years ago • 0 comments

I'm following the README instructions:

  • Download ZnoteAAC and extract the zip in htdocs
  • 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

Kuhicop avatar Oct 11 '23 14:10 Kuhicop