We tested today 4.0.2, 4.0.3 and 4.0.4 and none worked, while previously, using provision_civicrm head it worked fine already. The platform verifies fine and then it fails while provisioning the site. The only errors are:

Drush command terminated abnormally due to an unrecoverable error. Error: Call to undefined function db_result() in /data/disk/o1/.drush/provision_civicrm/provision_civicrm.drush.inc, line 152
Output from failed command : Generating civicrm settings file .. The following extensions will be enabled: civicrm Do you really want to continue? (y/n): y User ID : 2 User name : civicron User mail : civicrm-no-reply@asd.o1.linode.us.host8.biz User roles : authenticated user User status : active

At the same time civicrm-3.4.4 works fine.

Comments

bgm’s picture

Assigned: Unassigned » bgm
Status: Active » Needs review

I don't have a D7 at the moment, but I have committed a fix for that particular error (db_result() should be drush_db_result()).

Can you test?

Thanks for the bug report

omega8cc’s picture

Status: Needs review » Reviewed & tested by the community

That was it!

Tested with 4.0.2, 4.0.3 and 4.0.4 - all worked fine.

BTW: my makefiles:

http://drupalcode.org/project/octopus.git/blob/HEAD:/aegir/makefiles/civ...
http://drupalcode.org/project/octopus.git/blob/HEAD:/aegir/makefiles/civ...

Thank you! :)

bgm’s picture

Status: Reviewed & tested by the community » Fixed

There was a minor issue still in one of the db_query() calls, fixed it and tested with D7.

Thanks for the feedback. Closing the issue.

bgm

Status: Fixed » Closed (fixed)

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