Page MenuHomePhabricator
Paste P7214

(An Untitled Masterwork)
ActivePublic

Authored by thcipriani on Jun 4 2018, 11:36 PM.
Tags
None
Referenced Files
F18763469:
Jun 4 2018, 11:36 PM
Subscribers
None
thcipriani@mwdebug1002:~$ scap pull
23:28:56 Copying to mwdebug1002.eqiad.wmnet from deploy1001.eqiad.wmnet
23:28:56 Started rsync common
23:29:02 Finished rsync common (duration: 00m 05s)
23:29:02 Started scap-cdb-rebuild
23:29:02 Finished scap-cdb-rebuild (duration: 00m 00s)
thcipriani@mwdebug1002:~$ grep -A3 'wgPageCreationLog' /srv/mediawiki/wmf-config/InitialiseSettings.php
'wgPageCreationLog' => [
'default' => false,
'testwiki' => true, // T196400
],
thcipriani@mwdebug1002:~$ sudo -u mwdeploy touch /srv/mediawiki/wmf-config/InitialiseSettings.php

Event Timeline

thcipriani@mwdebug1002:~$ mwrepl testwiki
Welcome to HipHop Debugger!
Type "help" or "?" for a complete list of commands.

Note: no server specified, debugging local scripts only.
If you want to connect to a server, launch with "-h" or use:
  [m]achine [c]onnect <servername>

hphpd> var_dump($wgPageCreationLog);
var_dump($wgPageCreationLog);
bool(true)