首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Phabricator安装问题“致命错误:无法加载"Arcanist”库。请将"arcanist/“放在磁盘上"phabricator/”旁边。“

Phabricator安装问题“致命错误:无法加载"Arcanist”库。请将"arcanist/“放在磁盘上"phabricator/”旁边。“
EN

Stack Overflow用户
提问于 2020-02-14 19:27:02
回答 2查看 445关注 0票数 0

我正在尝试安装包含该文档的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“命令时,出现错误:

代码语言:javascript
复制
FATAL ERROR: Unable to load the "Arcanist" library. Put "arcanist/" next to "phabricator/" on disk.

有什么解决方案吗?

EN

回答 2

Stack Overflow用户

发布于 2020-02-14 21:50:05

看起来最新的git提交丢失了arcanist目录中的一些关键文件。

我从here下载了两天前的(26f853b6343083c3ddfb6a393843edb20248ee71.zip)中的commit 26f853b,脚本运行了一遍。然而,我还没有测试过phabricator是否真的能和它一起工作。

你可能想要提交一个bugreport。

票数 0
EN

Stack Overflow用户

发布于 2020-02-14 23:33:48

当我尝试通过更新脚本升级Phabricator时,我也收到了同样的致命错误。

我在路径中进行了手动更新

代码语言:javascript
复制
./phabricator/scripts/init/lib.php

从…

代码语言:javascript
复制
"arcanist/scripts/init/init-script.php" 

代码语言:javascript
复制
"arcanist/support/init/init-script.php"

之后,更新脚本通过,并且存储升级是ok的。

也许有一个拼写错误,路径中的“脚本”应该是"support“。

也在这里报道了https://discourse.phabricator-community.org/t/the-phutil-library-phutil-has-not-been-loaded/3543/2

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/60225411

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档