Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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)