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

       Web browser: ---
            Bug ID: 46533
           Summary: CentralNotice has a broken database updater
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: CentralNotice
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Spotted on beta:


mwdeploy@deployment-bastion:~$ mwscript update.php --wiki=dewiki --quick
--quiet
PHP Warning:  call_user_func_array() expects parameter 1 to be a valid
callback, function 'CNDatabasePatcher' not found or invalid function name in
/data/project/apache/common-local/php-master/includes/Hooks.php on line 255

Warning: call_user_func_array() expects parameter 1 to be a valid callback,
function 'CNDatabasePatcher' not found or invalid function name in
/data/project/apache/common-local/php-master/includes/Hooks.php on line 255
Detected bug in an extension! Hook CNDatabasePatcher failed to return a value;
should return true to continue hook processing or false to abort.
Backtrace:
#0
/data/project/apache/common-local/php-master/includes/GlobalFunctions.php(3883):
Hooks::run('LoadExtensionSc...', Array)
#1
/data/project/apache/common-local/php-master/includes/installer/DatabaseUpdater.php(111):
wfRunHooks('LoadExtensionSc...', Array)
#2
/data/project/apache/common-local/php-master/includes/installer/DatabaseUpdater.php(162):
DatabaseUpdater->__construct(Object(DatabaseMysql), false,
Object(UpdateMediaWiki))
#3 /data/project/apache/common-local/php-master/maintenance/update.php(149):
DatabaseUpdater::newForDB(Object(DatabaseMysql), false,
Object(UpdateMediaWiki))
#4
/data/project/apache/common-local/php-master/maintenance/doMaintenance.php(110):
UpdateMediaWiki->execute()
#5 /data/project/apache/common-local/php-master/maintenance/update.php(192):
require_once('/data/project/a...')
#6 /data/project/apache/common-local/multiversion/MWScript.php(85):
require_once('/data/project/a...')
#7 {main}

---

Aka:

Warning: call_user_func_array() expects parameter 1 to be a valid callback,
function 'CNDatabasePatcher' not found or invalid function name in
/data/project/apache/common-local/php-master/includes/Hooks.php on line 255
Detected bug in an extension! Hook CNDatabasePatcher failed to return a value;
should return true to continue hook processing or false to abort.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to