[Zope3-Users] error on registration in the zmi

Christophe Combelles ccomb at free.fr
Sun Oct 15 11:58:26 EDT 2006


each time I want to register any object from the ZMI I get this error.
(zope 3.3.0 Python 2.4.4c0)
Do you have any clue?


2006-10-15T17:49:03 ERROR SiteError http://localhost:9676
Traceback (most recent call last):
   File "/usr/lib/python2.4/site-packages/zope/publisher/publish.py", line 126, 
in publish
     request.processInputs()
   File "/usr/lib/python2.4/site-packages/zope/publisher/browser.py", line 263, 
in processInputs
     fs = FieldStorage(fp=fp, environ=self._environ, keep_blank_values=1)
   File "cgi.py", line 530, in __init__
     self.read_multi(environ, keep_blank_values, strict_parsing)
   File "cgi.py", line 650, in read_multi
     environ, keep_blank_values, strict_parsing)
   File "cgi.py", line 532, in __init__
     self.read_single()
   File "cgi.py", line 665, in read_single
     self.read_lines()
   File "cgi.py", line 687, in read_lines
     self.read_lines_to_outerboundary()
   File "cgi.py", line 715, in read_lines_to_outerboundary
     line = self.fp.readline(1<<16)
TypeError: readline() takes exactly 1 argument (2 given)
127.0.0.1 - - [15/Oct/2006:17:49:03 +0200] "POST /jhgjhgj/@@addRegistration.html 
HTTP/1.1" 500 84 "http://localhost:9676/jhgjhgj/@@addRegistration.html?" 
"Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.7) Gecko/20060830 Firefox/1.5.0.7 
(Debian-1.5.dfsg+1.5.0.7-2)"


More information about the Zope3-users mailing list