Last modified: 2013-12-18 02:07:55 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T60612, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 58612 - Warning: array_merge(): Argument #2 is not an array in CommonSettings.php on line 2552
Warning: array_merge(): Argument #2 is not an array in CommonSettings.php on...
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Unprioritized minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-12-18 01:13 UTC by Sam Reed (reedy)
Modified: 2013-12-18 02:07 UTC (History)
9 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Sam Reed (reedy) 2013-12-18 01:13:01 UTC
Warning:  array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #2 is not an array in /usr/local/apache/common-local/wmf-config/CommonSettings.php on line 2552

Seems to be new

$wgExemptFromUserRobotsControl = array_merge( $wgContentNamespaces, $wmgExemptFromUserRobotsControlExtra );

'wmgExemptFromUserRobotsControlExtra' => array(
        'default' => array(),
        'enwiki' => array( 118, 119 ), // draft and draft talk
),


There's a few of the seemingly constant, notice since the deploy earlier today
Comment 2 Sam Reed (reedy) 2013-12-18 01:58:45 UTC
Looks like touching and syncing InitialiseSettings.php fixed it...
Comment 3 Matthew Flaschen 2013-12-18 02:05:00 UTC
But it's unclear why, since the mtime before the manual touch was:

[12/17/13 20:55] <Reedy> -rw-rw-r--  1 mflaschen   wikidev  431778 Dec 18 00:18 InitialiseSettings.php

That should have invalidated the configuration caching, and it was one of the files actually changed and deployed (via sync-dir).

One guess is that some of the Apaches have out of sync clocks.  I haven't checked this yet.

MZMcBride started the commit, but I finished and +2'ed it, and as deployer I take full responsibility.
Comment 4 Matthew Flaschen 2013-12-18 02:05:30 UTC
Sorry, I didn't mean to change the status.
Comment 5 Matthew Flaschen 2013-12-18 02:07:55 UTC
(In reply to comment #3)
> One guess is that some of the Apaches have out of sync clocks.

This doesn't seem to be the case.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links