eea / eea.progressbar

Workflow/editing progress tools for Plone
http://eea.github.com/docs/eea.progressbar
2 stars 7 forks source link

Migrating Plone Breaks eea.progressbar #1

Closed maruberto closed 9 years ago

maruberto commented 9 years ago

I migrated my Plone site but didn't pin the versions for addons. I now have a broken addon that I cannot update or uninstall. In the addons control panel I have this message. "This add-on has been upgraded. Old profile version was 2.2. New profile version is 3.0. Upgrade:" And all pages contain this error: error while rendering eea.progressbar error while rendering eea.progresstrail error while rendering eea.progressmetadata

Clicking the deactivate link gives the following error: 2015-04-21T16:28:08 ERROR Zope.SiteErrorLog 1429648088.150.677553329487 http://cardadmin/portal_quickinstaller/uninstallProducts Traceback (innermost last): Module ZPublisher.Publish, line 146, in publish Module Zope2.App.startup, line 301, in commit Module transaction._manager, line 89, in commit Module transaction._transaction, line 329, in commit Module transaction._transaction, line 443, in _commitResources Module ZODB.Connection, line 567, in commit Module ZODB.Connection, line 623, in _commit Module ZODB.Connection, line 658, in _store_objects Module ZODB.serialize, line 422, in serialize Module ZODB.serialize, line 431, in _dump PicklingError: Can't pickle <class 'eea.annotator.browser.interfaces.ILayer'>: import of module eea.annotator.browser.interfaces$

How do I get rid of this? I tried removing it from buildout and re-run buildout. No help. My installation info is:

Plone 4.3.2 (4307)

CMF 2.2.7

Zope 2.13.21

Python 2.7.6 (default, Mar 22 2014, 22:59:56) [GCC 4.8.2]

PIL 1.7.8 (Pillow)
maruberto commented 9 years ago

duplicate