Upgrade to 2.5.5 from 2.1.2 Errors to Module Products.PlonePAS.tools.groups

1 message Options
Embed this post
Permalink
WebJediToo () Upgrade to 2.5.5 from 2.1.2 Errors to Module Products.PlonePAS.tools.groups
Reply Threaded More More options
Print post
Permalink
Hi,

I am upgrading our Plone 2.1.2 to Plone 2.5.5, then on the road to 3.2.3. It's running on Ubuntu Server 9.04. I followed the directions on Plone.org support - Plone Upgrade Guide.

Everything went smoothly with installing upgraded special products and the Data.fs file. I was able to start up bin/zopectl fg with just a few warnings. Got to the ZMI and was able to do the portal_migrate and portal_atct migration with no errors. I click on the view tab of my Plone site from ZMI and I am able to see the webpage layout with all its contents, very nice. However, once I click on login and login as admin and password. The view tab errors out with the following: could someone give me some pointers as to what the error means? Thanks in advance.

ite Error

An error was encountered while publishing this resource.

AttributeError

Sorry, a site error occurred.
Traceback (innermost last):

Module ZPublisher.Publish, line 196, in publish_module_standard
Module Products.PlacelessTranslationService.PatchStringIO, line 34, in new_publish
Module ZPublisher.Publish, line 146, in publish
Module Zope2.App.startup, line 222, in zpublisher_exception_hook
Module ZPublisher.Publish, line 115, in publish
Module ZPublisher.mapply, line 88, in mapply
Module ZPublisher.Publish, line 41, in call_object
Module Shared.DC.Scripts.Bindings, line 311, in __call__
Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
Module Products.PageTemplates.ZopePageTemplate, line 255, in _exec
Module Products.CacheSetup.patch_cmf, line 68, in PT_pt_render
Module Products.CacheSetup.patch_utils, line 9, in call_pattern
Module Products.PageTemplates.PageTemplate, line 104, in pt_render
<ZopePageTemplate at /Plone/index_html>
Module TAL.TALInterpreter, line 238, in __call__
Module TAL.TALInterpreter, line 281, in interpret
Module TAL.TALInterpreter, line 749, in do_useMacro
Module TAL.TALInterpreter, line 281, in interpret
Module TAL.TALInterpreter, line 457, in do_optTag_tal
Module TAL.TALInterpreter, line 442, in do_optTag
Module TAL.TALInterpreter, line 437, in no_tag
Module TAL.TALInterpreter, line 281, in interpret
Module TAL.TALInterpreter, line 749, in do_useMacro
Module TAL.TALInterpreter, line 281, in interpret
Module TAL.TALInterpreter, line 511, in do_setGlobal_tal
Module Products.PageTemplates.TALES, line 221, in evaluate
URL: /Plone/global_defines
Line 3, Column 0
Expression: <PythonExpr portal.portal_actions.listFilteredActionsFor(here)>
Names:
{'container': <PloneSite at /Plone>,
 'context': <PloneSite at /Plone>,
 'default': <Products.PageTemplates.TALES.Default instance at 0x1cc4300>,
 'here': <PloneSite at /Plone>,
 'loop': <Products.PageTemplates.TALES.SafeMapping object at 0x65c05d0>,
 'modules': <Products.PageTemplates.ZRPythonExpr._SecureModuleImporter instance at 0x1cb4850>,
 'nothing': None,
 'options': {'args': ()},
 'repeat': <Products.PageTemplates.TALES.SafeMapping object at 0x65c05d0>,
 'request': <HTTPRequest, URL=http://localhost:8080/Plone/index_html>,
 'root': <Application at >,
 'template': <ZopePageTemplate at /Plone/index_html>,
 'traverse_subpath': [],
 'user': <PropertiedUser 'admin'>}

Module Products.PageTemplates.ZRPythonExpr, line 47, in __call__
__traceback_info__: portal.portal_actions.listFilteredActionsFor(here)
Module Python expression "portal.portal_actions.listFilteredActionsFor(here)", line 1, in <expression>
Module Products.CMFPlone.ActionsTool, line 47, in listFilteredActionsFor
Module Products.CMFPlone.ActionsTool, line 34, in _getActions
Module Products.CMFCore.ActionProviderBase, line 107, in listActionInfos
Module Products.CMFCore.ActionInformation, line 87, in __getitem__
Module Products.CMFCore.ActionInformation, line 116, in _checkCondition
Module Products.CMFCore.ActionInformation, line 236, in testCondition
Module Products.CMFCore.Expression, line 44, in __call__
Module Products.PageTemplates.ZRPythonExpr, line 47, in __call__
__traceback_info__: member and portal.portal_membership.getHomeFolder() and portal.portal_membership.getAuthenticatedMember().getId() not in portal.portal_groups.getGroupById("group_staff").getGroupMemberIds()
Module Python expression "member and portal.portal_membership.getHomeFolder() and portal.portal_membership.getAuthenticatedMember().getId() not in portal.portal_groups.getGroupById("group_staff").getGroupMemberIds()", line 1, in <expression>
Module Products.GroupUserFolder.GroupDataTool, line 188, in getGroupMemberIds
Module Products.PlonePAS.tools.groupdata, line 226, in getGroupMembers
Module Products.PlonePAS.tools.groups, line 323, in getGroupMembers
Module Products.PlonePAS.tools.groups, line 355, in _getGroupIntrospectors
AttributeError: plugins (Also, the following error occurred while attempting to render the standard error message, please see the event log for full details: plugins)
Edward Soong