Upgraded drupal core and all modules with drush but I get Call to undefined function db_set_active() in bootstrap.inc, someone had the same problem and solved it?
Thanks...
On Sun, Jan 29, 2012 at 12:57 AM, marko@vizio.biz wrote:
Upgraded drupal core and all modules with drush but I get Call to undefined function db_set_active() in bootstrap.inc, someone had the same problem and solved it?
Yes but I don't use drush. The issue I found is that some modules kept the hook_update_N for D6 hanging around without updating the code. Too avoid it, and you should always do this before updating from one major version to the next, is to update to the latest version of the D6 module before upgrading to D7.