Topic on Skin talk:Vector

Undefined method getIndicators()?

4
Summary by Quiddity (WMF)

Filed as phab:T76132

Iggyvolz (talkcontribs)

Fatal error: Call to undefined method VectorTemplate::getIndicators() in /.../w/skins/Vector/VectorTemplate.php on line 105

The appropriate line: <?php echo $this->getIndicators(); ?>

I can't find this function anywhere else outside of skins, so I have no idea what the function does. Commenting out the echo gives me this:

So I'm guessing this line is needed.

Anyone have any idea what is going on? I cloned via git but the directory should be correct. Is there a specific tag I'm supposed to have checked out or is master OK?

24.53.253.165 (talkcontribs)

I just removed the line from the file and the page rendered properly. The site was completely broken before that. There's a broken site with the same error listed on Google. This very much seems like an issue of something that's missing in the installation of any normal, minimal OS. I'm not sure how nobody testing 1.24 managed to encounter this bug before they released it, because it's obvious that it's not that uncommon.

Quiddity (WMF) (talkcontribs)

phab:T76132 ("Vector breaks MediaWiki 1.24") has further discussion. Hope that helps.

Temptuousinsolence (talkcontribs)

Yes, for the moments it appears to solve the problem for the moment.

Edit(2014-12-15): In a new installation this did not help. See here. A tarball download might help to circumvent the issue for the time being, but this is something I would like to avoid.

Reply to "Undefined method getIndicators()?"