https://bugzilla.wikimedia.org/show_bug.cgi?id=50473
--- Comment #8 from paladox2015 <[email protected]> --- hi it says it here $wgConf->wikis = $wgLocalDatabases; $wgConf->suffixes = array( 'wiki' ); //We have the same suffix of wiki //all databases have suffix wiki $wgConf->suffixes = $wgLocalDatabases; $wgConf->localVHosts = array( 'localhost' ); //your database server. could be example.com or IP address. no http:// $wgConf->fullLoadCallback = 'wmfLoadInitialiseSettings'; $wgConf->siteParamsCallback = 'efGetSiteParams'; $wgConf->extractAllGlobals( $wgDBname ); -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
