Hi all. I have some problem with my django instance:
After Ajax request as a server response I get this:
Mod_python error: "PythonHandler django.core.handlers.modpython"

Traceback (most recent call last):

  File "C:\opt\Python24\Lib\site-packages\mod_python\apache.py", line
299, in HandlerDispatch

    result = object(req)

  File "C:\opt\Python24\Lib\site-packages\django\core\handlers
\modpython.py", line 177, in handler

    return ModPythonHandler()(req)

  File "C:\opt\Python24\Lib\site-packages\django\core\handlers
\modpython.py", line 154, in __call__

    response = middleware_method(request, response)

  File "C:\opt\Python24\Lib\site-packages\django\contrib\sessions
\middleware.py", line 94, in proces

s_response

    datetime.datetime.now() +
datetime.timedelta(seconds=settings.SESSION_COOKIE_AGE))

  File "C:\opt\Python24\lib\site-packages\django\contrib\sessions
\models.py", line 29, in save

    s.save()

  File "C:\opt\Python24\Lib\site-packages\django\db\models\base.py",
line 209, in save

    (backend.quote_name(self._meta.db_table),
backend.quote_name(self._meta.pk.column)), [pk_val])

  File "C:\opt\Python24\lib\site-packages\django\db\backends\util.py",
line 12, in execute

    return self.cursor.execute(sql, params)

  File "C:\opt\Python24\Lib\site-packages\django\db\backends\postgresql
\base.py", line 43, in execut

e

    return self.cursor.execute(sql, [smart_basestring(p, self.charset)
for p in params])

ProgrammingError: ERROR:  current transaction is aborted, commands
ignored until end of transaction

block

SELECT 1 FROM "django_session" WHERE
"session_key"='eeeb9f812d055dc8838271bc628556fe' LIMIT 1

Does anyone know where is it come from? or what I'm doing wrong?
Thanks for any tip


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to