Plone 3.3.1 and Chameleon

1 message Options
Embed this post
Permalink
Steffen Müthing () Plone 3.3.1 and Chameleon
Reply Threaded More More options
Print post
Permalink
Hi everybody,

I'm still rather new to Plone, so perhaps I'm just missing something obvious...

I am building a website on Plone and for the production server, I wanted to use the great
"uber-buildout" posted on Martin Aspeli's site: http://www.martinaspeli.net/articles/new-uber-buildout-with-repoze-and-deliverance. Unfortunately, that buildout seems to pull in the Chameleon templating engine for the collective.fourohfour error view, which in turn refuses to render with this stack trace:

http://pastie.org/676999

I thought that maybe I needed to enable cmf.pt (to enable some support features in CMF), but then even the start page of a fresh Plone Site fails to render with

http://pastie.org/677002

So I'm stuck without a working HTTP 404 view...

Are Plone < 4.0 and Chameleon completely incompatible, or does someone know an easy (or at least doable) fix? I already noticed that some templates do not render in Chameleon yet, (e.g. the ZMI view of the PloneLanguageTool, which contains markup that is not valid XHTML), but that is something that I know how to fix.

I'd really appreciate any help.

Steffen Müthing