Tables do not exist / Database configuration issue
IndieCrusader opened this issue ยท 7 comments
I used the exact settings as in your guide here: https://gist.github.com/iain-davis/7763251#file-possible-xenforo
But It's saying none of these tables exists? I am running the latest version of xenforo software. I would highly appreciate if you could help me with this issue.
[05:22:52] [Server thread/ERROR]: [CommunityBridge] Error while checking 'player-user-linking.table-name' set to 'xf_user': Table does not exist.
[05:22:52] [Server thread/ERROR]: [CommunityBridge] Error while checking 'statistics.table-name' set to 'xf_user_field_value': Table does not exist.
[05:22:52] [Server thread/ERROR]: [CommunityBridge] Error while checking 'app-group-config.primary.table-name' set to 'xf_user': Table does not exist.
[05:22:52] [Server thread/ERROR]: [CommunityBridge] Error while checking 'app-group-config.primary.user-id-column' set to 'user_id': Table 'communitybridge.xf_user' doesn't exist
[05:22:52] [Server thread/ERROR]: [CommunityBridge] Error while checking 'app-group-config.primary.group-id-column' set to 'user_group_id': Table 'communitybridge.xf_user' doesn't exist
[05:22:52] [Server thread/ERROR]: [CommunityBridge] Error while checking 'app-group-config.secondary.table-name' set to 'user_id': Table does not exist.
[05:22:52] [Server thread/ERROR]: [CommunityBridge] Error while checking 'app-group-config.secondary.user-id-column' set to '': Empty column name.
[05:22:52] [Server thread/ERROR]: [CommunityBridge] Error while checking 'app-group-config.secondary.group-id-column' set to 'secondary_group_ids': Table 'communitybridge.user_id' doesn't exist
[05:22:52] [Server thread/WARN]: [CommunityBridge] Web application secondary groups disabled due to prior errors.
[05:22:52] [Server thread/ERROR]: [CommunityBridge] Error while checking super user user id: Table 'communitybridge.xf_user' doesn't exist
[05:22:52] [Server thread/ERROR]: [CommunityBridge] Simple synchronization disabled due to prior errors.
@jflory7 Config: http://pastebin.com/dNDMx6J0
@CommunityFridge Is your database named 'communitybridge', or did you mean to refer to the database used for XenForo?
# Database Name
name: communitybridge
Hmmm. Strange. The problem is that it can't find any data in the database, so it seems like your database connection info is likely to blame here.
Is "communitybridge" the exact same database you use for XenForo, like when you installed XenForo?
@CommunityFridge: Could you post your configuration file and white out your database info? The developer will need to see it to diagnose the issue.