Page MenuHomePhabricator

PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated
Closed, ResolvedPublicPRODUCTION ERROR

Description

Error
normalized_message
[{reqId}] {exception_url}   PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated
FrameLocationCall
from/srv/mediawiki/php-1.44.0-wmf.15/extensions/CentralAuth/includes/Special/SpecialGlobalRenameQueue.php(118)
#0[internal function]MWExceptionHandler::handleError(int, string, string, int)
#1/srv/mediawiki/php-1.44.0-wmf.15/extensions/CentralAuth/includes/Special/SpecialGlobalRenameQueue.php(118)explode(string, null)
#2/srv/mediawiki/php-1.44.0-wmf.15/includes/specialpage/SpecialPage.php(729)MediaWiki\Extension\CentralAuth\Special\SpecialGlobalRenameQueue->execute(null)
#3/srv/mediawiki/php-1.44.0-wmf.15/includes/specialpage/SpecialPageFactory.php(1735)MediaWiki\SpecialPage\SpecialPage->run(null)
#4/srv/mediawiki/php-1.44.0-wmf.15/includes/actions/ActionEntryPoint.php(503)MediaWiki\SpecialPage\SpecialPageFactory->executePath(string, MediaWiki\Context\RequestContext)
#5/srv/mediawiki/php-1.44.0-wmf.15/includes/actions/ActionEntryPoint.php(145)MediaWiki\Actions\ActionEntryPoint->performRequest()
#6/srv/mediawiki/php-1.44.0-wmf.15/includes/MediaWikiEntryPoint.php(202)MediaWiki\Actions\ActionEntryPoint->execute()
#7/srv/mediawiki/php-1.44.0-wmf.15/index.php(58)MediaWiki\MediaWikiEntryPoint->run()
#8/srv/mediawiki/w/index.php(3)require(string)
#9{main}
Impact
Notes

Details

Request URL
https://meta.wikimedia.org/wiki/Special:GlobalRenameQueue
Related Changes in Gerrit:

Related Objects

View Standalone Graph
This task is connected to more than 200 other tasks. Only direct parents and subtasks are shown here. Use View Standalone Graph to show more of the graph.

Event Timeline

Similar use of explode for subpage parsing as in T385335.

Change #1117659 had a related patch set uploaded (by Reedy; author: Reedy):

[mediawiki/extensions/CentralAuth@master] SpecialGlobalRenameQueue: Null coalesce $par

https://gerrit.wikimedia.org/r/1117659

Reedy changed the task status from Open to In Progress.Feb 6 2025, 5:38 AM

Change #1117659 merged by jenkins-bot:

[mediawiki/extensions/CentralAuth@master] SpecialGlobalRenameQueue: Null coalesce $par

https://gerrit.wikimedia.org/r/1117659

matmarex assigned this task to Reedy.