Ticket #4248 (closed Bug: invalid)

Opened 7 years ago

AttributeError: WorkflowInformation instance has no attribute 'object'

Reported by: davconvent Owned by:
Priority: critical Milestone: 2.1
Component: Upgrade/Migration Keywords:
Cc:

Description

After migrating an existing Plone 2.1 site from Plone 2.1 / CMF 1.4 to Plone 2.1 / CMF 1.5, I get this error after logging in the portal:

Traceback (innermost last):

Module ZPublisher.Publish, line 101, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 39, in call_object Module Products.CMFFormController.FSControllerPythonScript, line 105, in call Module Products.CMFFormController.Script, line 141, in call Module Products.CMFCore.FSPythonScript, line 108, in call Module Shared.DC.Scripts.Bindings, line 306, in call Module Shared.DC.Scripts.Bindings, line 343, in _bindAndExec Module Products.CMFCore.FSPythonScript, line 163, in _exec Module None, line 20, in logged_in

  • <FSControllerPythonScript at /Mars/logged_in>
  • Line 20

Module Products.CMFMember.content.member, line 622, in setProperties Module Products.CMFMember.content.member, line 968, in update Module Products.CMFMember.Extensions.Workflow, line 16, in triggerAutomaticTransitions Module Products.CMFCore.WorkflowTool, line 269, in getActionsFor Module Products.CMFCore.WorkflowTool, line 235, in listActions

AttributeError: WorkflowInformation instance has no attribute 'object'

Change History

comment:1 Changed 7 years ago by geoff

  • Status changed from new to closed
  • Resolution set to invalid

This appears to be a CMFMember issue. CMFMember is not yet compatible with Plone 2.1. Please file a CMFMember bug.

Note: See TracTickets for help on using tickets.