[Mediawiki-l] New 1.15.3 install

Platonides Platonides at gmail.com
Wed May 5 22:51:05 UTC 2010


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?




More information about the MediaWiki-l mailing list