Hello,
i'm migrating my plone 2.0.3 to the 2.1.1, and everything went fine in
the ZMI. When i tryed to view my site, there was the error message :
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 Shared.DC.Scripts.Bindings, line 306, in __call__
- Module Shared.DC.Scripts.Bindings, line 343, in _bindAndExec
- Module Products.CMFCore.FSPageTemplate, line 188, in _exec
- Module Products.CMFCore.FSPageTemplate, line 127, in
pt_render
- Module Products.PageTemplates.PageTemplate, line 96, in
pt_render
<FSPageTemplate at /fucid/document_view used for
/fucid/index_html>
- Module TAL.TALInterpreter, line 190, in __call__
- Module TAL.TALInterpreter, line 234, in interpret
- Module TAL.TALInterpreter, line 671, in do_useMacro
- Module TAL.TALInterpreter, line 234, in interpret
- Module TAL.TALInterpreter, line 409, in do_optTag_tal
- Module TAL.TALInterpreter, line 394, in do_optTag
- Module TAL.TALInterpreter, line 389, in no_tag
- Module TAL.TALInterpreter, line 234, in interpret
- Module TAL.TALInterpreter, line 671, in do_useMacro
- Module TAL.TALInterpreter, line 234, in interpret
- Module TAL.TALInterpreter, line 460, in do_setLocal_tal
- Module Products.PageTemplates.TALES, line 221, in evaluate
URL: /fucid/global_pathbar
Line 89, Column 11
_expression_: <PythonExpr portal.breadcrumbs(here)>
Names:
{'container': <PloneSite instance at 40a8dd0>,
'context': <ATDocument at /fucid/index_html>,
'default': <Products.PageTemplates.TALES.Default instance at 0x1264a30>,
'here': <ATDocument at /fucid/index_html>,
'loop': <SafeMapping instance at 17c5c40>,
'modules': <Products.PageTemplates.ZRPythonExpr._SecureModuleImporter instance at 0x126ddc8>,
'nothing': None,
'options': {'args': ()},
'repeat': <SafeMapping instance at 17c5c40>,
'request': <HTTPRequest, URL="" class="moz-txt-link-freetext" href="http://localhost:8080/fucid/index_html/document_view">http://localhost:8080/fucid/index_html/document_view>,
'root': <Application instance at 40ba650>,
'template': <FSPageTemplate at /fucid/document_view used for /fucid/index_html>,
'traverse_subpath': [],
'user': plone}
- Module Products.PageTemplates.ZRPythonExpr, line 47, in
__call__
__traceback_info__: portal.breadcrumbs(here)
- Module Python _expression_ "portal.breadcrumbs(here)", line 1,
in <_expression_>
AttributeError: breadcrumbs
So i supposed that the breadcrumbs was the last obstacle for the full
migration. I decided tot get rid of my /custom/global_pathbar and
deleted it from the /custom folder. From that point, my zope (and plone
obviously) freezed. Waiting for localhost... for minutes and minutes.
Th eonly solution i have is to brutaly shut down everything. Is there
anyone who heard about that freezing problem? Is there a way to get
around it?
Thx
|