This error is from my admin panel under Arcade menu.
Code:
ERROR: Cannot find database <removed>
There is a SQL error.
You can contact the board administrator by clicking here
mySQL query error: SELECT * FROM ahgames_settings
mySQL error:
mySQL error code:
Date:
I tried editing the arcade.php to reflect the new mysqli statement,
Code:
$sql_driver = FUNCTIONS_PATH . "dbclass_mysqli.php";
but still does not connect. Am I missing something obvious?