1

ZMI の portal_types ツールに [エイリアス] タブがあることに気付いたとき、自分のサイトに関係のない問題をデバッグしようとしていました。私の Plone 4.1.5 サイトで dexterity を使用してアクセスしようとしても応答がありません。次のエラーが記録されます。

Traceback (innermost last):
 Module ZPublisher.Publish, line 126, in publish
 Module ZPublisher.mapply, line 77, in mapply
 Module ZPublisher.Publish, line 46, in call_object
 Module Shared.DC.Scripts.Bindings, line 322, in __call__
 Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec
 Module Products.PageTemplates.PageTemplateFile, line 130, in _exec
 Module Products.PageTemplates.PageTemplate, line 79, in pt_render
 Module zope.pagetemplate.pagetemplate, line 126, in pt_render
  - Warning: Compilation failed
  - Warning: exceptions.SyntaxError: invalid syntax (4c47ca874ec06dbf9207ed3a51ff9bb29425ee06.py, line 4)
PTRuntimeError: ['Compilation failed', 'exceptions.SyntaxError: invalid syntax (4c47ca874ec06dbf9207ed3a51ff9bb29425ee06.py, line 4)']

私が管理している別の Plone 3.3.6 サイトで動作しています。

このビューは Plone 4.1 でもまだサポートされていますか?

4

1 に答える 1

1

vangeemが言うように、これはカメレオンの問題です

https://github.com/malthe/chameleon/issues/114

于 2012-05-24T06:59:02.483 に答える