我想安装吞噬器-扩展-对噬菌体的Sprint。我跟踪安装如下:
要安装Sprint分机,请执行以下操作: 更新您的噬菌体和libphutil,从/srv/phab/ phabricator /bin目录运行git克隆https://github.com/wikimedia/phabricator-extensions-Sprint.git /srv/phab/libext/sprint: ./config set load-库'{"sprint":"/srv/phab/libext/sprint/src"}‘
但是当我在应用程序中运行Sprint时,我收到了这个bug:
>>> UNRECOVERABLE FATAL ERROR <<<
Call to undefined method SprintListController::buildApplicationPage()
/opt/phabricator/libext/sprint/src/controller/SprintListController.php:46
┻━┻ ︵ ¯\_(ツ)_/¯ ︵ ┻━┻我不得不试着做类,但没有成功。请帮帮忙。
发布于 2016-09-01 11:22:23
Sprint扩展最近因Phabricator:https://secure.phabricator.com/rP2201c65eb73fb99b8625bea45c273d262f2c289f#19bb764c中的提交而中断。
快速修复是通过将已删除的buildApplicationPage方法放入src/controller/SprintListController.php来恢复它,它将修复您描述的bug。
但是,考虑到这里讨论的问题,从长远来看,使用Sprint扩展看起来是一个值得怀疑的选择:https://phabricator.wikimedia.org/T90906
https://stackoverflow.com/questions/39236073
复制相似问题