I'm trying to update a Zope site which I set up some time ago but can't get the ZMI to start up. Any ideas on what to do? When I try to acccess http://mysite:8080/ I get - Zope Site Error. How do I force a login prompt or include a login in the URL? If this is a FAQ, please tell me which Q to look under. -- John
The ZMI is accessed by appending /manage to the site url, so if you have ports redirected properly and reach the site with http://mysite.com you access the ZMI with http://mysite.com/manage If you have forgotten your password, you need to setup an emergency user --- google for it and read The Zope Book for detailed instructions. On Wed, 25 May 2005, John Poltorak wrote:
I'm trying to update a Zope site which I set up some time ago but can't get the ZMI to start up.
Any ideas on what to do?
When I try to acccess http://mysite:8080/ I get - Zope Site Error.
How do I force a login prompt or include a login in the URL?
If this is a FAQ, please tell me which Q to look under.
-- Dennis Allison * Computer Systems Laboratory * Gates 227 * Stanford University * Stanford CA 94305 * (650) 723-9213 * (650) 723-0033 fax * allison@shasta.stanford.edu * allison@sumeru.stanford.edu
participants (2)
-
Dennis Allison -
John Poltorak