Dear All, I have installed Zope on Debian Sarge (testing), but I cannot log into the ZMI. I got the package using "apt-get install zope", created an instance using:
zopectl init default zopectl access default (I made a password using the zpasswd.py script) zopectl restart
The instance seems to start all right. On port 9673 I get the Zope introduction text. However, when I try to access /manage, I get a Error 500 page in my browser. The detailed log file contains: U 000000000 2004-01-14T21:51:01 System startup B 150241180 2004-01-14T21:51:06 GET /manage I 150241180 2004-01-14T21:51:06 0 A 150241180 2004-01-14T21:51:06 401 705 U 000000000 2004-01-14T21:51:07 System startup B 150240820 2004-01-14T21:51:15 GET /manage I 150240820 2004-01-14T21:51:15 0 A 150240820 2004-01-14T21:51:15 401 705 U 000000000 2004-01-14T21:51:16 System startup B 150240764 2004-01-14T21:52:10 GET /manage I 150240764 2004-01-14T21:52:10 0 Where should I start looking? Thanks, Göran