Feedback form doesn't work in Ask Fedora
Fails with the following traceback. We are running 0.7.49 now but had the problem in earlier versions as well. Any idea what is wrong?
Fails with the following traceback. We are running 0.7.49 now but had the problem in earlier versions as well. Any idea what is wrong?
To enter a block of code:
Comments
This may or may not be a cause, but I've been getting these from Ask Fedora: Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line 111, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/usr/lib/python2.6/site-packages/django/utils/decorators.py", line 91, in _wrapped_view response = view_func(request, *args, **kwargs) File "/usr/lib/python2.6/site-packages/askbot/views/meta.py", line 120, in feedback headers=headers File "/usr/lib/python2.6/site-packages/askbot/mail/__init__.py", line 181, in mail_moderators msg.send() File "/usr/lib/python2.6/site-packages/django/core/mail/message.py", line 248, in send return self.get_connection(fail_silently).send_messages([self]) File "/usr/lib/python2.6/site-packages/post_office/backends.py", line 42, in send_messages priority=PRIORITY.medium) File "/usr/lib/python2.6/site-packages/django/db/models/manag
http://fpaste.org/70222/90285449/ But the paste might not exist for too long.
I can't reproduce this in the development version, hopefully this goes away with the new release.