Closed (works as designed)
Project:
Holding page
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2009 at 17:01 UTC
Updated:
22 Jan 2010 at 08:31 UTC
If a site has no database and needs to be installed, then this kicks in before hook_boot:
case DRUPAL_BOOTSTRAP_DATABASE:
// Initialize the default database.
require_once './includes/database.inc';
db_set_active();
after that, the install process takes over and we can do nothing.
Comments
Comment #1
joachim commented