Hello everyone, I have a question this morning.
I'm building a custom Dashboard which includes removing the default widgets and displaying new RSS based widgets using Simple Pie (ie require_once(ABSPATH.WPINC. '/class-simplepie.php'); ).
Here's the question. What am I doing wrong when the following message is displayed?
Warning: ./cache/12345678901234567890123456798012.spc is not writeable in C:\xampp\htdocs\wp\wp-includes\class-simplepie.php on line 1780
Other than that, everything else looks great. Thank you.