Brian
Forum Replies Created
-
Forum: Plugins
In reply to: [flickrRSS] Warning: fopen(/.jpg) [function.fopen]: failed to open streamThanks, that worked. I downloaded and installed 4.0. I tried using flickr-rss’s cache in conjunction with WP Super Cache, but it didn’t work. So I deactivated the flickr-rss cache feature and it still works perfectly.
Cheers!
Forum: Themes and Templates
In reply to: Echo Custom Field Key Inside PHP Echo StatementWorks like a charm. Thank you!
Forum: Plugins
In reply to: [flickrRSS] Warning: fopen(/.jpg) [function.fopen]: failed to open streamThe caching was working before; I noticed the error when I made my original post. It had working for months before that.
Unfortunately, caching is a necessity for the site at this point. But, your built-in idea is spot on. Is there a way to stay notified of releases?
For precaution, for now I’ll just keep the plugin de-activated until an update.
Thanks for responsiveness. You’ve been helpful!
Forum: Plugins
In reply to: [flickrRSS] Warning: fopen(/.jpg) [function.fopen]: failed to open streamIt is strange. I just deleted the line in functions.php and activated the plugin. It activated fine, but now I’m receiving this error:
Warning: fwrite() expects parameter 1 to be resource, boolean given in /home/happy/public_html/wp-content/plugins/flickr-rss/flickrrss.php on line 189
Forum: Plugins
In reply to: [flickrRSS] Warning: fopen(/.jpg) [function.fopen]: failed to open streamThank you!
I just upgraded to flickrRSS 5.3.1 and received the header error below:
Warning: Attempt to modify property of non-object in /home/.../public_html/wp-content/themes/.../functions.php on line 218
Line 218 of functions.php is used in a code block to “IGNORE PLUGIN UPDATE NOTICES”:
unset( $value->response['wp-pagenavi/wp-pagenavi.php'] );
I wouldn’t add anything like that, but it’s possible someone else did. Any idea why flickrRSS (or the code above) isn’t playing nice?