#11124 closed defect (bug) (invalid)
Simplepie and cache
| Reported by: | arena | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Feeds | Version: | 2.8.5 |
| Severity: | major | Keywords: | needs-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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 !