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

auroramae’s picture

Did you find an answer? If so any advice would be appreciated.
I can use the firefox spellcheck on this board.

mattyoung’s picture

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.

tryitonce’s picture

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.

Yes, I have the same problem.

Any solutions??

Thanks

tryitonce’s picture

Solved - the answer for me was:

This option, if set to true makes it possible to display the default browser's context menu when right-clicking with the CTRL key pressed.

For example: FCKConfig.BrowserContextMenuOnCtrl = false ;

NOTE: Use it at your own risk, as end users may improperly use context menu options that can interfere in the editor normal behavior.

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 ;

tryitonce’s picture

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 ....