Ticket #4293 (closed defect (bug): fixed)
site shouldn't break when wp-cache is misconfigured
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2.1 |
| Component: | Administration | Version: | 2.2 |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
In wp-settings, the following is called if the wp-config.php defines 'WP_CACHE':
require (ABSPATH . 'wp-content/advanced-cache.php');
When WP-Cache is misconfigured, e.g. the symblink is not created for any reason, this breaks the site.
We could safely replace this with:
@include (ABSPATH . 'wp-content/advanced-cache.php');
D.
Change History
- Owner changed from anonymous to rob1n
- Status changed from new to assigned
Note: See
TracTickets for help on using
tickets.

+1.