Hi, did anyone solve the Problem with MetaCMFAddOn 0.9 and Zope-2.5.1? First of all the the Product was broken. This problem was fixed after commenting out the import of "afterCreate" but there's still an error when trying to create an instance of MetaPublisher(CMF Based): Any hints to solve the following error? TIA, sven Error Type: TypeError Error Value: manage_addTypeInformation() got an unexpected keyword argument 'scriptable' Traceback (innermost last): File /usr/local/zope-2.5.1/lib/python/ZPublisher/Publish.py, line 150, in publish_module File /usr/local/zope-2.5.1/lib/python/ZPublisher/Publish.py, line 114, in publish File /usr/local/zope-2.5.1/lib/python/Zope/__init__.py, line 159, in zpublisher_exception_hook File /usr/local/zope-2.5.1/lib/python/ZPublisher/Publish.py, line 98, in publish File /usr/local/zope-2.5.1/lib/python/ZPublisher/mapply.py, line 88, in mapply (Object: manage_addMetaPublisherCMF) File /usr/local/zope-2.5.1/lib/python/ZPublisher/Publish.py, line 39, in call_object (Object: manage_addMetaPublisherCMF) File /usr/local/zope-2.5.1/lib/python/Products/MetaCMFAddOn/Wrapper.py, line 195, in manage_addMetaPublisherCMF TypeError: (see above)