Last modified: 2014-01-16 04:57:47 UTC
Deprecated: Use of FileBackend::__construct called without "wikiID". was deprecated in MediaWiki 1.23. [Called from FileBackendStore::__construct in /var/www/w/git/includes/filebackend/FileBackendStore.php at line 68] in /var/www/w/git/includes/debug/Debug.php on line 301 Deprecated: Use of FileBackend::__construct called with non-object "lockManager". was deprecated in MediaWiki 1.23. [Called from FileBackendStore::__construct in /var/www/w/git/includes/filebackend/FileBackendStore.php at line 68] in /var/www/w/git/includes/debug/Debug.php on line 301 ----- Possiblly a good gci bug. Needs to modify getBackend(), so that the default config doesn't create a new FSFileBackend object without specifying wikiID and a lockManager. The appropriate values are probably just wfWikiId() and new NullLockManager( array() ) respectively.
Change 104535 had a related patch set uploaded by 01tonythomas: Fix depreciation warnings in FileBackend construction for ConfirmEdit https://gerrit.wikimedia.org/r/104535
Change 104535 merged by jenkins-bot: Fix depreciation warnings in FileBackend construction for ConfirmEdit https://gerrit.wikimedia.org/r/104535