load_site problems (was: Re: [Zope] (no subject))

Dieter Maurer dieter@handshake.de
Fri, 24 Jan 2003 00:36:27 +0100


Gerhard Venter wrote at 2003-1-22 16:50 +0200:
 > ...
 > I list the whole output at the end of this message.
 > ...
 > RuntimeWarning: Python C API version mismatch for module
 > ExtensionClass: This Python has API version 1011, module
 > ExtensionClass has version 1010.
You use a Python which is too new for the Zope
binaries (not your current problem, though).

 > ....
 > /opt/zope/lib/python/OFS/ObjectManager.py Line: 53)
 > 400 Bad Request for http://<mydomain>//manage_addFolder
This means, "manage_addFolder" got an empty id.

  I do not know why this happend, though.
  
  Check "line 129" of "load_site.py". For some reason
  "name" is "''" there. Find out why...


Dieter