The error message suggests you have some kind of global (multiple wikis) configuration, *Common.php *is the file causing the error. In a multiple wiki installation, Common.php holds all the config's that LocalSettings.php normally holds. LocalSettings.php should just pass everything to Common.php.
*Mlpearc* Founder Everything Food & Drink.org everythingfoodanddrink.org <http://www.everythingfoodanddrink.org/w/index.php/Main_Page> On Mon, Oct 13, 2014 at 5:01 AM, Legault, Phillip [ITSUS] < [email protected]> wrote: > I'm trying to get my mediawiki server up and running and I just get a > blank page. > > I check the apache error log and I don't see anything. > > #-> php /var/www/mediawiki/mw/maintenance/showJobs.php > PHP Warning: > require(/var/www/mediawiki/mw/vendor/data-values/common/Common.php): failed > to open stream: No such file or directory in > /var/www/mediawiki/mw/vendor/composer/autoload_real.php on line 54 > PHP Fatal error: require(): Failed opening required > '/var/www/mediawiki/mw/vendor/data-values/common/Common.php' > (include_path='.:/usr/share/pear:/usr/share/php') in > /var/www/mediawiki/mw/vendor/composer/autoload_real.php on line 54 > > I remove the localsettings file which should trigger mediawiki to start > with the setup page, and I still get nothing. > > > Thank you > Phil > _______________________________________________ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
