Ticket #13970 (new Bug)
Opened 2 years ago
[TinyMCE] AttributeError: _v_eek | no Editor/Input Field visible
Reported by: | mig.graf@… | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | Unknown | Version: | 4.3 |
Keywords: | TinyMCE | Cc: |
Description
I am getting error on a clean Plone 4.3.2 buildout
I get no error in fg-mode, or error_log!
Firebug Network
GET http://localhost:8080/Plone/plugins/plonelink/editor_plugin.js 500 Internal Server Error
<h2>Site Error</h2> <p>An error was encountered while publishing this resource. </p> <p><strong><type 'exceptions.AttributeError'></strong></p> Sorry, a site error occurred.<p><p>Traceback (innermost last):</p> <ul> <li> Module ZPublisher.Publish, line 249, in publish_module_standard</li> <li> Module ZPublisher.Publish, line 177, in publish</li> <li> Module plone.app.linkintegrity.monkey, line 21, in zpublisher_exception_hook_wrapper</li> <li> Module Zope2.App.startup, line 272, in __call__</li> <li> Module OFS.SimpleItem, line 266, in raise_standardErrorMessage</li> <li> Module Products.CMFCore.DirectoryView, line 536, in __delattr__</li> </ul><p>AttributeError: _v_eek </p></p> <hr noshade="noshade"/> <p>Troubleshooting Suggestions</p> <ul> <li>The URL may be incorrect.</li> <li>The parameters passed to this resource may be incorrect.</li> <li>A resource that this resource relies on may be encountering an error.</li> </ul> <p>For more detailed information about the error, please refer to the error log. </p> <p>If the error persists please contact the site maintainer. Thank you for your patience. </p>
My Buildout eggs
eggs +=
wm.sampledata
sauna.reload
Products.Clouseau
Products.PrintingMailHost
Paste
plone.app.debugtoolbar
Note: See
TracTickets for help on using
tickets.