Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 Dec 2009 at 14:32 UTC
Updated:
20 Dec 2009 at 08:50 UTC
Jump to comment: Most recent file
We no longer want to not load cache.inc as it holds the cache interface and the wrapper functions. To my best knowledge, memcache is the first alternative cache backend to be ported to the D7 cache mechanism so we only found this now.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | cache_inc_mandatory.patch | 1.25 KB | chx |
| #2 | cache_inc_mandatory.patch | 1.25 KB | chx |
| cache_inc_mandatory.patch | 731 bytes | chx |
Comments
Comment #2
chx commentedWhy on earth did I load that variable with its default value in install.php?
Comment #3
dries commentedThis makes sense. Wondering if we should rename cache_inc to cache_backends or something.
Comment #4
chx commentedCertainly.
Comment #5
dries commentedCommitted to CVS HEAD. Thanks!
Comment #6
moshe weitzman commentedI'm not sure if this patch is to blame, but I am getting a white screen when trying to upgrade from d6. When we boostrap throiugh tbe variables phase, we try to query cache_bootstrap table but that has not been created yet. Are we missing a DrupalFakeCache for update.php?
Comment #7
chx commentedOne thing for sure: cache_inc is not used in update.php. We might need to precreate the cache_bootstrap table but that'd be a diff (but important) issue.