I can't run Plone on Zope 2.6.0 and I wonder what I did wrong. I first installed the latest CMF and then unpacked Plone subdirs to the Products dir. Anybody can give me a hand? Raphael --------------------- ./start -w 8000 ------ 2003-01-16T23:22:23 INFO(0) zdaemon Started subprocess: pid 14470 Ack. MigrationTool could not be found ------ 2003-01-16T23:22:24 ERROR(200) Zope Could not import Products.CMFPlone Traceback (innermost last): Module OFS.Application, line 541, in import_product Module Products.CMFPlone, line 4, in ? ImportError: cannot import name CachingPolicyManager ------ 2003-01-16T23:22:24 ERROR(200) Zope Could not import Products.DCWorkflow Traceback (innermost last): Module OFS.Application, line 541, in import_product Module Products.DCWorkflow, line 19, in ? Module Products.DCWorkflow.DCWorkflow, line 44, in ? Module Products.DCWorkflow.Transitions, line 29, in ? Module Products.DCWorkflow.Guard, line 28, in ? Module Products.DCWorkflow.Expression, line 25, in ? ImportError: No module named Expression ------ 2003-01-16T23:22:24 INFO(0) ForensicLogger not started. No log type specified in FORENSIC_LOGGER environment variable (ie. BigMLinuxLogger, ExternalLinuxLogger)
Raphael Arlitt wrote at 2003-1-16 23:23 +0100:
I can't run Plone on Zope 2.6.0 and I wonder what I did wrong. I first installed the latest CMF and then unpacked Plone subdirs to the Products dir. .... 2003-01-16T23:22:23 INFO(0) zdaemon Started subprocess: pid 14470 Ack. MigrationTool could not be found ------ 2003-01-16T23:22:24 ERROR(200) Zope Could not import Products.CMFPlone Traceback (innermost last): Module OFS.Application, line 541, in import_product Module Products.CMFPlone, line 4, in ? ImportError: cannot import name CachingPolicyManager You need a more up to date CMF distribution...
Dieter
participants (2)
-
Dieter Maurer -
Raphael Arlitt