Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: MediaWiki, bbPress, and WordPress integration..


citizenkeith
Participant

@citizenkeith

Here’s what I’ve done so far:

Installed Mediawiki. Put Authpress in the extensions folder. Added code to LocalSettings.php. In that file, I tried both with and without these lines, uncommented and with my database information:

# Only include the following if you aren't using the same db as MediaWiki
$wgAuth->setAuthPressDBServer ('FIXME');
$wgAuth->setAuthPressDBName('FIXME');
$wgAuth->setAuthPressUser('FIXME');
$wgAuth->setAuthPressPassword('FIXME');

I added false, 0, as described here:

http://comox.textdrive.com/pipermail/wiki-tech/2005-August/000028.html

I’ve tried every combination, but MediaWiki still looks for the table mw_bb_users instead of bb_users.

My only option is to re-install MediaWiki without the table prefix, but I’d prefer to avoid that.

Skip to toolbar