I performed a brand new install of Plone 4.0.4 on SLES 11 SP1, Ubuntu 10.10
and OpenSuse 11.4 and everything went without any problems. I added
PloneBoard 2.2 using the buildout mechanism without any problems. I am able
to create boards, forums and conversations, but whenever I want to access
the conversations previously created I get the following error.
Traceback (innermost last):
Module ZPublisher.Publish, line 127, in publish
Module ZPublisher.mapply, line 77, in mapply
Module ZPublisher.Publish, line 47, in call_object
Module Shared.DC.Scripts.Bindings, line 324, in __call__
Module Shared.DC.Scripts.Bindings, line 361, in _bindAndExec
Module Products.CMFCore.FSPageTemplate, line 240, in _exec
Module Products.CMFCore.FSPageTemplate, line 180, in pt_render
Module Products.PageTemplates.PageTemplate, line 80, in pt_render
Module zope.pagetemplate.pagetemplate, line 113, in pt_render
- Warning: Macro expansion failed
- Warning: : 'support'
Module zope.tal.talinterpreter, line 271, in __call__
Module zope.tal.talinterpreter, line 343, in interpret
Module zope.tal.talinterpreter, line 888, in do_useMacro
Module zope.tal.talinterpreter, line 343, in interpret
Module zope.tal.talinterpreter, line 533, in do_optTag_tal
Module zope.tal.talinterpreter, line 518, in do_optTag
Module zope.tal.talinterpreter, line 513, in no_tag
Module zope.tal.talinterpreter, line 343, in interpret
Module zope.tal.talinterpreter, line 954, in do_defineSlot
Module zope.tal.talinterpreter, line 343, in interpret
Module zope.tal.talinterpreter, line 533, in do_optTag_tal
Module zope.tal.talinterpreter, line 518, in do_optTag
Module zope.tal.talinterpreter, line 513, in no_tag
Module zope.tal.talinterpreter, line 343, in interpret
Module zope.tal.talinterpreter, line 858, in do_defineMacro
Module zope.tal.talinterpreter, line 343, in interpret
Module zope.tal.talinterpreter, line 954, in do_defineSlot
Module zope.tal.talinterpreter, line 343, in interpret
Module zope.tal.talinterpreter, line 533, in do_optTag_tal
Module zope.tal.talinterpreter, line 518, in do_optTag
Module zope.tal.talinterpreter, line 513, in no_tag
Module zope.tal.talinterpreter, line 343, in interpret
Module zope.tal.talinterpreter, line 946, in do_defineSlot
Module zope.tal.talinterpreter, line 343, in interpret
Module zope.tal.talinterpreter, line 858, in do_defineMacro
Module zope.tal.talinterpreter, line 343, in interpret
Module zope.tal.talinterpreter, line 819, in do_loop_tal
Module zope.tales.tales, line 685, in setRepeat
Module zope.tales.tales, line 110, in __init__
Module Products.Ploneboard.batch, line 118, in __getitem__
Module Products.Ploneboard.browser.comment, line 131, in _getComments
Module Products.Ploneboard.browser.comment, line 42, in _buildDict
Module Products.Ploneboard.browser.comment, line 60, in toPloneboardTime
Module Products.Ploneboard.browser.utils, line 42, in toPloneboardTime
Module dateutil.parser, line 698, in parse
Module dateutil.parser, line 302, in parse
Module dateutil.parser, line 350, in _parse
Module dateutil.parser, line 144, in split
TypeError: iter() returned non-iterator of type '_timelex'
This exact error is replicated in the other 2 environments (Ubuntu and
OpenSuse). In the IRC channel I was advised to use pdb and create a
beakpoint in line 42 Products.Ploneboard.browser.utils. I followed
http://plone.org/documentation/kb/using-pdb, but I am just a system
administrator and not a developer, so my knowledge is very limited on how to
proceed to find useful information in the debugger.
--
View this message in context:
http://plone.293351.n2.nabble.com/Ploneboard-2-2-on-PLone-4-0-4-errors-when-try-to-access-a-conversation-tp6248629p6248629.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.