This is the #3 most-frequent error in fatalmonitor.
Description
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Add required arguments to ParserAfterParse hook call | mediawiki/extensions/Math | master | +2 -1 |
Related Objects
Event Timeline
related:
fatal error: Argument 1 passed to Graph\Singleton::onParserAfterParse() must be an instance of Parser, undefined variable given in /srv/mediawiki/php-1.26wmf5/extensions/Graph/Graph.body.php on line 31
This is similar to: T73772.
Basically caused because of invalid call (because the arguments are not documented to be optional) on the hook by Math extension, causing the implementation to be called at times without arguments.
Currently in MathTexvc.php:406
I'm wondering what the connection is between ParserAfterCache hooks executing and the image being saved.....
Change 211401 had a related patch set uploaded (by Physikerwelt):
Add required arguments to ParserAfterParse hook call
Change 211401 merged by jenkins-bot:
Add required arguments to ParserAfterParse hook call