Oh I forgot to mention, the problem is the "Path" section of my root objects isn't getting used ... It tries /p_/pl instead of /site/p_/pl, as it should ... J.F. -----Original Message----- From: Jean-Francois.Doyon@CCRS.NRCan.gc.ca [mailto:Jean-Francois.Doyon@CCRS.NRCan.gc.ca] Sent: Monday, October 28, 2002 1:10 PM To: zope@zope.org Subject: [Zope] Problem with ZMI left frame ... Hello, On friday, I swtich my Zope setup to use Apache+mod_proxy+ZServer instead of Squid+Apache+FastCGI ... And all this went very well, and seems to work better than what I had before ... Just one slightly odd behavior though ... In the ZMI, the left frame, with the expandable tree, the "+" signs appear as broken images !! I've tried quickly to figure out where the logic is that implements this, but can't find it ... I have SiteRoot object, and everything else on the site and ZMI works just fine ... just not THAT one ... Could someone point me in the right direction ? Thanks ... Jean-François Doyon Internet Service Development and Systems Support GeoAccess Division Canada Center for Remote Sensing Natural Resources Canada http://atlas.gc.ca Phone: (613) 992-4902 Fax: (613) 947-2410 _______________________________________________ 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 )
Jean-Francois.Doyon@CCRS.NRCan.gc.ca writes:
Oh I forgot to mention, the problem is the "Path" section of my root objects isn't getting used ...
It tries /p_/pl instead of /site/p_/pl, as it should ... The problem is almost surely in "TreeDisplay/TreeTag:335".
It uses (the old, not virtual host aware) "SCRIPT_NAME" while it should use "BASE1". You can verify this by looking at the REQUEST object (<dtml-var REQUEST>). When I am right, then "SCRIPT_NAME" will not contain your "Path", "BASE1" will. If I am right, please file a Bug+Solution report to <http://www.collector.org/Zope". Dieter
participants (2)
-
Dieter Maurer -
Jean-Francois.Doyon@CCRS.NRCan.gc.ca