Hello, Thanks to everyone for all of you assistance.
I have resolved the issue; it was just missing the devwiki.conf file, of which I shouldn't have overlooked. Thanks again! -------------- Tolliver wrote: > Hello, > > Thanks very much, that worked! > > Unfortunately, when I try to access the wiki I get a permissions error; > that I will determine where the permissions need to be granted again, > since the upgrade. > > > Forbidden > > You don't have permission to access / on this server. > > When I try "apachectl graceful" , I get this error: > --------------------------------------------------------------------------------- > apachectl: Configuration syntax error, will not run "graceful": > httpd: Syntax error on line 209 of /etc/httpd/conf/httpd.conf: Syntax > error on line 180 of /etc/httpd/conf.d/wiki-ssl.conf: Could not open > configuration file /appl/web/devwiki/etc/devwiki.conf: No such file or > directory > > Lines in question: > line 209 in httpd.conf is: Include conf.d/*.conf > Line 180 of wiki-ssl.conf is: SSLOptions +StdEnvVars > /appl/web/devwiki/etc/devwiki.conf (doesn't exist) > > > > Thanks, > Graham > > > > > > > > > > > > > > > > > > > > > > > > Huib Laurens wrote: > >> 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 >>> >>> >>> >> >> > > > _______________________________________________ > 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
