ik moest dit doen:
----[ FIND ]------------------------------------------
#
define('GROUPS_TABLE', $table_prefix.'groups');
#
#-----[ AFTER, ADD ]------------------------------------------
#
define('CRACKTRACK', $table_prefix.'cracktrack');
de rode lijn heb ik gead
wat kan er dan fout zijn want voor de rest hoef ik niks in constant te veranderen
// Table names
define('CONFIRM_TABLE', $table_prefix.'confirm');
define('AUTH_ACCESS_TABLE', $table_prefix.'auth_access');
define('BANLIST_TABLE', $table_prefix.'banlist');
define('CATEGORIES_TABLE', $table_prefix.'categories');
define('CONFIG_TABLE', $table_prefix.'config');
define('DISALLOW_TABLE', $table_prefix.'disallow');
define('FORUMS_TABLE', $table_prefix.'forums');
define('GROUPS_TABLE', $table_prefix.'groups');
define('CRACKTRACK', $table_prefix.'cracktrack');
define('POSTS_TABLE', $table_prefix.'posts');