ConfigurationError ... u'registerTranslations'

by Steve McMahon last modified Dec 30, 2008 05:51 PM
ConfigurationError: ('Unknown directive', u'http://namespaces.zope.org/i18n', u'registerTranslations') with Zope 2.8.x / Plone 2.1.x and PloneFormGen 1.1.

Early versions of Five did not support the "registerTranslations" directive in PloneFormGen's configure.zcml.

You have two options:

Easy, but needs to be repeated whenever you update
Delete or rename PloneFormGen's configure.zcml.
Harder, but saves work in the future
Upgrade your version of Five to version 1.2.x (the last version of Five compatible with Zope 2.8.x).