Problem with Zope 2.7.0-b1
Hi all, The problem I describe here does NOT appear with Zope 2.6.1, nor Zope 2.6.2b4, only with Zope 2.7.. I installed Zope 2.7 with CMF 1.4, Plone 1.1alpha2 and TranslationService 0.4. When I create a Plone site (called dice here) I've got the following error: AssertionError Sorry, a site error occurred. Traceback (innermost last): * Module ZPublisher.Publish, line 161, in publish_module * Module Products.Localizer, line 58, in new_publish * Module ZPublisher.Publish, line 125, in publish * Module Zope.App.startup, line 202, in zpublisher_exception_hook * Module ZPublisher.Publish, line 98, in publish * Module ZPublisher.mapply, line 88, in mapply * Module ZPublisher.Publish, line 39, in call_object * Module Products.CMFCore.PortalContent, line 116, in __call__ * Module Shared.DC.Scripts.Bindings, line 252, in __call__ * Module Shared.DC.Scripts.Bindings, line 283, in _bindAndExec * Module Products.CMFCore.FSPageTemplate, line 189, in _exec * Module Products.CMFCore.FSPageTemplate, line 122, in pt_render * Module Products.PageTemplates.PageTemplate, line 95, in pt_render <FSPageTemplate at /dice/document_view used for /dice/index_html * Module TAL.TALInterpreter, line 200, in __call__ * Module TAL.TALInterpreter, line 244, in interpret * Module TAL.TALInterpreter, line 672, in do_useMacro * Module TAL.TALInterpreter, line 244, 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 244, in interpret * Module TAL.TALInterpreter, line 672, in do_useMacro * Module TAL.TALInterpreter, line 244, in interpret * Module TAL.TALInterpreter, line 614, in do_loop_tal * Module TAL.TALInterpreter, line 244, in interpret * Module TAL.TALInterpreter, line 407, in do_optTag_tal * Module TAL.TALInterpreter, line 389, in no_tag * Module TAL.TALInterpreter, line 244, in interpret * Module TAL.TALInterpreter, line 562, in do_insertTranslation AssertionError: (60, 12) (Also, an error occurred while attempting to render the standard error message.) The behavior is the same with Linux and Windows platform. If you remove translation service, the error disappears (but it used to work with older Zope version. that's why I think the problem is in Zope 2.7). Any idea? Regards, -- Jean
On Friday 25 July 2003 03:59 pm, Jean Baltus wrote:
Hi all,
The problem I describe here does NOT appear with Zope 2.6.1, nor Zope 2.6.2b4, only with Zope 2.7..
I installed Zope 2.7 with CMF 1.4, Plone 1.1alpha2 and TranslationService 0.4. When I create a Plone site (called dice here) I've got the following error:
i got zope2.7+plone1.3(?) running by getting newer TranslationService. maybe that'll help? hth
Jean Baltus wrote:
Hi all,
The problem I describe here does NOT appear with Zope 2.6.1, nor Zope 2.6.2b4, only with Zope 2.7….
I installed Zope 2.7 with CMF 1.4, Plone 1.1alpha2 and TranslationService 0.4. When I create a Plone site (called dice here) I’ve got the following error: ... * Module TAL.TALInterpreter, line 562, in do_insertTranslation
The behavior is the same with Linux and Windows platform. If you remove translation service, the error disappears (but it used to work with older Zope version… that’s why I think the problem is in Zope 2.7).
Indeed, the ZPT spec about i18n:attributes has changed in a incompatible way and Zope 2.7 is only implementing the new spec which - in my opinion - is unacceptable. I am currently trying to resolve the issue and expect a fix soon. Stay tuned. Best regards, Phil
participants (3)
-
Bakhtiar A Hamid -
Jean Baltus -
Philipp von Weitershausen