[Zope-PTK] 0.8.2 member page not found
Fabio Forno
fad@interfree.it
Wed, 09 Aug 2000 21:38:30 +0200
ed colmar wrote:
>
> I am getting the same problem with PTK 0.8.2 not displaying a member's
> homepage. The management screen comes up fine, and all of the other
> objects in the folder work, but not index_html.
>
> I thought it might be an issue with my management account, so I created
> another user "test" and attempted to publish test/index_html. This page
> cannot be found either.
>
> What is going on here? Is anyone else seeing this?
>
You must add this method to the Document class:
def asHTML(self): return index_html(self)
But my problem, as I've written in a previous post, is that older
documents seem not to be aware of this change. I don't understand the
reason of this behaviour, because objects in the ZODB should not store
also their interface and code, am I missing somenthing?
ByE,
Fabio Forno