Op 21-07-10 09:07, Flo0502 schreef: > > Hi, > I upgraded Plone from 3.1.7 --> 3.3.5 > Everything was ok with the upgrade, but when i try to open a news articel or > something with text there is always this error message: > > Exception Type IndexError > Exception Value list index out of range > > Traceback (innermost last): > > * Module ZPublisher.Publish, line 119, in publish > * Module ZPublisher.mapply, line 88, in mapply > * Module ZPublisher.Publish, line 42, in call_object > * Module Shared.DC.Scripts.Bindings, line 313, in __call__ > * Module Shared.DC.Scripts.Bindings, line 350, in _bindAndExec > * Module Products.CMFCore.FSPageTemplate, line 216, in _exec > * Module Products.CMFCore.FSPageTemplate, line 155, in pt_render > * Module Products.PageTemplates.PageTemplate, line 98, in pt_render > * Module zope.pagetemplate.pagetemplate, line 117, in pt_render > * Module zope.tal.talinterpreter, line 271, in __call__ > * Module zope.tal.talinterpreter, line 346, in interpret > * Module zope.tal.talinterpreter, line 891, in do_useMacro > * Module zope.tal.talinterpreter, line 346, in interpret > * Module zope.tal.talinterpreter, line 536, in do_optTag_tal > * Module zope.tal.talinterpreter, line 521, in do_optTag > * Module zope.tal.talinterpreter, line 516, in no_tag > * Module zope.tal.talinterpreter, line 346, in interpret > * Module zope.tal.talinterpreter, line 957, in do_defineSlot > * Module zope.tal.talinterpreter, line 346, in interpret > * Module zope.tal.talinterpreter, line 536, in do_optTag_tal > * Module zope.tal.talinterpreter, line 521, in do_optTag > * Module zope.tal.talinterpreter, line 516, in no_tag > * Module zope.tal.talinterpreter, line 346, in interpret > * Module zope.tal.talinterpreter, line 861, in do_defineMacro > * Module zope.tal.talinterpreter, line 346, in interpret > * Module zope.tal.talinterpreter, line 957, in do_defineSlot > * Module zope.tal.talinterpreter, line 346, in interpret > * Module zope.tal.talinterpreter, line 536, in do_optTag_tal > * Module zope.tal.talinterpreter, line 521, in do_optTag > * Module zope.tal.talinterpreter, line 516, in no_tag > * Module zope.tal.talinterpreter, line 346, in interpret > * Module zope.tal.talinterpreter, line 536, in do_optTag_tal > * Module zope.tal.talinterpreter, line 525, in do_optTag > * Module zope.tal.talinterpreter, line 346, in interpret > * Module zope.tal.talinterpreter, line 949, in do_defineSlot > * Module zope.tal.talinterpreter, line 346, in interpret > * Module zope.tal.talinterpreter, line 861, in do_defineMacro > * Module zope.tal.talinterpreter, line 346, in interpret > * Module zope.tal.talinterpreter, line 586, in do_setLocal_tal > * Module zope.tales.tales, line 696, in evaluate > URL: > file:/srv/Plone335/buildout-cache/eggs/Plone-3.3.5-py2.4.egg/Products/CMFPlone/skins/plone_content/newsitem_view.pt > Line 11, Column 4 > Expression:<PythonExpr here.CookedBody(stx_level=2)> > Names: > ...... > > may someone can help me :-)
You can start by pasting the *complete* traceback. In python tracebacks, the most important lines are usually the last ones. Cheers, -- Maurits van Rees Programmer, Zest Software _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
