Moin, I've patched my Plone 2.1/Zope 2.9.0/Python 2.4.2/COREBlog 2_09b instance which the stx_18n_patch [0] from zope.org so that I can use UTF-8 characters in structured text links. Plone works great but COREBlog gives me an error after saving an entry. Here is the traceback:
Traceback (innermost last): Module ZPublisher.Publish, line 113, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 40, in call_object Module Products.CMFPlone.FactoryTool, line 368, in __call__ Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 40, in call_object Module Products.CMFFormController.FSControllerPageTemplate, line 102, in __call__ Module Products.CMFFormController.BaseControllerPageTemplate, line 43, in _call Module Products.CMFFormController.ControllerBase, line 247, in getNext Module Products.CMFFormController.Actions.TraverseTo, line 36, in __call__ Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 40, in call_object Module Products.CMFFormController.FSControllerPythonScript, line 109, in __call__ Module Products.CMFFormController.Script, line 141, in __call__ Module Products.CMFCore.FSPythonScript, line 108, in __call__ Module Shared.DC.Scripts.Bindings, line 311, in __call__ Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec Module Products.CMFCore.FSPythonScript, line 163, in _exec Module None, line 4, in content_edit_proxy - <FSControllerPythonScript at /ipl/content_edit_proxy used for /ipl/Members/matthias/blog/portal_factory/COREBlogEntry/coreblogentry.2006-04-27.6616219391> - Line 4 Module Products.CMFCore.FSPythonScript, line 108, in __call__ Module Shared.DC.Scripts.Bindings, line 311, in __call__ Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec Module Products.CMFCore.FSPythonScript, line 163, in _exec Module None, line 11, in content_edit_impl - <FSPythonScript at /ipl/content_edit_impl used for /ipl/Members/matthias/blog/portal_factory/COREBlogEntry/coreblogentry.2006-04-27.6616219391> - Line 11 Module Products.Archetypes.BaseObject, line 631, in processForm Module Products.Archetypes.BaseObject, line 620, in _processForm - __traceback_info__: (<COREBlogEntry at /ipl/Members/matthias/blog/coreblogentry.2006-04-27.6616219391>, <Field body(text:rw)>, <bound method COREBlogEntry.setBody of <COREBlogEntry at /ipl/Members/matthias/blog/coreblogentry.2006-04-27.6616219391>>) Module Products.Archetypes.utils, line 143, in mapply Module Products.COREBlog2.content.coreblogentry, line 358, in setBody TypeError: decoding Unicode is not supported Any hints? Matthias [0] http://www.zope.org/Members/kedder/stx_18n_patch _______________________________________________ COREblog-en mailing list [email protected] http://postaria.com/cgi-bin/mailman/listinfo/coreblog-en Unsubscription writing to [EMAIL PROTECTED]
