Page MenuHomePhabricator

Fatal error with Vector skin (1.24)
Closed, InvalidPublic

Description

( ! ) Fatal error: Call to undefined method VectorTemplate::getIndicators() in ***/w/skins/Vector/VectorTemplate.php on line 105
Call Stack
# Time Memory Function Location
1 0.0004 249472 {main}( ) ../index.php:0
2 0.3397 16758296 MediaWiki->run( ) ../index.php:46
3 0.3398 16758880 MediaWiki->main( ) ../MediaWiki.php:435
4 0.9846 27889440 OutputPage->output( ) ../MediaWiki.php:594
5 1.0262 28359576 SkinTemplate->outputPage( ) ../OutputPage.php:2226
6 1.5467 31599984 VectorTemplate->execute( ) ../SkinTemplate.php:277

Related Objects

Event Timeline

Temptuousinsolence raised the priority of this task from to Medium.
Temptuousinsolence updated the task description. (Show Details)
Temptuousinsolence changed Security from none to None.
Temptuousinsolence subscribed.

You're using MediaWiki 1.24 and Vector with git master, right (if i understand your message here [1] right)? Like T76132 i will close this task as invalid with the same reason:

Running a stable MW version in combination with git master is not supported in general. Closing as invalid.

[1] A tarball download might help to circumvent the issue for the time being, but this is something I would like to avoid.

Florian claimed this task.

No ... I am not. That is a different MW installation

Ok, then please give some more information :) Which MediaWiki version you're using?

I still think you're using MW 1.24. On the first MW 1.25 version of MW (wmf1 branch) line 277 is unrelated to this problem (refer to your provided stacktrace):
https://github.com/wikimedia/mediawiki/blob/wmf/1.25wmf1/includes/skins/SkinTemplate.php#L277

While the REL1_24 branch matches exactly the stacktrace: https://github.com/wikimedia/mediawiki/blob/REL1_24/includes/skins/SkinTemplate.php#L277