Closed (duplicate)
Project:
Drupal core
Version:
6.x-dev
Component:
install system
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 May 2009 at 23:52 UTC
Updated:
18 May 2012 at 04:16 UTC
The drupal_get_schema function uses a static variable to store its list of schemas. When new modules are turned on as part of the profile installation process, this static variable isn't updated. This problem is easily fixed manually, but it's a definitely a gotcha.
Comments
Comment #1
Gekiboy commentedComment #2
xtfer commentedIs this a dupe of #717902: Updated DB schema not available in module update functions?