Replies: 2 comments
-
Thanks for the info!
I assume that requires both databases use the same creds? That is, the wiki's database user has at least SELECT access to the phpBB database & tables? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Correct |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
To allow those groups to log in you have to use: ADMINISTRATORS and GLOBAL_MODERATORS instead of their pretty names. I spent longer than I'd like to admit figuring that out lol.
Also if your forum is on the same DB server but in a different DB you can use this format to not have to open a 2nd connection:
(the query in the plugin already has the outer backticks)
Beta Was this translation helpful? Give feedback.
All reactions