Re: quick note to Silva trunk setup
Martijn Faassen <[email protected]>
| Newsgroups | gmane.comp.web.zope.silva.devel |
|---|---|
| Message-ID | <[email protected]> |
Roman Joost wrote:
> Just a quick note for people who setup their own Silva Trunk sandbox
> with Zope 2.8.4. If you're using the latest Zope 2.8.4 tarball from
> zope.org[1] you may run into the following ConfigurationError:
>
> ConfigurationError: ('Unknown directive', u'http://namespaces.zope.org/i18n', u'registerTranslations')
>
> This is because of an old Five version(1.0.2) in the zope tarball.
> Installing a recent Five version (1.2b) in your products directory
> should fix this problem.
>
> It's a bit difficult to figure what is causing the problem. I thought
> that the ZCML stuff is handled by the included Five, which is not the
> case (found this [2])
>
> [1] - http://www.zope.org/Products/Zope/2.8.4
> [2] - http://aspn.activestate.com/ASPN/Mail/Message/zope-checkins/2892803
Thanks Roman for the note. Yes, we're indeed using Five 1.2 for the
trunk, which installs safely as a Product and overrides the one in the
Zope 2.8 core. Five 1.2 indeed adds the i18n stuff, the version in Zope
2.8 doesn't.
I did add a note in UPGRADE.txt mentioning the need for Five 1.2, but
haven't updated INSTALL.txt yet.
Regards,
Martijn