I'm using Piotr Diamanda MyghtyBoard and I keep running into this
error when I try this 1 particular view...  I've asked Piotr directly
and he indicated it could be a django/server issue.  Any thoughts?

Traceback (most recent call last):

 File "/usr/lib/python2.4/site-packages/Django-0.95-py2.4.egg/django/
core/handlers/base.py", line 74, in get_response
   response = callback(request, *callback_args, **callback_kwargs)

 File "/home/advanced/rchan/lib/python/ready/myghtyboard/views.py",
line 119, in my_posttopic_list
   return render_to_response('myghtyboard/mytopics_list.html',
{'perms': list_perms(request), 'site_name':settings.SITE_NAME, 'sid':
settings.SITE_ID})

 File "/home/advanced/rchan/lib/python/ready/myghtyboard/views.py",
line 26, in list_perms
   user_data = User.objects.get(username=str(request.user))

 File "/usr/lib/python2.4/site-packages/Django-0.95-py2.4.egg/django/
db/models/manager.py", line 67, in get
   return self.get_query_set().get(*args, **kwargs)

 File "/usr/lib/python2.4/site-packages/Django-0.95-py2.4.egg/django/
db/models/query.py", line 211, in get
   obj_list = list(clone)

 File "/usr/lib/python2.4/site-packages/Django-0.95-py2.4.egg/django/
db/models/query.py", line 103, in __iter__
   return iter(self._get_data())

 File "/usr/lib/python2.4/site-packages/Django-0.95-py2.4.egg/django/
db/models/query.py", line 430, in _get_data
   self._result_cache = list(self.iterator())

 File "/usr/lib/python2.4/site-packages/Django-0.95-py2.4.egg/django/
db/models/query.py", line 170, in iterator
   cursor = connection.cursor()

 File "/usr/lib/python2.4/site-packages/Django-0.95-py2.4.egg/django/
db/backends/postgresql/base.py", line 46, in cursor
   cursor.execute("SET TIME ZONE %s", [settings.TIME_ZONE])

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

SET TIME ZONE 'America/Chicago'


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

Reply via email to