[Zope] Problem with ZMI left frame ...
Dieter Maurer
dieter@handshake.de
Tue, 29 Oct 2002 17:17:55 +0100
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