【发布时间】:2015-10-08 10:47:37
【问题描述】:
我已经从这个链接https://github.com/wikimedia/phabricator-extensions-Sprint 安装了 phabricator 扩展 Sprint,用于在 phabricator 中查看 sprint 报告。执行安装后,当我打开 phabricator 站点时,出现以下异常
PhutilBootloaderException
Include of '/var/www/html/myapp/phabricator/libext/Sprint/src/__phutil_library_init__.php' failed!
【问题讨论】:
-
为了确定,您运行了以下命令:
./config set load-libraries '{"sprint":"/srv/phab/libext/sprint/src"}'和ln -s /srv/phab/libext/sprint/rsrc/webroot-static /srv/phab/phabricator/webroot/rsrc/sprint?当我跳过这些时,我遇到了类似的问题。
标签: phabricator