Title: Warning: ./cache is not writeable.
Last modified: February 26, 2018

---

# Warning: ./cache is not writeable.

 *  Resolved [rudtek2](https://wordpress.org/support/users/rudtek2/)
 * (@rudtek2)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/warning-cache-is-not-writeable-2/)
 * Warning: ./cache is not writeable. Make sure you’ve set the correct relative 
   or absolute path, and that the location is server-writable.
 * I saw someone else posted this, but the thread is resolved I’m not sure how.

Viewing 1 replies (of 1 total)

 *  [Rohit Motwani](https://wordpress.org/support/users/rohittm/)
 * (@rohittm)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/warning-cache-is-not-writeable-2/#post-10021584)
 * Hi there [@rudtek2](https://wordpress.org/support/users/rudtek2/),
 * This happens when some component (plugin/theme) in your installation has switched
   on WordPress Debug mode. This causes any warnings to be shown on pages. The best
   method is to trace where this has been enabled and disable that. As a workaround,
   you can paste this snippet of PHP code in the theme’s functions.php file which
   should silence all warnings and errors.
 * error_reporting(0);
 * Let me know if it helped. Thanks.

Viewing 1 replies (of 1 total)

The topic ‘Warning: ./cache is not writeable.’ 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/)

## Tags

 * [cache](https://wordpress.org/support/topic-tag/cache/)
 * [not writable](https://wordpress.org/support/topic-tag/not-writable/)
 * [RSS](https://wordpress.org/support/topic-tag/rss/)

 * 1 reply
 * 2 participants
 * Last reply from: [Rohit Motwani](https://wordpress.org/support/users/rohittm/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/warning-cache-is-not-writeable-2/#post-10021584)
 * Status: resolved