Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
update system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Oct 2007 at 18:19 UTC
Updated:
23 Oct 2007 at 16:24 UTC
Since there are a number of calls to cache_clear_all() before the cache_block table is created, it causes a large number of notices/warnings.
The attached patch moves the table creation from system_update_6027() to update_fix_d6_requirements() so that it gets created earlier, and the notices are avoided.
| Comment | File | Size | Author |
|---|---|---|---|
| update_notices.patch | 3.02 KB | webernet |
Comments
Comment #1
chx commentedNicely done.
Comment #2
gábor hojtsyLogical indeed. Thanks committed.
Comment #3
(not verified) commented