#11124 closed defect (bug) (invalid)
Simplepie and cache
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | high | |
| Severity: | major | Version: | 2.8.5 |
| Component: | Feeds | Keywords: | needs-patch |
| Focuses: | Cc: |
Description
Sometimes, transient_feed (rss feed cache) cannot be unserialized.
see attached file (content of the options table)
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
with this code in settings.php
if ( file_exists(WP_CONTENT_DIR . '/object-cache.php') ) { require_once (WP_CONTENT_DIR . '/object-cache.php'); $_wp_using_ext_object_cache = true; } else { require_once (ABSPATH . WPINC . '/cache.php'); $_wp_using_ext_object_cache = false; }not sure rss feed caching works when custom caching !