[Product-Developers] ComponentLookupError while adding Dexterity Content type

Martin Aspeli optilude+lists at gmail.com
Thu Jul 21 07:42:59 UTC 2011


Hi,

On 21 July 2011 03:50, Noe Nieto <nnieto at noenieto.com> wrote:
> I have a content-type made with dexterit (by using dexterity.zopeskel). When
> I try to add it to a folder I get this error:
>
> 2011-07-20 21:48:38 ERROR Zope.SiteErrorLog 1311216518.810.275354527094
> http://127.0.0.1:8002/Plone/++add++libroweb.bizrules.cliente
> Traceback (innermost last):
>   Module ZPublisher.Publish, line 126, in publish
>   Module ZPublisher.mapply, line 77, in mapply
>   Module ZPublisher.Publish, line 46, in call_object
>   Module plone.z3cform.layout, line 70, in __call__
>   Module plone.z3cform.layout, line 54, in update
>   Module plone.z3cform.fieldsets.extensible, line 58, in update
>   Module plone.autoform.form, line 28, in updateFields
>   Module plone.autoform.base, line 54, in updateFieldsFromSchemata
>   Module plone.dexterity.browser.base, line 25, in schema
>   Module zope.component._api, line 169, in getUtility
> ComponentLookupError: (<InterfaceClass
> plone.dexterity.interfaces.IDexterityFTI>, 'libroweb.bizrules.cliente')

It means it can't find the local utility registration for the FTI for
your type named libroweb.bizrules.cliente.

Why it's lost the registration I don't know...

Martin


More information about the Product-Developers mailing list