2017-10-27 11 views
0

가져 오기 실패 http://127.0.0.1:8080/Plone/en/manage_importObjectPlone4.3. *에서 zonep를 Plone5.1rc로 가져 오지 못했습니다.

이 메시지는 무엇을 의미합니까?

uid_catalog를 추가하는 방법은 무엇입니까?

Traceback (innermost last): 
    Module ZPublisher.Publish, line 138, in publish 
    Module ZPublisher.mapply, line 77, in mapply 
    Module ZPublisher.Publish, line 48, in call_object 
    Module OFS.ObjectManager, line 627, in manage_importObject 
    Module OFS.ObjectManager, line 649, in _importObjectFromFile 
    Module Products.BTreeFolder2.BTreeFolder2, line 461, in _setObject 
    Module zope.event, line 31, in notify 
    Module zope.component.event, line 24, in dispatch 
    Module zope.component._api, line 136, in subscribers 
    Module zope.component.registry, line 321, in subscribers 
    Module zope.interface.adapter, line 585, in subscribers 
    Module zope.component.event, line 32, in objectEventNotify 
    Module zope.component._api, line 136, in subscribers 
    Module zope.component.registry, line 321, in subscribers 
    Module zope.interface.adapter, line 585, in subscribers 
    Module OFS.subscribers, line 110, in dispatchObjectMovedEvent 
    Module OFS.subscribers, line 143, in callManageAfterAdd 
    Module Products.Archetypes.BaseFolder, line 95, in manage_afterAdd 
    Module Products.Archetypes.BaseObject, line 160, in manage_afterAdd 
    - __traceback_info__: (<ATFolder at /Plone/en/news>, <ATFolder at /Plone/en/news>, <Folder at /Plone/en>) 
    Module Products.Archetypes.Referenceable, line 242, in manage_afterAdd 
    Module Products.Archetypes.Referenceable, line 212, in _updateCatalog 
    Module Products.CMFCore.utils, line 13, in check_getToolByName 
    Module Products.CMFCore.utils, line 120, in getToolByName 
AttributeError: uid_catalog 
+0

추가 같은 버전의 Plone 사이트 간. 다른 주요 버전들 사이에서도 당신을 위해 일한 것처럼 보인 것이 놀랍습니다. –

+0

@ ida-ebkes 감사합니다. 나는 참조 페이지가 다른 버전들 사이에 캔트 가져 오기라고 말했다. '데이터는 Python 내부 데이터 구조의 원시 덤프입니다. 즉, 소스 및 대상 Plone 버전이 호환 가능해야합니다. 예를 들어, Plone 3에서 Plone 4 로의 내보내기는 불가능합니다. "https://docs.plone.org/develop/plone/content/importexport.html#zope-2-import-export – hrht461

답변