Since I couldn't import my Plone 1.0.5 content at all, I tried a different route. I first migrated the 1.0.5 system to 2.0.3 on another system, then I exported the site, imported it, then migrated to 2.1.1. All appeared to go well. But here the Member's directories seem screwed up. The Member content is accessible but attempting to view any member directory contents produces an error traceback similar to the following:
Traceback (innermost last):
Module ZPublisher.Publish, line 113, in publish
Module ZPublisher.mapply, line 88, in mapply
Module ZPublisher.Publish, line 40, in call_object
Module Shared.DC.Scripts.Bindings, line 311, in __call__
Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
Module Products.CMFCore.FSPageTemplate, line 188, in _exec
Module Products.CMFCore.FSPageTemplate, line 127, in pt_render
Module Products.PageTemplates.PageTemplate, line 104, in pt_render
- <FSPageTemplate at /CBW/folder_contents used for /CBW/Members/Admin>
Module TAL.TALInterpreter, line 206, in __call__
Module TAL.TALInterpreter, line 250, in interpret
Module TAL.TALInterpreter, line 711, in do_useMacro
Module TAL.TALInterpreter, line 250, in interpret
Module TAL.TALInterpreter, line 426, in do_optTag_tal
Module TAL.TALInterpreter, line 411, in do_optTag
Module TAL.TALInterpreter, line 406, in no_tag
Module TAL.TALInterpreter, line 250, in interpret
Module TAL.TALInterpreter, line 711, in do_useMacro
Module TAL.TALInterpreter, line 250, in interpret
Module TAL.TALInterpreter, line 477, in do_setLocal_tal
Module Products.PageTemplates.TALES, line 221, in evaluate
- URL: file:CMFPlone/skins/plone_templates/global_defines.pt
- Line 3, Column 0
- _expression_: standard:'here/getViewTemplateId|nothing'
- Names:
{'container': <PloneSite at /CBW>,
'context': <PloneFolder at /CBW/Members/Admin>,
'default': <Products.PageTemplates.TALES.Default instance at 0x01104B98>,
'here': <PloneFolder at /CBW/Members/Admin>,
'loop': <Products.PageTemplates.TALES.SafeMapping object at 0x05FAFD78>,
'modules': <Products.PageTemplates.ZRPythonExpr._SecureModuleImporter instance at 0x010F2DC8>,
'nothing': None,
'options': {'args': ()},
'repeat': <Products.PageTemplates.TALES.SafeMapping object at 0x05FAFD78>,
'request': <HTTPRequest, URL="" href="http://n3.coursesbywire.com:8080/CBW/Members/Admin/folder_contents">http://n3.coursesbywire.com:8080/CBW/Members/Admin/folder_contents>,
'root': <Application at >,
'template': <FSPageTemplate at /CBW/folder_contents used for /CBW/Members/Admin>,
'traverse_subpath': [],
'user': Admin}
Module Products.PageTemplates.Expressions, line 185, in __call__
Module Products.PageTemplates.Expressions, line 180, in _eval
Module Products.PageTemplates.Expressions, line 77, in render
Module Products.PageTemplates.ZRPythonExpr, line 76, in call_with_ns
Module Products.CMFCore.FSPythonScript, line 103, in __render_with_namespace__
Module Shared.DC.Scripts.Bindings, line 325, in __render_with_namespace__
Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
Module Products.CMFCore.FSPythonScript, line 163, in _exec
Module None, line 13, in getViewTemplateId
- <FSPythonScript at /CBW/getViewTemplateId used for /CBW/Members/Admin>
- Line 13
Module Products.CMFCore.FSPythonScript, line 108, in __call__
Module Shared.DC.Scripts.Bindings, line 311, in __call__
Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
Module Products.CMFCore.FSPythonScript, line 163, in _exec
Module None, line 5, in lookupTypeAction
- <FSPythonScript at /CBW/lookupTypeAction used for /CBW/Members/Admin>
- Line 5
AttributeError: 'NoneType' object has no attribute 'getActionById'
I do notice that my migrated Members directory has a type of "ATfolder" while the one created in a non migrated 2.1.1 site has type of "ATBTreeFolder" which I suspect is somehow related to the problem.
Is there any previous to 2.1.1 version of Plone where the content will migrate correctly?
_______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
