On Sep 1, 10:35 am, ANIL KARADAĞ <[email protected]> wrote: > hello everbody, > > i have en error for a week. i did not resolve and i did not find it's > solution. > > Sometimes system is sent an error: > > File "/usr/lib/python2.5/site-packages/django/db/models/fields/__init__.py", > line 353, in get_db_prep_value > return int(value) > > ValueError: invalid literal for int() with base 10: > '42596/img/admin/icon_calendar.gif' > > 42596 is a product id and > > 'HTTP_REFERER': > 'http://example.com./admin/product/product/42596/<http://www.emall.com.tr/admin/product/product/42596/> > ', > 'SCRIPT_URI': > 'http://example.com/admin/product/product/42596/img/admin/icon_calenda...<http://www.emall.com.tr/admin/product/product/42596/img/admin/icon_ca...> > ', > > icon_calender.gif is under admin_media and trust url > ishttp://example.com/admin/media/img/admin/icon_calendar.gif/<http://www.emall.com.tr/admin/product/product/42596/img/admin/icon_ca...> > ' > > anyone know why system is not used to trust url? > > -- > Anıl KARADAĞ > Cihan Bilişim A.Ş. - Yazılım Geliştirme Uzmanı > GYTE- Bilgisayar Müh. Yüksek Lisans öğrencisihttp://anilkaradag.info/blog
I have seen this, and have attempted to track it down. It seems to be caused by some Javascript. Can you tell me if you are using TinyMCE on that page? And which browser are you using? -- DR. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

