Page 1 of 1

Yes its a Flickr Plugin question..

Posted: Thu Jul 13, 2006 9:25 pm
by djtempest
Ok I have the classic

Fatal error: generate_content(): Failed opening required 'Flickr/API.php'

error which I know means I am missing files. I've read through the readme and from what I can gather its asking you to copy some PEAR files from the phpFlickr class. Well the problem with that is there is no API.php in there!

I might be being extrememly dense here but I hope someone can shed some light on where to get this API.php file..

Re: Yes its a Flickr Plugin question..

Posted: Fri Jul 14, 2006 11:58 am
by garvinhicking
Hi!

The readme.txt is not talking of a PEAR class, it is talking of a phpFlickr class that you need to download and either put into the plugin directory or your bundled-libs directory. :)

The download URL should be mentioned in the readme of the plugin?

Best regards,
Garvin

Posted: Fri Jul 14, 2006 12:05 pm
by djtempest
yea sorry I wasnt clear - I downloaded the phpFlickr class but it contains no API.php file :o

The only url in the readme showed ways to install the PEAR class but no mention of this API.php file..

Posted: Fri Jul 14, 2006 12:07 pm
by garvinhicking
Hm, the mentioned URL is http://code.iamcal.com/php/flickr/readme.htm

There, the ZIP package contains a pear/Flickr/API.php file. :)

Best regards,
Garvin

Posted: Fri Jul 14, 2006 12:09 pm
by djtempest
*slaps head* I was downloading the PHPFlickr class from its own website rather then that url :oops:

thanks for your help!