Closed (duplicate)
Project:
Cache Disable
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2011 at 07:40 UTC
Updated:
8 Jan 2012 at 19:55 UTC
I've enabled the module and the menu cache is still active.
Debugging shows that the if (!function_exists('cache_get')) condition is not executing the block; in other words the core Drupal cache is already in place at this time.
Debugging in bootstrap.inc shows it's getting loaded at DRUPAL_BOOTSTRAP_EARLY_PAGE_CACHE, as the variable cache_inc is not found then.
Comments
Comment #1
traxer commentedThat's what I said in #337715: The cache_inc variable ist never read from the database.