Roundcube Community Forum

 

Spell Check doesn´t report any mistakes

Started by pauLee, August 14, 2007, 03:49:09 AM

Previous topic - Next topic

pauLee

Hello,

with the new version 0.1-RC1 my spell cheking doesnÃÂ,Ã,´t work anymore. I the previous version all worked fine. Has anybody a hint for a solution to this problem?


Tom

SKaero


pauLee


Florianer

RoundCube folder -> logs -> errors <-- this file should be created, but you need to set the rights for the folder "logs" to writeable.
it\'s not a bug - it\'s a feature


pauLee

Hello,

sorry for my late answer but I don't have access to the log files, a friend of me is the man in the background ...

He said, that he couldn't find anything related to the spell check. The only entry in the log he found is the following:

Quote[22-Aug-2007 10:28:56] PHP Warning: fsockopen() [function.fsockopen]: unable to connect to ssl://www.google.com:443 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /***/***/program/steps/mail/spell.inc on line 46

We have PHP version 5.2.1 running on the server. Is there anything to alter in the php.ini in order to use the spell check?

In the previous version of RC the spell check worked very well but now on the new server with the new RC we don't have luck.

SKaero

Well that error does have to do with the spell checker see if you can enable fsockopen() in the php.inc file

pauLee

We found the problem, it was the missing OpenSSL connection to the google spell check api in PHP, we fixed it and now the spell check works fine.