Hi! There is a error - when I try to edit some question\\answer and press "Save Edit" instead of seeing edited post I see 500 Server Internal Error.

In the django log there are these strings:

forum/views/meta.py TIME: 2011-10-05 00:27:23,358 MSG: meta.py:error_handler:200 error executing request:
                Traceback (most recent call last):
                  File "/usr/local/lib/python2.6/dist-packages/Django-1.2.3-py2.6.egg/django/core/handlers/base.py", line 95, in get_response
                    response = middleware_method(request, callback, callback_args, callback_kwargs)
                  File "/usr/local/lib/python2.6/dist-packages/Django-1.2.3-py2.6.egg/django/middleware/csrf.py", line 184, in process_view
                    request_csrf_token = request.POST.get('csrfmiddlewaretoken', None)
                  File "/usr/local/lib/python2.6/dist-packages/Django-1.2.3-py2.6.egg/django/core/handlers/wsgi.py", line 171, in _get_post
                    self._load_post_and_files()
                  File "/usr/local/lib/python2.6/dist-packages/Django-1.2.3-py2.6.egg/django/core/handlers/wsgi.py", line 151, in _load_post_and_files
                    self._post, self._files = http.QueryDict(self.raw_post_data, encoding=self._encoding), datastructures.MultiValueDict()
                  File "/usr/local/lib/python2.6/dist-packages/Django-1.2.3-py2.6.egg/django/core/handlers/wsgi.py", line 205, in _get_raw_post_data
                    size=content_length)
                  File "/usr/local/lib/python2.6/dist-packages/Django-1.2.3-py2.6.egg/django/core/handlers/wsgi.py", line 69, in safe_copyfileobj
                    buf = fsrc.read(min(length, size))
                IOError: request data read error

In what may be the reason? Environment: Ubuntu 10.04 Server.

asked 05 Oct '11, 02:22

expert's gravatar image

expert
1613716
accept rate: 0%

closed 05 Oct '11, 22:21

rickross's gravatar image

rickross ♦♦
12.5k2814972

@expert, this posting is more a problem report than a question. OSQA bugs should be reported at jira.osqa.net, and OSQA support issues should go to support@osqa.net.

(05 Oct '11, 22:21) rickross ♦♦

The question has been closed for the following reason "Bug and problem reports belong elsewhere" by rickross 05 Oct '11, 22:21

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×113
×27
×7

Asked: 05 Oct '11, 02:22

Seen: 252 times

Last updated: 05 Oct '11, 22:21

powered by OSQA