Plone 3.3 and TinyMCE 1.1rc3

1 message Options
Embed this post
Permalink
tjones86 () Plone 3.3 and TinyMCE 1.1rc3
Reply Threaded More More options
Print post
Permalink
Hi All

Just did a clean install of Plone 3.3.  All good.

Installed tinyMCE 1.1rc3 through buildout and edit option fails with the following:

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:/usr/local/Plone/buildout-cache/eggs/Products.TinyMCE-1.1rc3-py2.4.egg/Products/TinyMCE/skins/tinymce/wysiwyg_support.pt
   - Line 5, Column 2
   - Expression: <PythonExpr test(member_editor=='', context.portal_properties.site_properties.default_editor.lower(), member_editor)>
   - Names:
      {'container': <PloneSite at /Plone>,
       'context': <ATDocument at /Plone/front-page>,
       'default': ,
       'here': <ATDocument at /Plone/front-page>,
       'loop': {u'field': <Products.PageTemplates.Expressions.PathIterator object at 0xf1a06ec>,
                u'fieldset': <Products.PageTemplates.Expressions.PathIterator object at 0xf1a050c>},
       'nothing': None,
       'options': {'args': (),
                   'state': <Products.CMFFormController.ControllerState.ControllerState object at 0xe4bc52c>},
       'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0xf2ae2ec>,
       'request': <HTTPRequest, URL=http://localhost:8080/Plone/front-page/atct_edit>,
       'root': <Application at >,
       'template': <FSControllerPageTemplate at /Plone/atct_edit used for /Plone/front-page>,
       'traverse_subpath': [],
       'user': <PloneUser 'tim'>}
  Module Products.PageTemplates.ZRPythonExpr, line 49, in __call__
   - __traceback_info__: test(member_editor=='', context.portal_properties.site_properties.default_editor.lower(), member_editor)
  Module PythonExpr, line 1, in <expression>
AttributeError: default_editor

Anyone had a similar experience or suggestions for a fix?  Kupu is working fine.

Regards

Tim