Title: smitnn's Replies | WordPress.org

---

# smitnn

  [  ](https://wordpress.org/support/users/smitnn/)

 *   [Profile](https://wordpress.org/support/users/smitnn/)
 *   [Topics Started](https://wordpress.org/support/users/smitnn/topics/)
 *   [Replies Created](https://wordpress.org/support/users/smitnn/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/smitnn/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/smitnn/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/smitnn/engagements/)
 *   [Favorites](https://wordpress.org/support/users/smitnn/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Simple Pie RSS plugin missread problem](https://wordpress.org/support/topic/simple-pie-rss-plugin-missread-problem/)
 *  [smitnn](https://wordpress.org/support/users/smitnn/)
 * (@smitnn)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/simple-pie-rss-plugin-missread-problem/#post-676248)
 * Hi, I just came across this and (seem to have) fixed it by editing the file ‘
   simplepie_wordpress_2.php’ in the plugin’s directory. On line 64 there’s a line
   that reads:
    `define('SIMPLEPIE_CACHEDIR', WP_CONTENT . '/cache');` Change this
   to: `define('SIMPLEPIE_CACHEDIR', DOCROOT . WP_CONTENT . '/cache');` For clarity,
   the additional code is “DOCROOT .”
 * I’m still testing it but it seems to have done the trick. If everything’s working
   by the end of today, I’ll suggest the change to the author. Hope this helps.

Viewing 1 replies (of 1 total)