Closed (fixed)
Project:
Provision CiviCRM
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
29 Jun 2011 at 17:49 UTC
Updated:
22 Jul 2011 at 21:31 UTC
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
Comment #1
bgm commentedI 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
Comment #2
omega8cc commentedThat 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! :)
Comment #3
bgm commentedThere 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