Page MenuHomePhabricator

Regression: action=info pages broken
Closed, ResolvedPublic

Description

The action=info page is generating a 503's right now on beta cluster (P2552), most likely due to
https://gerrit.wikimedia.org/r/#/c/267430/ or
https://gerrit.wikimedia.org/r/#/c/267433/

<bdo dir="ltr">
        PHP fatal error: <br/>
        Call to undefined method Article::getHiddenCategories()    </bdo>

Event Timeline

TheDJ assigned this task to Umherirrender.
TheDJ raised the priority of this task from to Unbreak Now!.
TheDJ updated the task description. (Show Details)
TheDJ added subscribers: TheDJ, Addshore.

Is the fix for action=info tracked anywhere or even planned?

There isn't really a fix here.

InfoAction calls $this->page->getHiddenCategories()

$this->page can be one of WikiPage|Article|ImagePage|CategoryPage|Page

Thus the fix is to just not remove getHiddenCategories