Quote Originally Posted by atomickarma View Post
I'm currently having the same problem, has anyone found a solution yet?
Sounds like you have missed a step out of the installation...

Add the following two instructions anywhere in the includes/database_tables.php file:
PHP Code:
define('TABLE_NOCHEX'DB_PREFIX 'nochex_apc_transactions');
define('TABLE_NOCHEX_SESSION'DB_PREFIX 'nochex_sessions'); 
Regards,
Christian.