dan-coulter / phpflickr

PHP Wrapper for the Flickr API
GNU General Public License v2.0
207 stars 128 forks source link

Warning: Invalid argument supplied for foreach() #60

Closed umsuka closed 9 years ago

umsuka commented 9 years ago

Hi All

I am trying to display my photos in wordpress and so far I am having problems.

I need to show only specific albums based on articles, so i created a custom field to be populated with album id , which needs to be used with php to get that specific album photos.

So far I am getting this error, Warning: Invalid argument supplied for foreach() .

I even went online and downloaded your sample gallery page and made changes with my api and secret but no luck.

Plz help

Thanks