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

--- Comment #7 from Tim Starling <[email protected]> ---
If LocalSettings.php is on NFS then it probably isn't the problem. But there
are other ways $wgExtensionMessagesFiles can change. You should patch
GlobalDependency::isExpired() in includes/cache/CacheDependency.php so that it
starts with:

wfDebug( __METHOD__ . ": {$this->name} old value: " . var_export( $this->value,
true ) . "\n" );
wfDebug( __METHOD__ . ": {$this->name} new value: " . var_export(
$GLOBALS[$this->name], true ) . "\n" );

Then extract the relevant log lines from the debug log, work out what has
changed between the two arrays, and examine the relevant inclusion in
LocalSettings.php and the relevant extension setup file.

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