SimplePie 1.5 is now available!

SimplePie Documentation.  Learn how to use this thing.  It's way better than going to school.

You are here: Documentation » Frequently Asked Questions » I'm getting cache error messages

I'm getting cache error messages

The default cache directory is ./cache.

Dot-slash-cache

Dot-slash-cache (./cache) means that the cache directory is in a location that is relative to the page calling SimplePie – not simplepie.inc itself. Dot-slash-cache is not relative to your root (like slash-cache (/cache) is).

Default file paths

As a simple explanation, the (default) cache directory needs to be writable and in the same folder as your SimplePie-enabled page – not SimplePie itself. For example:

/path/to/mypage.php
/path/to/cache/
/path/to/some/ridiculously/long/path/someplace/else/for/simplepie.inc

Using a non-default path

You can use set_cache_location() to set the cache directory to a different location. This is particularly useful when you have several SimplePie-enabled pages in various locations and you want them all to share the same cache location.

WordPress plugin


faq/i_m_getting_cache_error_messages.txt · Last modified: 2011/10/19 07:12 by rmccue