-----Original Message----- From: Robert Sander [mailto:gurubert@gurubert.de] Sent: Wednesday, January 12, 2000 11:37 AM To: zope-dev@zope.org Subject: Re: [Zope-dev] Bug in 2.1.2?
On Wed, Jan 12, 2000 at 11:38:50AM -0500, Michel Pelletier wrote:
Hmm... me thinks this has nothing to do then with the code in Publish.py, that file has been around for years and is extremly stable. If you can't log in the managment interface, the problem is probably something completely different.
But the problem was a raising TypeError at line 154 of Publish.py, it was not catched and therefore Zope stopped.
But this only happens to you, and this file hasn't changed since sept. of last year, so it must be something with your setup which is causing a type error to be raised. That error is not caught there because it is not intended to be thrown there in a properly configured Zope, if configuration is your problem. What, exactly, causes the error and can you send a complete traceback? -Michel