I'm just starting to fool with zope, and in my exploration of it, mindlessly set up a siteroot object in the root directory which redirects all requests to a child directory. Now, I am unable to access the management interface and so cannot remove the problematic object. Is there any way to fix this aside from purging/recreating the zope instance? Hints, ideas, or specific referals to TFM are welcome. -davidc
From the documentation at <SoftwareHome>/lib/python/Products/SiteAccess/doc
If an Access Rule is broken, and is preventing normal access, it can be disabled by restarting Zope with environment variable SUPPRESS_ACCESSRULE set. Mark This should allow you to undo the transaction or On Sun, 2004-10-10 at 14:53, David Clymer wrote:
I'm just starting to fool with zope, and in my exploration of it, mindlessly set up a siteroot object in the root directory which redirects all requests to a child directory. Now, I am unable to access the management interface and so cannot remove the problematic object. Is there any way to fix this aside from purging/recreating the zope instance?
Hints, ideas, or specific referals to TFM are welcome.
-davidc
_______________________________________________ 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 ) -- Mark Gibson <mark@kaivo.com>
On Sun, 2004-10-10 at 16:56, Mark Gibson wrote:
From the documentation at <SoftwareHome>/lib/python/Products/SiteAccess/doc
If an Access Rule is broken, and is preventing normal access, it can be disabled by restarting Zope with environment variable SUPPRESS_ACCESSRULE set.
Thanks, I'll try that. -davidc ps. appologies for the double message, however "reply to list" replies to you and copies the list, so i'm assuming thats standard procedure on this list (no policies are set forth on the website). Please correct me if this is the wrong assumption.
Hi, Am So, den 10.10.2004 schrieb David Clymer um 22:53:
I'm just starting to fool with zope, and in my exploration of it, mindlessly set up a siteroot object in the root directory which redirects all requests to a child directory. Now, I am unable to access the management interface and so cannot remove the problematic object. Is there any way to fix this aside from purging/recreating the zope instance?
Hints, ideas, or specific referals to TFM are welcome.
Well, google "siteroot" and zope should give you a zillion of hits ;) One easy way is to just remove it via FTP. There are some URL parts you can insert and some environment vars you could set. Grep the source if in doubt. I wonder if someone could just remove the constructor for this object since it is really a traf for newbies. Regards Tino
On Sun, 2004-10-10 at 17:06, Tino Wildenhain wrote:
Hi,
Am So, den 10.10.2004 schrieb David Clymer um 22:53:
I'm just starting to fool with zope, and in my exploration of it, mindlessly set up a siteroot object in the root directory which redirects all requests to a child directory. Now, I am unable to access the management interface and so cannot remove the problematic object. Is there any way to fix this aside from purging/recreating the zope instance?
Hints, ideas, or specific referals to TFM are welcome.
Well, google "siteroot" and zope should give you a zillion of hits ;) One easy way is to just remove it via FTP.
*wince* I deserve a dope-slap. Thanks for the gentle reminder :o)
There are some URL parts you can insert and some environment vars you could set. Grep the source if in doubt.
Will do, thanks. -davidc
I think that suppress-all-site-roots=on in zope.conf file
-----Original Message----- From: zope-bounces@zope.org [mailto:zope-bounces@zope.org]On Behalf Of David Clymer Sent: Sunday, October 10, 2004 4:54 PM To: zope@zope.org Subject: [Zope] siteroot problem
I'm just starting to fool with zope, and in my exploration of it, mindlessly set up a siteroot object in the root directory which redirects all requests to a child directory. Now, I am unable to access the management interface and so cannot remove the problematic object. Is there any way to fix this aside from purging/recreating the zope instance?
Hints, ideas, or specific referals to TFM are welcome.
-davidc
_______________________________________________ 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 )
participants (4)
-
David Clymer -
Mark Gibson -
Sean Hastings -
Tino Wildenhain