On Apr 3, 12:59 pm, phoebebright <phoebebri...@spamcop.net> wrote:
> I implemented syncr (http://code.google.com/p/django-syncr/) quickly
> and easily but have one strange problem.  I can display thumbnails but
> not the full size image.  But if I copy the URL in the src tag into
> the browser, I see the image perfectly!!  How is this possible?
>
> For example, this is fine:http://dunmanway.pighaswings.com/gallery/3/
>
> But click on any of the images and you get a 404, image not found.
>
> But paste this link into the browser and you should see a 
> church:http://lh6.ggpht.com/_qN3t6LkRhaI/SZM3Weft1dI/AAAAAAAAAG8/Bzb8roA4lUA...
>
> Any suggestions very welcome as this is supposed to go live today and
> I am baffled!!!

It's most likely because the server at ggpht.com forbids these images
by HTTP_REFERER i.e. it prevents them from being embedded into
external sites (probably to prevent bandwidth abuse). If you control
the account at ggpht.com, see if there's a setting that allows linking
of photos from external sites/blogs, etc.

-Rajesh D

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to