pDocumentTemplate not compatible with cDocumentTemplate in Zope 2.6.4
I'm trying to look what happens in pDocumentTemplate by temporarily removing cDocumentTemplate, but when I remove cDocumentTemplate I get a "TypeError: object of type 'list' is not callable" in Module DocumentTemplate.pDocumentTemplate, line 210, in render_blocks when trying to access a simple DTML Method (or http://localhost/manage). It seems like the pDocumentTemplate is broken? -- Johan Carlsson Tel: + 46 8 31 24 94 Colliberty Mob: + 46 70 558 25 24 Torsgatan 72 Email: johanc@easypublisher.com SE-113 37 STOCKHOLM Skype: colliberty
Johan Carlsson wrote at 2004-3-20 13:19 +0100:
I'm trying to look what happens in pDocumentTemplate by temporarily removing cDocumentTemplate, but when I remove cDocumentTemplate I get a "TypeError: object of type 'list' is not callable" in Module DocumentTemplate.pDocumentTemplate, line 210, in render_blocks when trying to access a simple DTML Method (or http://localhost/manage).
It seems like the pDocumentTemplate is broken?
That happens with components not used for ages... -- Dieter
Dieter Maurer wrote:
It seems like the pDocumentTemplate is broken?
That happens with components not used for ages...
Stick it in the collector :-/ Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
participants (3)
-
Chris Withers -
Dieter Maurer -
Johan Carlsson