Hi. Check that the prefix defined in connect.php matches that of the tables. If there is no prefix on the tables, then change the following:
PHP Code:
define('PHPDIG_DB_PREFIX','<dbprefix>');
to the following:
PHP Code:
// two single quotes, no space inbetween
define('PHPDIG_DB_PREFIX','');