I just started using Zope, and just managed to create part of a usable portal on my site. Then for some dumb reason I changed its name -- now when I try to open the portal from within the management menu, I get a message telling me "Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked." I did an undo on the name change, and that doesn't help. Is there anything I can do to get back this portal, or am I s.o.l. -- need to delete it and do it all over again? Thanks for any help. Gordon -- Dr. Gordon A. Fox Voice: (813)974-7352 Fax: (813)974-3263 Dept. of Biology ((for US mail:)SCA 110) ((for FedEx etc:)BSF 156) Univ. of South Florida 4202 E. Fowler Ave. Tampa, FL 33620, USA http://chuma.cas.usf.edu/~gfox
When you did the name change on the portal, did you alter any other code? On Thursday 10 July 2003 05:39 pm, Fox, Gordon wrote:
I just started using Zope, and just managed to create part of a usable portal on my site. Then for some dumb reason I changed its name -- now when I try to open the portal from within the management menu, I get a message telling me
"Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked."
I did an undo on the name change, and that doesn't help.
Is there anything I can do to get back this portal, or am I s.o.l. -- need to delete it and do it all over again?
Thanks for any help.
Gordon
-- Exasource Inc. Web: http://www.exasource.com Email: rml@exasource.com Phone: 970-206-4556 "The Israelite army looked at Goliath and said, he's so big we can't possibly win. David looked at Goliath and said, wait a minute, he's so big I can't possibly miss"
Fox, Gordon wrote at 2003-7-10 19:39 -0400:
I just started using Zope, and just managed to create part of a usable portal on my site. Then for some dumb reason I changed its name -- now when I try to open the portal from within the management menu, I get a message telling me
"Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked."
I did an undo on the name change, and that doesn't help.
Is there anything I can do to get back this portal, or am I s.o.l. -- need to delete it and do it all over again?
No, I do not think so. Backup your "Data.fs" (it contains Zope's state). The error message above comes from your browser. It complains because it operates in a redirect chain that contains the same URL several times (e.g. a redirect to itself). Key to the analysis to your problem is to know which URL this is. Look into "var/Z2.log". This is Zope's HTTP log file. It has one line per request describing (among other) client-IP, URL, response status, size, ... You will probably see near the end several requests with the same URL. Check the object addressed by this URL why it redirects to itself. Dieter
I just started using Zope, and just managed to create part of a usable portal on my site. Then for some dumb reason I changed its name -- now when I try to open the portal from within the management menu, I get a message telling me
"Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked."
I did an undo on the name change, and that doesn't help.
Is there anything I can do to get back this portal, or am I s.o.l. -- need to delete it and do it all over again?
I'm not really sure what you mean, but can't you just rename the thing from the ZMI back to what it was? You can also use the history tab to try to resurrect it from the last known good state. That really ought to do the trick no matter what you busted (presuming you didn't get really creative.) But you shouldn't do more than half the work required to make the thing originally in trying to get it back. --jcc
participants (4)
-
Dieter Maurer -
Fox, Gordon -
J Cameron Cooper -
Michael