[Zope] Subfolder problem (acquisition?)
Oleg Broytmann
phd@phd.russ.ru
Wed, 12 Jul 2000 12:27:39 +0000 (GMT)
Hello! I've got a problem.
Site:
/
index_html (DTML Document)
logo.gif (Image)
standard_html_footer
sub (Folder, empty)
Footer:
<p><dtml-var logo.gif></p>
<p><a href="<dtml-var URL0>/view_source">View DTML Source</a></p>
</BODY></HTML>
I can see the root index_html, but I can't see sub folder -
AttributeError.
I think when I view "sub", it acquire index_html from root, but what is
the problem with AttributeError?
http://phd.russ.ru/pcgi/TEST/index_html
http://phd.russ.ru/pcgi/TEST/sub/
Export: http://phd.russ.ru/~phd/Software/Zope/TEST.zexp
Anyone have an idea? I am totally puzzled. Seems I missed something about
acquisition...
Oleg. (All opinions are mine and not of my employer)
----
Oleg Broytmann National Research Surgery Centre http://sun.med.ru/~phd/
Programmers don't die, they just GOSUB without RETURN.