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?