No access to ZMI but plone instances work
Hi there, after an upgrade from debian woody to debian sarge I do have the problem that I can not access the ZMI any more. I. e. if I do some.domain.com:8080/manage my browser is unable to show the page and complains about: text/x-unknown-content-type. But if I access a plone instance located in some.domain.com:8080/ploneInstance all works as expected. It seems that the zmi page in zope does not "deliver" the right content type for the browser to handle while the plone instances do... This I tested with different browsers on different machines. So I think it is a zope issue. But what to do now? Zope and python is compiled from source and was just not changed during the woody to sarge upgrade. Using: python 2.3.5 zope 2.7.6 -- cu, Michael --------------------------- | mz-list@incunabulum.de | --------------------------
Michael Zimmermann wrote at 2005-9-21 12:57 +0200:
after an upgrade from debian woody to debian sarge I do have the problem that I can not access the ZMI any more. I. e. if I do some.domain.com:8080/manage my browser is unable to show the page and complains about: text/x-unknown-content-type.
Use a TCP-Logger (e.g. Shanes "tcpwatch") to see precisely what data is exchanged between the browser and Zope. -- Dieter
participants (2)
-
Dieter Maurer -
Michael Zimmermann