Opened 6 years ago
Closed 5 years ago
#5147 closed defect (bug) (invalid)
Object cache should check if ENABLE_CACHE is TRUE (not false)
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 2.3 |
| Severity: | normal | Keywords: | object cache has-patch |
| Cc: |
Description
At present using define('ENABLE_CACHE',false) will result in the object cache being enabled.
Suggest to check that ENABLE_CACHE is true, and remove the DISABLE_CACHE constant.
see http://comox.textdrive.com/pipermail/wp-hackers/2007-October/015458.html
Attachments (1)
Change History (2)
comment:1
darkdragon — 5 years ago
- Milestone 2.5 deleted
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

The wp-cache can not be disabled in WordPress 2.5. This could be moved to 2.3 and fixed in that branch or the file cache could also be removed in that version.