Roundcube Community Forum

 

Please help - spell checker always find no errors

Started by sjpage, July 19, 2013, 02:22:50 AM

Previous topic - Next topic

sjpage

I have installed pspell though whatever i change
$rcmail_config['spellcheck_engine'] = 'googie';
to makes no difference

my error log reads -below

[19-Jul-2013 07:15:35 +0100]: PHP Error: Failed to load plugin file c:\inetpub\wwwroot\rc/plugins\\.php in C:\Inetpub\wwwroot\rc\program\lib\Roundcube\rcube_plugin_api.php on line 223 (GET /rc/?_task=mail&_action=refresh&_remote=1&_unlock=loading1374214535674&_=1374214535674)

[19-Jul-2013 07:15:40 +0100]: PHP Error: Failed to load plugin file
c:\inetpub\wwwroot\rc/plugins\\.php in C:\Inetpub\wwwroot\rc\program\lib\Roundcube\rcube_plugin_api.php on line 223 (POST /rc/?_task=utils&_action=spell_html&_remote=1?_task=&_action=)


is everyone elses spell check still working ? is it just mine that has stopped ?
is it after i have updated my PHP ?

SKaero

To use pspell you need to set:
$rcmail_config['spellcheck_engine'] = 'pspell';

The error you have says that you have a plugin in your plugin array that RoundCube can't load, make sure to remove it from the array.