Flickr Tools error…
Posted: 19 July 2007 04:36 PM   [ Ignore ]
Newbie
Rank
Total Posts:  17
Joined  2007-01-28

Hello,

At the bottom of http://www.kevinevans.net/ I have an area where I am pulling from Flickr with the Flickr Tools plugin. It was working perfectly until recently...now I get an error there where the 2 photos should be. The code has not changed in the template. I was uploading with Aperture a new batch with Flickr export, toward the end there was some type of error and ever since then the photos are not being pulled.

Any idea what could be the problem?

Here’s the code I have in the template… But its been the same, so that should not be a problem.

{exp:flickr_tools:get_recent group_id="40331280@N00" limit="2"}  
<a target="flickr" href="{image_link}"><img alt="Flickr Image" class="flickr-img" src="/thumbnailer/phpThumb.php?src={image_url}&amp;fltr[]=gray" width="{width}" height="{height}" title="{image_title}" border="0" /></a>
{/exp:flickr_tools:get_recent}

This is my Flickr group I am pulling from…

http://www.flickr.com/groups/40331280@N00/

thanks!

Thanks!

Profile
 
 
Posted: 20 July 2007 11:29 AM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  17
Joined  2007-01-28

found out more about the problem...I put the same code on a test page and bigger so the error can be seen better…

its at http://www.kevinevans.net/about/test/

It seems to be a problem with how the PhpThumb is interacting with Flickr, as it works when I put the code in their without the phpthumb code...., but the code has not changed, and it has worked fine before.

any ideas?

thanks!

Profile
 
 
Posted: 31 July 2007 08:29 AM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  17
Joined  2007-01-28

Does anyone know the answer to this?

THanks

Profile
 
 
Posted: 01 August 2007 02:23 PM   [ Ignore ]   [ # 3 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  336
Joined  2005-07-09

Nothing off the top off my head. It sounds like a problem with Flickr, or perhaps phpThumb. Try upgrading to the last version.

 Signature 

Ingmar Greil

Profile
 
 
Posted: 03 December 2007 07:44 AM   [ Ignore ]   [ # 4 ]
Newbie
Rank
Total Posts:  21
Joined  2007-05-03

An old thread, but for interests sake… I wonder if this is because you would need to include the “http://” in the flickr image url for phpthumb. I’ve had a problem with that on my own server because it takes longer to process and times out. There’s a thread on the EE forums about that somewhere.

Just a thought

Profile