It seems that my feed URL doen’t fit your regular expression on line 72 in quick_flick_widget.php
if ( preg_match( ‘#^https?://api\.flickr\.com/services/feeds/photos_public\.gne#’, $username ) ) {
Can you fix that? I could make a fix on my page, but that wouldn’t help the others here.
So do you have any ideas in between?
The problem appeared right after an update.
Username seems to work but I’d like to show some images from a set of images. So I have to use the RSS feed URL but it doesn’t work. Get a “user not found” error.
If I open the URL of the feed in my browser it works and it must be correct.
Any ideas?