Hi,

I have a little problem with CMFFormController when I try to define a new plone site.

- In zope's root, I try to add plone site
- Then I fill the form and get this error :

Site Error

An error was encountered while publishing this resource.

Error Type: AttributeError
Error Value: No Install method found for product CMFFormController


I got this in the event.log file :

------
2006-04-26T15:07:31 WARNING Quick Installer Tool:  CMFFormController
exceptions.ImportError: No module named GenericSetup.PythonScripts.interfaces
------
2006-04-26T15:07:31 ERROR Zope.SiteErrorLog http://192.168.20.10:9080/manage_addProduct/CMFPlone/manage_addSite
Traceback (most recent call last):
File "/usr/lib/zope/lib/python/ZPublisher/Publish.py", line 114, in publish
   request, bind=1)
 File "/usr/lib/zope/lib/python/ZPublisher/mapply.py", line 88, in mapply
   if debug is not None: return debug(object,args,context)
File "/usr/lib/zope/lib/python/ZPublisher/Publish.py", line 40, in call_object
   result=apply(object,args) # Type s<cr> to step into published object.
File "/usr/lib/zope/lib/python/Products/CMFPlone/Portal.py", line 465, in manage_addSite
   p = gen.create(self, id.strip(), create_userfolder)
File "/usr/lib/zope/lib/python/Products/CMFPlone/Portal.py", line 437, in create
   self.setupPlone(p)
File "/usr/lib/zope/lib/python/Products/CMFPlone/Portal.py", line 392, in setupPlone
   make_plone(p)
File "/usr/lib/zope/lib/python/Products/CMFPlone/migrations/v2/plone2_base.py", line 89, in make_plone
   addFormController(portal)
File "/usr/lib/zope/lib/python/Products/CMFPlone/migrations/v2/plone2_base.py", line 99, in addFormController
   qi.installProduct('CMFFormController',locked=1)
File "/usr/lib/zope/lib/python/Products/CMFQuickInstallerTool/QuickInstallerTool.py", line 307, in installProduct
   install = self.getInstallMethod(p).__of__(portal)
File "/usr/lib/zope/lib/python/Products/CMFQuickInstallerTool/QuickInstallerTool.py", line 156, in getInstallMethod
   raise AttributeError, ('No Install method found for '
AttributeError: No Install method found for product CMFFormController


I'm using Plone 2.1.2 with CMFFormController 2.0.1, found on mandriva cooker.

Does anyone have an idea of the origin of the problem?

Thanks and have a nice day,

Francis Giraldeau
_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup

Reply via email to