Roundcube Community Forum

Release Support => Pending Issues => Topic started by: sjpage on July 18, 2013, 01:39:04 AM

Title: Spell Checker no longer wokring ?
Post by: sjpage on July 18, 2013, 01:39:04 AM
is this correct

http://www.marshut.com/rrtxq/google-spellchecker.html
The Google apparently turned off its spell check API since
Jul 10, so the default Roundcube spell checker stopped working:


is there any instructions on how to install / use another spell checker ?

thanks

Title: Re: Spell Checker no longer wokring ?
Post by: sjpage on July 18, 2013, 03:11:52 AM
wil this work ,

http://www.afterthedeadline.com/download.slp?platform=RoundCube

if so can someone give me a better explanation of how to install it , thx
Title: Re: Spell Checker no longer wokring ?
Post by: ABerglund on July 18, 2013, 11:26:00 AM
That plugin hasn't been maintained since 2009, and won't work as is, since the Roundcube file structure and internals have changed.

If your sever has pspell/aspell support (or you can add it) including the PHP pspell extention, you can simply update the config file to use that instead.
Title: Re: Spell Checker no longer wokring ?
Post by: jeffshead on August 04, 2013, 07:54:42 PM
I have a WAMP server with PHP 5.3. Pspell is not supported.

How do I set up Roundcube to use the enchant PHP extension and how do I specify the dictionary path?

I currently have the enchant extension enabled in php.ini but that's as far as I've gotten. I downloaded the dictionary files but I do not know where to put them nor do I know how to make sure Roundcube/PHP knows where the files are located so they can be used for spell checking.