我正在尝试安装包含该文档的Phabricator:https://websiteforstudents.com/install-phabricator-platform-on-ubuntu-16-04-18-04-with-apache2-mariadb-and-php-7-2
当我使用"sudo ./bin/config set mysql.host localhost“命令时,出现错误:
FATAL ERROR: Unable to load the "Arcanist" library. Put "arcanist/" next to "phabricator/" on disk.有什么解决方案吗?
发布于 2020-02-14 21:50:05
看起来最新的git提交丢失了arcanist目录中的一些关键文件。
我从here下载了两天前的(26f853b6343083c3ddfb6a393843edb20248ee71.zip)中的commit 26f853b,脚本运行了一遍。然而,我还没有测试过phabricator是否真的能和它一起工作。
你可能想要提交一个bugreport。
发布于 2020-02-14 23:33:48
当我尝试通过更新脚本升级Phabricator时,我也收到了同样的致命错误。
我在路径中进行了手动更新
./phabricator/scripts/init/lib.php从…
"arcanist/scripts/init/init-script.php" 至
"arcanist/support/init/init-script.php"之后,更新脚本通过,并且存储升级是ok的。
也许有一个拼写错误,路径中的“脚本”应该是"support“。
也在这里报道了https://discourse.phabricator-community.org/t/the-phutil-library-phutil-has-not-been-loaded/3543/2
https://stackoverflow.com/questions/60225411
复制相似问题