Odd problem after upgrading to 2.6
I upgraded to Zope 2.6 recently and when I log onto the server via http://staticip:8080 I get access but the left-hand frame of the ZMI is already expanded and "pointing" to a now deleted instance of a CMF. What happens is that I get a page not found error in the right-hand frame. I can click on the left-hand frame and navigate successfully after that, but it is a bit strange (and aggravating to a degree) that I get this behavior when others utilizing the system do not. Any ideas as to why this is happening? Thanks, Kevin
I'm betting you've got a cookie lying around and maybe a funky access rule of some sort... Chris Kevin Carlson wrote:
I upgraded to Zope 2.6 recently and when I log onto the server via http://staticip:8080 I get access but the left-hand frame of the ZMI is already expanded and "pointing" to a now deleted instance of a CMF. What happens is that I get a page not found error in the right-hand frame. I can click on the left-hand frame and navigate successfully after that, but it is a bit strange (and aggravating to a degree) that I get this behavior when others utilizing the system do not.
Any ideas as to why this is happening?
Thanks,
Kevin
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
I had tried clearing the browser cache and deleting all cookies and the problem persists. I did have an active access rule which I cleared, but the problem is still there. Any more ideas anyone? Kevin -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Chris Withers Sent: Friday, December 27, 2002 6:52 AM To: Kevin Carlson Cc: zope@zope.org Subject: Re: [Zope] Odd problem after upgrading to 2.6 I'm betting you've got a cookie lying around and maybe a funky access rule of some sort... Chris Kevin Carlson wrote:
I upgraded to Zope 2.6 recently and when I log onto the server via http://staticip:8080 I get access but the left-hand frame of the ZMI is already expanded and "pointing" to a now deleted instance of a CMF. What happens is that I get a page not found error in the right-hand frame. I can click on the left-hand frame and navigate successfully after that, but it is a bit strange (and aggravating to a degree) that I get this behavior when others utilizing the system do not.
Any ideas as to why this is happening?
Thanks,
Kevin
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Kevin Carlson wrote at 2002-12-28 17:02 -0500:
I had tried clearing the browser cache and deleting all cookies and the problem persists. I did have an active access rule which I cleared, but the problem is still there. Any more ideas anyone? *Whenever* you see strange things with Zope, it is a good idea to activate Zope logging (--> "doc/LOGGING.txt") and look into the log file.
I expect your problem to be caused by either: * a product no longer working * a ZClass no longer working (there is a problem reported in the mailing list archive together with a way to get rid of it) Dieter
Kevin Carlson wrote:
I had tried clearing the browser cache and deleting all cookies and the problem persists. I did have an active access rule which I cleared, but the problem is still there. Any more ideas anyone?
What did the access rule do? Was there an Apache side of things involved? Have you tried going direct to Zope rather than through Apache? cheers, Chris
Thanks to everyone for their help in trying to figure this one out. The problem turned out to be Microsoft. Really. To be more explicit the problem was IE. As it turns out, I was accessing the machine through a shortcut in the Favorites menu on my Win2K laptop. I don't know what Microsoft stores in the shortcut file, but it is obviously more than a URL. When I recreated the shortcut, the problem went away. Now to migrate my laptop to Linux and make the "other" Microsoft problems go away... Kevin -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Chris Withers Sent: Monday, December 30, 2002 6:40 AM To: Kevin Carlson Cc: zope@zope.org Subject: Re: [Zope] Odd problem after upgrading to 2.6 Kevin Carlson wrote:
I had tried clearing the browser cache and deleting all cookies and the problem persists. I did have an active access rule which I cleared, but the problem is still there. Any more ideas anyone?
What did the access rule do? Was there an Apache side of things involved? Have you tried going direct to Zope rather than through Apache? cheers, Chris _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On 26/12/02 5:21 pm, "Kevin Carlson" <khcarlso@bellsouth.net> wrote:
I upgraded to Zope 2.6 recently and when I log onto the server via http://staticip:8080 I get access but the left-hand frame of the ZMI is already expanded and "pointing" to a now deleted instance of a CMF. What happens is that I get a page not found error in the right-hand frame. I can click on the left-hand frame and navigate successfully after that, but it is a bit strange (and aggravating to a degree) that I get this behavior when others utilizing the system do not.
If you are getting this and others aren't then it's almost certainly a browser issue. I'd try emptying the disk and memory cache. A
participants (4)
-
Andrew Veitch -
Chris Withers -
Dieter Maurer -
Kevin Carlson