Including platform specific file : /var/hostmaster/.drush/provision/platform/drupal_5_install.inc
Drush bootstrap phase : _drush_bootstrap_drupal_configuration()
Config file could not be loaded
An error occurred at function : provision_drupal_provision_install

Latest HEAD of everything but hostmaster.profile.

CommentFileSizeAuthor
#2 drush_numeric.patch444 bytesanarcat
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

anarcat’s picture

The problem is the way provision is called from the dispatcher:

Running:php /var/hostmaster/drush/drush.php --task_id='308' --client_id='1' --client_email='webmaster@localhost' --db_id='2' --profile='default' --platform='76' --publish_path='/var/hostmaster/drupal-5.16' --site_id='307' --language='en' --drush_path='/var/hostmaster/drush/drush.php' --web_id='3' --web_host='localhost' --script_user='hostmaster' --root='/var/hostmaster/drupal-5.16' 'provision' 'install' '' '' 'testnewd516' --backend
anarcat’s picture

Status: Active » Needs review
FileSize
444 bytes

The attached patch on drush fixes the issue.

anarcat’s picture

Status: Needs review » Reviewed & tested by the community

The patch works, needs to be committed to drush.

anarcat’s picture

Status: Reviewed & tested by the community » Fixed

The fix was committed to Drush HEAD.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 2d64de3 on debian, dev-dns, dev-envobject, dev-koumbit, dev-log_directory, dev-migrate_aliases, dev-multiserver-install, dev-newhooks, dev-nginx, dev-platform_management, dev-ports, dev-purgebackup, dev-restore, dev-services, dev-simplerinstaller, dev-site_rename, dev-ssl, dev_716166_apache_conf, dev_dns, dev_server_verify, prod-koumbit, ssl, dev-ssl-ip-allocation-refactor, dev-1205458-move_sites_out_of_platforms, 7.x-3.x, dev-subdir-multiserver, 6.x-2.x-backports, dev-helmo-3.x authored by anarcat:
    safety check in rollback: do not delete sites/$url if url is false that...