By mattyoung on
I follow this: http://drupal.fckeditor.net/tricks to setup spellcheck. I use 'aspell'. When I do spell check, I get this:
System error: Aspell program execution failed (`/usr/local/bin/aspell -a --lang=en_US --encoding=utf-8 -H --rem-sgml-check=alt < /var/tmp/aspell_data_iFcXwa 2>&1`)
But when I manually enter the command, things seems to work, here is the print out:
@(#) International Ispell Version 3.1.20 (but really Aspell 0.60.6)
*
*
& cautxously 17 9: courteously, anxiously, capaciously, capriciously, audaciously, judiciously, caucuses, courageously, noxiously, consciously, sagaciously, Caucasus, contagiously, contiguously, graciously, Caucasus's, gorgeously
& optimistical 6 20: optimistically, optimistic, optimists, optimist, optimist's, egotistical
Anyone know what could be the problem?
Also, I did 'FCKConfig.FirefoxSpellChecker = true;' but right-click on misspelled word brings up cut/copy/paste popup menu. Not the usual firefox spell list.
Comments
Did you find an answer?
Did you find an answer? If so any advice would be appreciated.
I can use the firefox spellcheck on this board.
Nope, the aspell setup works
Nope, the aspell setup works fine on my WinXP development machine. So it must be something wrong with the aspell install on my host server.
Also, I did
Yes, I have the same problem.
Any solutions??
Thanks
CTRL when right-clicking
Solved - the answer for me was:
found at http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/C...
Remeber to change the line to true - FCKConfig.BrowserContextMenuOnCtrl = true ;
The solution is in pressing CTRL when right-clicking.
But - with this line pressing control is not necessary - FCKConfig.BrowserContextMenu = true ;
_
the file that needs changing is fckconfig.js and should be found here - ......./sites/all/modules/fckeditor/fckeditor
Yes, there is directory with the name /fckeditor and a sub-directory of the same name - a little confusing.
Good luck ....