I found the issue was that I am now using mysqli instead of mysql, so in the file "arcade.php", locate the line that reads:
PHP Code:
$MYSQLI = 0; // set to 1 to use ibProArcade-mySQLi-driver (may cause problems!)
and change that to:
PHP Code:
$MYSQLI = 1; // set to 1 to use ibProArcade-mySQLi-driver (may cause problems!)
Next, download the attached .PHP file and overwrite the file located at:
arcade/functions/dbclass_mysqli.php
with the attached file you downloaded.