[Zope3-Users] error on registration in the zmi
Christophe Combelles
ccomb at free.fr
Sun Oct 15 13:32:02 EDT 2006
Christophe Combelles a écrit :
> 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?
I've found something:
the 2.4.4c0 version of debian is actually 2.4.3-9
I've reverted to 2.4.3-8 and the problem has disappeared!
There's something wrong with the latest fix
http://packages.debian.org/changelogs/pool/main/p/python2.4/python2.4_2.4.3-9/changelog.html
it seems python 2.4.4 won't be good for zope 3.3?
>
>
> 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)"
> _______________________________________________
> Zope3-users mailing list
> Zope3-users at zope.org
> http://mail.zope.org/mailman/listinfo/zope3-users
>
>
More information about the Zope3-users
mailing list