#19 — rtSpellCheck

StateResolved
Version: 2.4.1
AreaUser interface
Issue typeBug
SeverityMedium
Submitted byBeren Erchamion
Submitted onApr 08, 2007
Responsible
Target release:
Return to tracker
Last modified on Jan 08, 2009 by Matthew Wilkes


I've installed FCKEditor on Plone 2.5.2, Zope 2.9.6. This is the first time i've installed this product. I'm getting an error that says this:

Unknown toolbar item in "rtSpellCheck"

This error shows up in a pop-up box when I try to edit a page after enabling FCK. If I click the ok button, the page will load up with the editor, but there is no spell check button on the toolbar.

If I go into the properties and switch to a custom menu and change the "rtSpellCheck" to just "SpellCheck", the error goes away and I can see a spell checker icon on the toolbar, but its greyed out.

What's going on and how can I fix this?

Beren
Added byBeren ErchamiononApr 08, 2007 01:08 PM
I have done a bit more investigation. I use Apache 2.2 for rewrites. If I go against my plone site directly then I do not get this error. When I go thru the apache server I get the error and I can see in firebug that there's an error showing up in fckplugin.js:

this.storage.getItem(name) has no properties
_getValue("FCKrtSpellCheckactive")fckplugin.js (line 75)
GetValue("rtSpellCheck", "active", false)fckplugin.js (line 169)
rtSpellCheck("rtSpellCheck")fckplugin.js (line 212)
[Break on this error] return this.storage.getItem( name ).toString();

Firebug lists line 75 as the source line in the js file. My apache config is pretty simple, but does use a few rewrite rules for urls; and I'm using CacheFu for caching. Do I need to purge things even though I have not used FCK before?

beren
Added byTimothy ReavesonApr 15, 2007 06:31 PM
I have the same setup, and am getting the same error. Too bad no answer yet.

I hadn't noticed until yesterday that I wasn't getting the error on a local test instance; I'll try and troubleshoot it.
Added byjean-mat GrimaldionApr 16, 2007 07:05 AM
Issue state: unconfirmedopen
Temporary, you can remove the rtspellcheck button through PMI > fck control panel (choose custom toolbar ...).
We'll try to resolve this point for next release.
Added by(anonymous)onMay 01, 2007 12:33 PM
I have the same setup and issue, however by clearing my browser cache, it started working. This based on what I read in faq.txt file.
Added byjean-mat GrimaldionMay 08, 2007 11:37 AM
Issue state: openresolved
The problem came from DOM Storage used in rtspellcheck plugin, i don't know why, when using globalStorage in plugin.js, it raises an error through some Apache servers in front of Zope ...

the last plugin version seems to work (fixed on svn)
Added byBeren ErchamiononMay 17, 2007 10:41 AM
Thanks alot for the help! I kind of lost track of this while stuck in something else.

beren

No responses can be added.