CommunityBridge

15.5k Downloads

Tables do not exist / Database configuration issue

IndieCrusader opened this issue ยท 7 comments

commented

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.

commented
commented

@CommunityFridge Is your database named 'communitybridge', or did you mean to refer to the database used for XenForo?

 # Database Name
  name: communitybridge
commented

@jflory7 My db is named "communitybridge".

commented

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?

commented

@jflory7 No it's not. XenForo has it's own separate database.

commented

@CommunityFridge: Could you post your configuration file and white out your database info? The developer will need to see it to diagnose the issue.

commented

CommunityBridge does not use a MySQL database of its own. It modifies the MySQL database of the web application software you are using (i.e. Xenforo). So you need to tell CommunityBridge the name of your Xenforo database, not some other database.