Why I'm getting this error while attempt to Verify the first platform (Drupal 6.14)?

\Provision PHP configuration path does not exist

Comments

ilw’s picture

Category: support » bug

I attached the full log for the verification process (I marked the wrong message with the exclamation mark):

It's drush_make 6.x-2.0-beta2

Log message
Task starts processing
Running: /usr/bin/php /var/aegir/drush/drush.php --root='/var/aegir/hostmaster-6.x-0.4-alpha3' 'provision' 'verify' --backend
Drush bootstrap phase : _drush_bootstrap_drush()
Drush bootstrap phase : _drush_bootstrap_drupal_root()
Initialized Drupal 6.14 root directory at /var/aegir/hostmaster-6.x-0.4-alpha3
Found command: provision verify
Initializing drush commandfile: provision_apache
Undefined index: base_url
Initializing drush commandfile: provision_drupal
Initializing drush commandfile: provision_mysql
Undefined index: db_url
Including /var/aegir/.drush/provision/web_server/verify.provision.inc
Including /var/aegir/.drush/provision/platform/verify.provision.inc
Including /var/aegir/.drush/provision/db_server/verify.provision.inc
Including /var/aegir/.drush/provision/ssl/verify.provision.inc
Virtual host configuration path exists.
Virtual host configuration ownership of path has been changed to aegir.
Virtual host configuration permissions of path have been changed to 0700.
Virtual host configuration path is writable.
Generating apache host configuration file platform_5.conf.
Generating apache host configuration file aegir.wgnmedia.com.server.
Apache has been restarted
Provision configuration path exists.
Provision configuration ownership of path has been changed to aegir.
Provision configuration permissions of path have been changed to 0711.
Provision configuration path is writable.
*********************Provision PHP configuration path does not exist.*****************************
Provision PHP configuration path has been created.
Provision PHP configuration ownership of path has been changed to aegir.
Provision PHP configuration permissions of path have been changed to 0711.
Provision PHP configuration path is writable.
Backup path exists.
Backup ownership of path has been changed to aegir.
Backup permissions of path have been changed to 0700.
Backup path is writable.
Drupal sites directory is writable by the provisioning script
This platform is running drupal 6.14
Including non-version specific file : /var/aegir/.drush/provision/platform/drupal/packages.inc
Found 33 modules in base
Found 6 themes in base
Found install profile default
Found install profile hostmaster
Found 19 modules in profiles/hostmaster
Found 1 themes in profiles/hostmaster
Mysql can create new databases.
Generating drushrc.php file
Drushrc file (/var/aegir/hostmaster-6.x-0.4-alpha3/drushrc.php) was written successfully
Changed permissions of drushrc.php to 0400
Command dispatch complete
Imported existing site aegir.wgnmedia.com
Command dispatch complete
Timer 'page' is 0.853 sec.
Anonymous’s picture

Status: Active » Fixed

It means /var/aegir/config didn't exist.

The code, and the log you pasted, shows that since it didn't exist, it was created for you.

So I doubt you will see this issue again, and the reason it appeared may simply have been that it hadn't already been created, which is odd, but I can't reproduce this.

The log you posted didn't fail and rollback, it detected a missing directory, created it, and moved on.

Please open this ticket again if you find the problem persists.

ilw’s picture

You right.

In the next verification it didn't appear.

Status: Fixed » Closed (fixed)

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