Sounds like you have missed a step out of the installation...
Add the following two instructions anywhere in the includes/database_tables.php file:
Regards,PHP Code:define('TABLE_NOCHEX', DB_PREFIX . 'nochex_apc_transactions');
define('TABLE_NOCHEX_SESSION', DB_PREFIX . 'nochex_sessions');
Christian.




