Hello,
This is what I get on the wiki page:
MediaWiki internal error.
Exception caught inside exception handler
Log file: PHP Notice: Undefined variable: token in /appl/web/devwiki/public_www/mediawiki-1.15.3/extensions/Auth_remoteuser.php on line 138
Auth_remoteuser.php: line 138 = 'wpLoginToken' => $token,
Thanks Platonides wrote:
Tolliver wrote:
Hello Platonides,
Performed the following:
- Created Auth_remoteuser.php from the code at
(http://www.mediawiki.org/wiki/Extension:AutomaticREMOTE_USER#Code)
- Ensured the permissions where correct on the new extension
- Replaced Auth_remoteuser.php
- Run php update.php --aconf ../AdminSettings.php
Received the error again: PHP Notice: Undefined index: REMOTE_USER in /appl/web/devwiki/public_www/mediawiki-1.15.3/extensions/Auth_remoteuser.php on line 195
Line 195 of Auth_remoteuser.php if ( strlen($_SERVER['REMOTE_USER']) )
Thanks again.
Getting that notice on command line would be expected since it is directly accessing $_SERVER['REMOTE_USER']. It was the loadFromSession() call what showed that it was outdated. Do you see your wiki now?
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l