On Wed, Jul 8, 2009 at 4:22 AM, Alastair Campbell <ala...@gmail.com> wrote:

>
> Has anyone else started getting application error emails from the
> Django admin after updating to Firefox 3.5?
>
> I haven't had much change to investigate, but I get 500 error emails with:
>
> ValueError: invalid literal for int(): 706/img/admin/icon_clock.gif
>
> Looking via Firebug, the src for the image (imported by JavaScript) is
> locally referenced, not absolutely in FF3.5. The upper half of this
> screen shot is FF3.5:
> http://alastairc.ac/testing/django_admin_calendar_images.png
>
> I'm surprised I didn't find more from Googling, apart from a couple of
> references to the issue in Safari. Are people not upgrading to FF3.5?
> I have a pretty standard (Django 1.0) setup, and it's obviously a
> difference in Firefoxs.
>
>
I've been using Firefox 3.5 since it was in beta and called 3.1 and not had
any problem like this.  If the source for the page shows that the img src
values are relative, not absolute, it really sounds like the problem is your
ADMIN_MEDIA_PREFIX setting.

Karen

--~--~---------~--~----~------------~-------~--~----~
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