Hello,

This error messages comes up

Drush bootstrap phase : _drush_bootstrap_drupal_configuration() [17.6 sec, 9.56 MB] [bootstrap]
Drush command terminated abnormally due to an unrecoverable error. [error]
Error: Unsupported operand types in /pathto/aegir/drush/includes/environment.inc, line 895 [17.6 sec, 9.56 MB

when trying to install hostmaster with these flags:

drush hostmaster-install --aegir_host=our.host.name --aegir_db_user=myadmin --aegir_db_pass=adminpasswd --aegir_root=/pathto/aegir

Line 895 is

$parts += array('pass' => '', 'port' => '');

Any ideas on how to resolve this issue?

Thanks!

KM

Comments

steven jones’s picture

Status: Active » Postponed (maintainer needs more info)

Did your password have special characters in it? If so, we may not have escaped them correctly, though we should do now.

kmasood’s picture

Thanks Steven. We were able to get Aegir to work, the problem was with our setup and directory structure. Sorry, but it has been a while and I can't recall the details.

KM

Anonymous’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)