When using a custom provision module to override tpl.php files (ex: for the vhost template), I ran into "could not convert object to string in database.inc".

Turns out it was a bad drush_log statement in Provision/Config.php. Perhaps a drush upgrade now triggers the error, before it didn't, because I've been using this custom provision module for at least a year, and never ran into this issue.

Patch incoming.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bgm created an issue. See original summary.

bgm’s picture

Status: Active » Needs review
FileSize
930 bytes

  • helmo committed 00ada0f on 7.x-3.x authored by bgm
    Issue #2659920 by bgm: Fix drush_log usage in Provision/Config.php when...
helmo’s picture

Status: Needs review » Fixed

Thanks, committed.

Status: Fixed » Closed (fixed)

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