Getting this to work with MW 1.13.4 is EASY... You DONT need to edit
class_core.php...
1. Install Media Wiki, following the standard install instructions...
2. Install this mod, following the standard instructions...
3. Open
AuthPlugin_vBSSO.php. FIND: "AutoAuthenticate" and replace with "UserLoadFromSession".
4. Open
wiki/includes/User.php FIND:
PHP Code:
define( 'EDIT_TOKEN_SUFFIX', '+\\' );
Replace with:
PHP Code:
define( 'EDIT_TOKEN_SUFFIX', '+#+' );
DONE. EASY. Step 4 fixes missing token problems, as well as login/logout issues that people keep claiming... If they simply followed step 4, instead of updating class_core.php, they wouldnt have these problems. I wish NekoJoe would upload this mod to explain these fixes.
http://www.8wayrun.com/wiki/Special:Version