Graham, Maybe you should comment all the extensions out of Localsettings.php and re-add them when you are done.
Huib 2010/4/5, Tolliver <[email protected]>: > Hello Ryan, > > I get the following with that line removed from LocalSettings.php: > > PHP Notice: Undefined index: PHP_AUTH_USER in > /appl/web/devwiki/public_www/mediawiki-1.15/extensions/Auth_remoteuser.php > on line 92 > PHP Warning: require_once(extensions/WhosOnline.php): failed to open > stream: No such file or directory in > /appl/web/devwiki/public_www/mediawiki-1.15/LocalSettings.php on line 143 > PHP Fatal error: require_once(): Failed opening required > 'extensions/WhosOnline.php' > (include_path='/appl/web/devwiki/public_www/mediawiki-1.15:/appl/web/devwiki/public_www/mediawiki-1.15/includes:/appl/web/devwiki/public_www/mediawiki-1.15/languages:.:/usr/share/pear:/usr/share/php') > in /appl/web/devwiki/public_www/mediawiki-1.15/LocalSettings.php on line 143 > > Thanks, > Graham > ------------------ > Lane, Ryan wrote: >>> Here is what I get when I run, php update.php --aconf >>> ../AdminSettings.php: >>> >>> PHP Notice: Undefined index: PHP_AUTH_USER in >>> /appl/web/devwiki/public_www/mediawiki-1.15/extensions/Auth_re >>> moteuser.php >>> on line 92 >>> PHP Warning: >>> require_once(/appl/web/devwiki/public_www/mediawiki-1.15/exten >>> sions/FCKeditor/FCKeditor.php): >>> failed to open stream: No such file or directory in >>> /appl/web/devwiki/public_www/mediawiki-1.15/LocalSettings.php >>> on line 138 >>> PHP Fatal error: require_once(): Failed opening required >>> '/appl/web/devwiki/public_www/mediawiki-1.15/extensions/FCKedi >>> tor/FCKeditor.php' >>> (include_path='/appl/web/devwiki/public_www/mediawiki-1.15:/ap >>> pl/web/devwiki/public_www/mediawiki-1.15/includes:/appl/web/de >>> vwiki/public_www/mediawiki-1.15/languages:.:/usr/share/pear:/u >>> sr/share/php') >>> in >>> /appl/web/devwiki/public_www/mediawiki-1.15/LocalSettings.php >>> on line 138 >>> >>> >>> >>> - This is line 92 from AdminSettings.php: >>> if ( strlen($_SERVER['PHP_AUTH_USER']) ) { >>> >>> >> >> This part of the update.php log is just a notice, and can be ignored. >> PHP_AUTH_USER isn't defined because no one is authenticating. You don't >> need >> authentication from the commandline though. >> >> >>> - There isn't a FCKeditor.php file in the root dir; can it simply be >>> copied from and existing wiki on the server? >>> >>> >> >> Comment out the FCKeditor extension from LocalSettings.php, and then try >> again. Re-add it when you are done. >> >> V/r, >> >> Ryan Lane >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> MediaWiki-l mailing list >> [email protected] >> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l >> > > > _______________________________________________ > MediaWiki-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > -- "The soldiers graves are great preachers of peace...." http://commons.wikimedia.org/wiki/User:Abigor _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
