https://bugzilla.wikimedia.org/show_bug.cgi?id=47194

--- Comment #2 from Antoine "hashar" Musso <[email protected]> ---
The extension should be enabled by setting wmgUseGettingStarted to true. In
wmf-config/InitialiseSettings.php we have:

 'wmgUseGettingStarted' => array(
    'default' => false,
    'testwiki' => true,
    'test2wiki' => true,
    'enwiki' => true,
 ),

On beta it is indeed false:

hashar@deployment-bastion:~$ mwscript eval.php --wiki=commonswiki
> var_dump($wmgUseGettingStarted);
bool(false)

> 


And is false in production too:

[hashar@fenari(mw-inst):~]$ mwscript eval.php --wiki=commonswiki
var_dump($wmgUseGettingStarted);
> var_dump($wmgUseGettingStarted);
bool(false)

> 

So I have NO idea how it ends up being enabled on the production wiki.

-- 
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

Reply via email to