The docs for the MediaWiki PHPBB auth extension says
https://github.com/Digitalroot-Technolo ... ree/v4.3.0
My database (using prefix `mye28_`) has a `mye28_groups` table, but the other two tables don't exist.
I'm quite confused. What am I missing?
https://github.com/Digitalroot-Technolo ... ree/v4.3.0
$wgAuth_Config = [
//=======================================================================
// Required settings
'PathToPHPBB' => '../phpbb/', // Path from this file to your phpBB install
'UserTB' => 'mye28_users', // Name of your phpBB user table
'GroupsTB' => 'mye28_groups', // Name of your phpBB groups table
'User_GroupTB' => 'mye28_user_group', // Name of your phpBB user_group table
My database (using prefix `mye28_`) has a `mye28_groups` table, but the other two tables don't exist.
I'm quite confused. What am I missing?
Statistics: Posted by tig_ — Mon Dec 16, 2024 8:21 pm