Hello everyone,
I downloaded and installed the upcoming.org event plugin located here: http://wp-plugins.net/plugin/upcoming/
I followed the rather vague instructions, and added my upcoming.org info accordingly. It said to create a cache folder called /upcoming/ in my plugins folder, which I did, because it requires the plugin to write to a cache file in that folder. Okay, fine. I installed the plugin, activated it, added this tag to my sidebar:
<? php upcoming(); ?>
But when I look at the site, there's this error:
Warning: fopen(/home/neekole/public_html/wp/wp-content/plugins/upcoming/
/5236d87f398f111eea413f1d11c24f2b.rest): failed to open stream: No such file or directory in /home/neekole/public_html/wp/wp-content/plugins/upcoming.php on line 222
Weird. So I look at line 222 of the upcoming.php file, and there's this:
function cache_contents($filename, $incpath = true, $resource_context = null) {
So I'm thinking it's trying to find the $filename thing, but that's just a guess.
Any idea on what to do? Should I upload a dummy filename into the /upcoming/ folder? I'm confused, as the instructions weren't very detailed.