samwilson / phpflickr

A PHP wrapper for the Flickr API, including OAuth.
https://packagist.org/packages/samwilson/phpflickr
GNU General Public License v2.0
40 stars 15 forks source link

help please, photoset_getlist returns no photosets #9

Closed grangep closed 1 year ago

grangep commented 5 years ago

I was using the original Dan Coulter library which worked for me, but is reporting errors on php7.2 so I installed this version via composer. However photoset_getlist returns no no photosets. No error, just 0 photosets. The old version returns the photosets I was expecting. Any suggestions please?

gegere commented 5 years ago

Try managing PHP Composer without the dev libs, I had a similar issue.

Run the following in the same directory as composer.json

$ composer install --no-dev
grangep commented 5 years ago

Thanks for your comment. I'm bogged down in another project for some time to come, but will try this as soon as I can get back to the project with this issue.

samwilson commented 1 year ago

Closing this, but feel free to open a new issue if you're still having problems.