I maintain a Zope application that basically doesn't need any maintance ( lucky me!) However a problem crept up so I went to look via the management interface ...../manage To my suprise I did see the familiar tree in the left frame but on the right I did not see the contents of the rootfolder but the folder as if a had not typed .../manage i.e the rendered index_html. Does anyone have an idea what is going on? Thanks in advance for any clues. I use Zope 2.3.1 (binary release, python 1.5.2, win32-x86)
Wim Stolker
"Stolker," == Stolker, Wim <Wim.Stolker@Getronics.com> writes:
Stolker,> I maintain a Zope application that basically doesn't Stolker,> need any maintance ( lucky me!) However a problem crept Stolker,> up so I went to look via the management interface Stolker,> ...../manage To my suprise I did see the familiar tree Stolker,> in the left frame but on the right I did not see the Stolker,> contents of the rootfolder but the folder as if a had Stolker,> not typed .../manage i.e the rendered index_html. Does Stolker,> anyone have an idea what is going on? It's a little difficult to tell with your ... syntax. Did you have http://some.host.org:8080/manage or http://some.host.org:8080/some/path/manage Normally, when you get the contents listing that you desire, there are other tabs (like View, Properties, Security). For Folder, like the root folder, Contents is the default view. I know for ZClasses the default view can be changed, for example, to View to render index_html, which would account for what you are seeing. So if you are visiting http://some.host.org:8080/some/path/manage and 'path' is a ZClass, then some other admin may have changed the default view of that ZClass to index_html. I suspect the same can be done for the root folder, but I don't know how. Cheers, John Hunter
Stolker, Wim writes:
I maintain a Zope application that basically doesn't need any maintance ( lucky me!) However a problem crept up so I went to look via the management interface ...../manage To my suprise I did see the familiar tree in the left frame but on the right I did not see the contents of the rootfolder but the folder as if a had not typed .../manage i.e the rendered index_html. Does anyone have an idea what is going on? Old IE 5.0 browsers do not send authentication information automatically to subtrees of the website. In this case, the right frames sees an anonymous user and shows it the only thing, he is allowed to see: the "index_html".
If this is the case for you, upgrade to IE 5.5 or higher. Dieter
participants (3)
-
Dieter Maurer -
John Hunter -
Stolker, Wim