Opened 19 years ago
Closed 19 years ago
#4293 closed defect (bug) (fixed)
site shouldn't break when wp-cache is misconfigured
| Reported by: | Denis-de-Bernardy | Owned by: | rob1n |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2.1 |
| Component: | Administration | Version: | 2.2 |
| Severity: | trivial | Keywords: | |
| Cc: | Focuses: |
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 (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
+1.