Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3495974
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T12:11:33+00:00 2026-05-18T12:11:33+00:00

I have been stumped by this simplest problem for hours now, turning to my

  • 0

I have been stumped by this simplest problem for hours now, turning to my friends at StackOverflow 🙂

Basically, I’m developing a custom WordPress theme. I’m using the same code that I have used many times before from EightFaces “FlickrRSS” plugin. Code looks like this:

<?php 
  get_flickrRSS(
       array(
         'set' => '72157625440574627', 
         'num_items' => 20, 
         'type' => 'set'
       )
  ); 
?>

The problem (which is very difficult to troubleshoot) is that I get absolutely ZERO return from the above code. So far I have tried different users and different Photo Sets, with no luck.

Frustrated by being unable to debug, I tried a different plugin the “Flickr Gallery” plugin which has high ratings also. Using the shortcodes for this gallery I again get ABSOLUTELY NOTHING.

I thought that perhaps my server somehow got reset to PHP 4, but that’s not it, it’s set for PHP 5.

Also, occurred to me that it might be WordPress 3.03. This site is the only one of those I’ve developed using WordPress 3.03.

I’m totally stumped. Anyone out there seen this problem or even have suggestions for debugging? I’ll try anything (as long as I haven’t tried it already).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T12:11:33+00:00Added an answer on May 18, 2026 at 12:11 pm

    The array is setup properly, but I think you have the wrong value for “set”.

    I went through your user profile, found your site, and from there I found your Flickr account. When I navigate to http://www.flickr.com/photos/brianfeister/sets/72157625440574627/ I get a 404.

    Either you have the wrong set number, or you have it set to private or something.

    Edit:

    It took a while, but I figured out the problem.

    According to the README file that comes with the plugin, the ‘id’ field is only needed when ‘type’ is set to ‘user’ or ‘group’, but it turns out that it’s needed with ‘set’ as well.

    If I run this:

      get_flickrRSS(
        array(
          'set' => '72157624166201871', 
          'num_items' => 5, 
          'type' => 'set' 
        )
      )
    

    I get nothing, but if I add the ‘id’ field (i.e. the ‘id’ for the user owning the set, not your ‘id’):

      get_flickrRSS(
        array(
          'set' => '72157624166201871', 
          'num_items' => 5, 
          'type' => 'set', 
          'id' => '51236489@N06'
        )
      )
    

    It works.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been stumped for 3 hours now on this problem, I need to
I feel like I should know this but I've been stumped for hours now
I have been googling about this issue for hours, and I'm stumped. Im trying
I am developing a C program and have been stumped by this warning. I
Have been working on this question for a couple hours and have come close
I have been stumped on this one for a while. I want to take
I have been stumped on this for about an hour. I have the following
Okay, so I've been completely stumped by this compiler error for hours, and the
I have been stumped on this for a long time and I was wondering
Well I have been stumped as to the best way to do this, I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.