Title: Warning: ./cache is not writeable Error
Last modified: January 27, 2018

---

# Warning: ./cache is not writeable Error

 *  Resolved [albie2011](https://wordpress.org/support/users/albie2011/)
 * (@albie2011)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/warning-cache-is-not-writeable-error/)
 * Plugin working great but getting error at the top of the page that says:
 * Warning: ./cache is not writeable. Make sure you’ve set the correct relative 
   or absolute path, and that the location is server-writable. in /usr/www/users/
   albish/IHB.com/wordpress/wp-includes/class-simplepie.php on line 1404
 * I’m not a techie but looked into line 1404 and that just says to show an error.
   I found other references to this including with regard to another plugin but 
   am not sure where to implement a fix [https://w3guy.com/fix-simplepies-warning-cache-writeable/](https://w3guy.com/fix-simplepies-warning-cache-writeable/)
 * Any help would be appreciated as it is a great little plugin.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwarning-cache-is-not-writeable-error%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/warning-cache-is-not-writeable-error/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/warning-cache-is-not-writeable-error/page/2/?output_format=md)

 *  Thread Starter [albie2011](https://wordpress.org/support/users/albie2011/)
 * (@albie2011)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/warning-cache-is-not-writeable-error/#post-9933735)
 * This was resolved, it turns out the error display was showing on theme generally.
 *  [tkaret](https://wordpress.org/support/users/tkaret/)
 * (@tkaret)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/warning-cache-is-not-writeable-error/#post-9935378)
 * I have the same error. The cache is not writable. The w3guys answer is not clear
   about where or how to put the code. I tried various places and combinations and
   removing the plugin was the only thing I found that resolved the issue. Will 
   someone please help clarify the resolution? I really like this plugin and would
   like to stay with it.
 *  [tkaret](https://wordpress.org/support/users/tkaret/)
 * (@tkaret)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/warning-cache-is-not-writeable-error/#post-9935395)
 * THIS IS JUST ONE OF THE ERRORS
 * Warning: ./cache is not writeable. Make sure you’ve set the correct relative 
   or absolute path, and that the location is server-writable. in /home4/eandgter/
   public_html/autoareanews/wp-includes/class-simplepie.php on line 1404
    Array ([
   0] => [http://news.google.com/news/rss/local/section/geo/Denver](http://news.google.com/news/rss/local/section/geo/Denver)[
   1] => %20CO [2] => %20United%20States/Denver [3] => %20Colorado?ned=us&hl=en&
   gl=US )
 *  Thread Starter [albie2011](https://wordpress.org/support/users/albie2011/)
 * (@albie2011)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/warning-cache-is-not-writeable-error/#post-10084439)
 * Hello [@rohittm](https://wordpress.org/support/users/rohittm/) can you clarify
   this situation? The instructions are to modify the theme to not show the error.
   But does this mean that the plugin’s caching functionality is working? Or is 
   hiding the error just doing that, hiding the error visually but the plugin is
   not caching? We hid the error and that worked visually but one day had a lot 
   of traffic to the page and it caused our server to crash. So, we believe that
   the plugin is actually pulling the feed with each page load instead of caching,
   which is what the error seems like it is indicating. Any clarification on your
   part would be appreciated. We submitted this through premium support and we were
   told to go to our host to attempt to resolve the issue which to me seems to indicate
   that there is an issue with non-caching. Thanks in advance for any clarification.
 *  Thread Starter [albie2011](https://wordpress.org/support/users/albie2011/)
 * (@albie2011)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/warning-cache-is-not-writeable-error/#post-10085283)
 * [@rohittm](https://wordpress.org/support/users/rohittm/) Does this webpage shed
   any light on the issue? In searching Google it seems that others have had the
   trouble with SimplePie and the cache location – this person seems to be saying
   that he figured out how to define the location so that SimplePie would be able
   to deposit the cache so that the caching works:
 * [https://w3guy.com/fix-simplepies-warning-cache-writeable/](https://w3guy.com/fix-simplepies-warning-cache-writeable/)
 * In my WordPress installation, I have a folder /wp-content/cache/ that is used
   by other plugins to hold their cache. Maybe this is where the plugin should also
   be putting its cache?
 *  Thread Starter [albie2011](https://wordpress.org/support/users/albie2011/)
 * (@albie2011)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/warning-cache-is-not-writeable-error/#post-10086002)
 * [@rohittm](https://wordpress.org/support/users/rohittm/) [@uriahs-victor](https://wordpress.org/support/users/uriahs-victor/)–
   not having any luck with my host as they are unable to determine where Feedzy
   is trying to put the cache. (see earlier messages above). Check out this link:
 * [http://simplepie.org/wiki/faq/i_m_getting_cache_error_messages](http://simplepie.org/wiki/faq/i_m_getting_cache_error_messages)
 * That makes it sound like SimplePie would in theory be trying to put that ./cache
   in the same directory of the page calling it (i.e. [https://www.inhouseblog.com/general-counsel-jobs/](https://www.inhouseblog.com/general-counsel-jobs/))
   although they do make mention of a hook that could change it to place it elsewhere(
   i.e., wp-content/cache, where all the other plugins put it).
 * Does this page help? Could a hook to point the cache to wp-content/cache do the
   trick?
 *  [Uriahs Victor](https://wordpress.org/support/users/uriahs-victor/)
 * (@uriahs-victor)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/warning-cache-is-not-writeable-error/#post-10101332)
 * [@albie2011](https://wordpress.org/support/users/albie2011/) I believe we’ve 
   solved this via our ticketing system, [@tkaret](https://wordpress.org/support/users/tkaret/)
   please send us a ticket here so we can have a closer look at your setup: [https://themeisle.com/contact/](https://themeisle.com/contact/)
 *  Thread Starter [albie2011](https://wordpress.org/support/users/albie2011/)
 * (@albie2011)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/warning-cache-is-not-writeable-error/#post-10101362)
 * Yes [@uriahs-victor](https://wordpress.org/support/users/uriahs-victor/) that
   is correct. Will the fix be rolled into the plugin the next time it is updated?
 *  [Sarah](https://wordpress.org/support/users/sarahwhitelyaolcm/)
 * (@sarahwhitelyaolcm)
 * [7 years, 12 months ago](https://wordpress.org/support/topic/warning-cache-is-not-writeable-error/#post-10355777)
 * I’m getting the error message…really to bad as it is a pretty nice plug in…anyone
   having any luck with this?
 *  [Sarah](https://wordpress.org/support/users/sarahwhitelyaolcm/)
 * (@sarahwhitelyaolcm)
 * [7 years, 12 months ago](https://wordpress.org/support/topic/warning-cache-is-not-writeable-error/#post-10355805)
 * just deleted it…gave up
 *  [egycode](https://wordpress.org/support/users/egycode/)
 * (@egycode)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/warning-cache-is-not-writeable-error/#post-10536583)
 * This fixed the issue for me!
 * Editing file class-simplpie in wp-includes directory
 * line #546
 *     ```
                /**
       	 * @var string Cache location (relative to executing script)
       	 * @see SimplePie::set_cache_location()
       	 * @access private
       	 */
       	public $cache_location = ABSPATH . WPINC . '/SimplePie/Cache/cache';
       ```
   
 * And must create cache folder in wp-includes => SimplePie => cache manually on
   the server! it doesn’t created automatically, needs fix too!
 * And line #870
 *     ```
       	/**
       	 * Set the file system location where the cached files should be stored
       	 *
       	 * @param string $location The file system location.
       	 */
       	public function set_cache_location($location = ABSPATH . WPINC . '/SimplePie/Cache/cache')
       	{
       		$this->cache_location = (string) $location;
       	}
       ```
   
 * All changed from
 * `'./cache'`
 * to
 * `ABSPATH . WPINC . '/SimplePie/Cache/cache'`
 * Checked and verified that cache folder contain md5 hashed cache file for rss 
   feed in admin dashboard!
 * I hope this help!
    -  This reply was modified 7 years, 10 months ago by [egycode](https://wordpress.org/support/users/egycode/).
    -  This reply was modified 7 years, 10 months ago by [egycode](https://wordpress.org/support/users/egycode/).
 *  [Huckleberry](https://wordpress.org/support/users/helijobs/)
 * (@helijobs)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/warning-cache-is-not-writeable-error/#post-10957635)
 * egycode: you’re awesome!!
 * Is it possible to add the solution as a snippet-code (I have a snippet code plugin)
   to prevent the class-simplepie.php file to be overwritten during upgrade? I’m
   not too savvy with PHP and behind-the-scenes editing with WordPress.
 *  [kigazw](https://wordpress.org/support/users/kigazw/)
 * (@kigazw)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/warning-cache-is-not-writeable-error/#post-11134075)
 * [@egycode](https://wordpress.org/support/users/egycode/):
 * Thank you! It Works!
 *  [weblwp](https://wordpress.org/support/users/weblwp/)
 * (@weblwp)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/warning-cache-is-not-writeable-error/#post-11163506)
 * Thanks [@egycode](https://wordpress.org/support/users/egycode/)
 * Works for me. No more error message (although no files created in wp-includes/
   SimplePie/Cache/cache)
 *  [lanesharon](https://wordpress.org/support/users/lanesharon/)
 * (@lanesharon)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/warning-cache-is-not-writeable-error/#post-11425248)
 * I have the same error, but all of my feeds are showing.
    Warning: ./cache is 
   not writeable. Make sure you’ve set the correct relative or absolute path, and
   that the location is server-writable. in /home/myhome/public_html/mysite.com/
   wp-includes/class-simplepie.php on line 1404

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/warning-cache-is-not-writeable-error/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/warning-cache-is-not-writeable-error/page/2/?output_format=md)

The topic ‘Warning: ./cache is not writeable Error’ is closed to new replies.

 * ![](https://ps.w.org/feedzy-rss-feeds/assets/icon-256x256.gif?rev=3418285)
 * [RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator](https://wordpress.org/plugins/feedzy-rss-feeds/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/feedzy-rss-feeds/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/feedzy-rss-feeds/)
 * [Active Topics](https://wordpress.org/support/plugin/feedzy-rss-feeds/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/feedzy-rss-feeds/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/feedzy-rss-feeds/reviews/)

 * 16 replies
 * 10 participants
 * Last reply from: [Poonam Namdev](https://wordpress.org/support/users/poonam9/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/warning-cache-is-not-writeable-error/page/2/#post-11428631)
 * Status: resolved