You are here

在centos6.5下安装hostmaster最后一步出现这种错误怎么解决

东邪 的头像
Submitted by 东邪 on 星期五, 2014-03-07 03:36

详细报错信息如下:
Do you really want to proceed with the install (y/n): y
escapeshellarg() expects parameter 1 to be string, array given [warning]
drush.inc:1387
escapeshellarg() expects parameter 1 to be string, array given [warning]
drush.inc:1387
strtr(): The second argument is not an array drush.inc:643 [warning]
strtr(): The second argument is not an array drush.inc:643 [warning]
The drush command '@none provision-save' could not be found. [error]
A Drupal installation directory could not be found [error]
escapeshellarg() expects parameter 1 to be string, array given [warning]
drush.inc:1387
escapeshellarg() expects parameter 1 to be string, array given [warning]
drush.inc:1387
escapeshellarg() expects parameter 1 to be string, array given [warning]
drush.inc:1387
strtr(): The second argument is not an array drush.inc:643 [warning]
strtr(): The second argument is not an array drush.inc:643 [warning]
The drush command '@server_master provision-verify' could not be [error]
found.
A Drupal installation directory could not be found

论坛:

Drupal版本:

g089h515r806 的头像

我没有研究作aegir,
这个可能和你的drush的配置有关系,你先确定drush能够工作。
我举个例子,drush在Drupal7下只能运行在PHP5.3下面,如果你的服务器是php5.2的话,那么可能就有问题了。你先把这样的问题排除掉。

东邪 的头像

可能确实跟配置有关系 我在win8上用虚拟机按照老外的视频并结合文档始终报错 今天我在台式机(win7的操作系统)使用虚拟机又成功了 具体原因我也没弄明白 谢谢葛老师的指点