installation of zope 2.6.
I have the following problems: I have installed Zope 2.6 which is on Linux Suse 8.2 with the installation tool of Linux. With python zpasswd.py inituser I have set users (this was done when I was logged in as root). When I give in the browser: http://localhost:8080/manage I get the login page for Zope, but when I login the it outputs the failure that I have no authorisation (when I was logged as user who I have created before). Can you help me, please? wbr Ali
Two things to check: 1. Make sure you've restarted Zope since creating the inituser file. 2. Make sure Zope can read the inituser file. If you created it as root, it's probably still owned by root... odds are, you're not running Zope as root. HTH, Dylan On Thu, 2003-06-26 at 13:31, Ali Algan wrote:
I have the following problems: I have installed Zope 2.6 which is on Linux Suse 8.2 with the installation tool of Linux. With python zpasswd.py inituser I have set users (this was done when I was logged in as root). When I give in the browser: http://localhost:8080/manage I get the login page for Zope, but when I login the it outputs the failure that I have no authorisation (when I was logged as user who I have created before). Can you help me, please? wbr Ali
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Ali Algan wrote at 2003-6-26 22:31 +0200:
I have the following problems: I have installed Zope 2.6 which is on Linux Suse 8.2 with the installation tool of Linux. With python zpasswd.py inituser I have set users (this was done when I was logged in as root). When I give in the browser: http://localhost:8080/manage I get the login page for Zope, but when I login the it outputs the failure that I have no authorisation (when I was logged as user who I have created before). Can you help me, please?
Not sure: The "inituser" may be at a different place than Zope expects it. It should be in the directory that also contains the subdirectories "var", "import" and "Extensions". Check that "inituser" is readable by the Zope process. Dieter
participants (3)
-
Ali Algan -
Dieter Maurer -
Dylan Reinhardt