KeyError: 'Fax' during zexp import

1 message Options
Embed this post
Permalink
Getmoresoon () KeyError: 'Fax' during zexp import
Reply Threaded More More options
Print post
Permalink
Hi folks.
Any suggestions on getting past a zexp import error? Doing a migration/upgrade from Plone 2.1.3 to 2.5.5, and after getting past rediscovering all the required Products and other odd bugs between versions that I've needed, I'm stuck at this failure: Exception Type   KeyError Exception Value 'Fax'

Server deets:
SERVER_SOFTWARE 'Zope/(Zope 2.9.8-final, python 2.4.4, sunos5) ZServer/1.1 Plone/2.5.5'

Here's the full Traceback:
Traceback (innermost last):
  Module ZPublisher.Publish, line 115, in publish
  Module ZPublisher.mapply, line 88, in mapply
  Module ZPublisher.Publish, line 41, in call_object
  Module OFS.ObjectManager, line 588, in manage_importObject
  Module OFS.ObjectManager, line 610, in _importObjectFromFile
  Module OFS.ObjectManager, line 333, in _setObject
  Module zope.event, line 23, in notify
  Module zope.app.event.dispatching, line 66, in dispatch
  Module zope.component, line 181, in subscribers
  Module zope.component.site, line 89, in subscribers
  Module zope.interface.adapter, line 481, in subscribers
  Module zope.app.event.objectevent, line 192, in objectEventNotify
  Module zope.component, line 181, in subscribers
  Module zope.component.site, line 89, in subscribers
  Module zope.interface.adapter, line 481, in subscribers
  Module OFS.subscribers, line 114, in dispatchObjectMovedEvent
  Module OFS.subscribers, line 144, in callManageAfterAdd
  Module Products.CMFCore.CMFCatalogAware, line 203, in manage_afterAdd
  Module Products.CMFCore.CMFCatalogAware, line 239, in __recurse
  Module Products.ATContentTypes.content.folder, line 77, in manage_afterAdd
  Module Products.Archetypes.BaseFolder, line 96, in manage_afterAdd
  Module Products.CMFCore.CMFCatalogAware, line 203, in manage_afterAdd
  Module Products.CMFCore.CMFCatalogAware, line 239, in __recurse
  Module Products.ATContentTypes.content.folder, line 77, in manage_afterAdd
  Module Products.Archetypes.BaseFolder, line 96, in manage_afterAdd
  Module Products.CMFCore.CMFCatalogAware, line 203, in manage_afterAdd
  Module Products.CMFCore.CMFCatalogAware, line 239, in __recurse
  Module Products.ATContentTypes.content.folder, line 77, in manage_afterAdd
  Module Products.Archetypes.BaseFolder, line 96, in manage_afterAdd
  Module Products.CMFCore.CMFCatalogAware, line 203, in manage_afterAdd
  Module Products.CMFCore.CMFCatalogAware, line 239, in __recurse
  Module Products.Archetypes.BaseFolder, line 96, in manage_afterAdd
  Module Products.CMFCore.CMFCatalogAware, line 202, in manage_afterAdd
  Module Products.Archetypes.CatalogMultiplex, line 36, in indexObject
  Module Products.CMFPlone.CatalogTool, line 357, in catalog_object
  Module Products.CacheSetup.patch, line 87, in catalog_object
  Module Products.CacheSetup.patch_utils, line 6, in call
  Module Products.ZCatalog.ZCatalog, line 567, in catalog_object
  Module Products.ZCatalog.Catalog, line 360, in catalogObject
  Module Products.PluginIndexes.common.UnIndex, line 235, in index_object
  Module Products.PluginIndexes.common.UnIndex, line 244, in _index_object
  Module Products.PluginIndexes.common.UnIndex, line 276, in _get_object_datum
  Module Products.Archetypes.ClassGen, line 58, in generatedAccessor
  Module Products.Archetypes.Schema, line 233, in __getitem__
KeyError: 'Fax'

I am at a loss, and I'm VERY unfamiliar with this product (but picking up the pieces fast).. being begged by another party to help! Any assistance greatly appreciated. Thanks!

R Little