调用未定义的方法SprintListController :: buildApplicationPage()

问题描述:

我想为phabricator安装phabricator-extensions-Sprint。我跟着下面的安装:调用未定义的方法SprintListController :: buildApplicationPage()

要安装Sprint的扩展:

更新您的phabricator和libphutil到HEAD运行git克隆 https://github.com/wikimedia/phabricator-extensions-Sprint.git /SRV /伤健/ libext /从/ SRV /伤健/冲刺phabricator/bin目录 运行:

./config中设定的负载库 '{ “冲刺”: “/ SRV /伤健/ libext /冲刺/ src目录”}'

但WH恩我在应用程序运行在Sprint,我收到的错误:

>>> UNRECOVERABLE FATAL ERROR <<< 

Call to undefined method SprintListController::buildApplicationPage() 

/opt/phabricator/libext/sprint/src/controller/SprintListController.php:46 


┻━┻ ︵ ¯\_(ツ)_/¯ ︵ ┻━┻ 

我必须试着做adding_new_classes但不受影响。 请帮忙。

冲刺扩展最近被这个承诺在Phabricator破: https://secure.phabricator.com/rP2201c65eb73fb99b8625bea45c273d262f2c289f#19bb764c

快速的解决办法是通过将其加入src/controller/SprintListController.php恢复被删除的buildApplicationPage方法,将解决你所描述的错误。

但是使用Sprint的扩展样子,从长远来看,给定一个可疑的选择在这里讨论的问题: https://phabricator.wikimedia.org/T90906