Author Topic: Spell Check Problem  (Read 6617 times)

Offline solidus23

  • Jr. Member
  • **
  • Posts: 10
Spell Check Problem
« on: August 21, 2009, 02:58:20 PM »
I have the spell check enabled in the configs and have openssl and sockets enable in my PHP config. Though when I type an email with misspellings the spell checker states that "No spelling errors were found." Does anyone have ideas to what the problem could be? If you want any log files or anything let me know I will post what is contained in the file. Thanks.

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Spell Check Problem
« Reply #1 on: August 22, 2009, 01:22:04 AM »
Yes, please post log snippets if there are any error lines related to spellchecking. You state that openssl and sockets are available in your PHP. Did you make sure that port 443 is open?
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Spell Check Problem
« Reply #2 on: August 22, 2009, 01:23:33 AM »
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline solidus23

  • Jr. Member
  • **
  • Posts: 10
Port 443
« Reply #3 on: August 24, 2009, 07:48:14 AM »
I have port forwarded port 443 on my router but when I try the site you use, it still states that it is closed. I will try some other things. Maybe the server is blocking it for some reason. If you have any other ideas please put them down.

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Spell Check Problem
« Reply #4 on: August 24, 2009, 08:02:26 AM »
The spellchecker in HTML mode works for me. I just opened a test account on your server. So it really looks like a port problem. While TinyMCE googiespell checks the spelling by connecting client side to google the plain text spell checkings establishs a connection from the roundcube server to google thru port 443 (./program/steps/mail/spell_googie.inc).
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Spell Check Problem
« Reply #5 on: August 24, 2009, 08:12:16 AM »
You could modify spell_googie.inc:


// default settings
$host "www.google.com";
$port 80;
$lang get_input_value('lang'RCUBE_INPUT_GET);
$path "/tbproxy/spell?lang=$lang";
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline solidus23

  • Jr. Member
  • **
  • Posts: 10
Security
« Reply #6 on: August 24, 2009, 09:22:21 AM »
Would that open any security problems? I would assume it was using ssl for a reason.

*EDIT*

I tried you modification and it still does not want to spell check correctly.
« Last Edit: August 24, 2009, 09:25:32 AM by solidus23 »

Offline rock

  • Newbie
  • *
  • Posts: 1
Spell Check Problem
« Reply #7 on: August 26, 2009, 11:58:15 AM »
I'm a new user and am having the same problem (spell check is NOT working). Does anyone have a resolution on how to fix this????

Offline solidus23

  • Jr. Member
  • **
  • Posts: 10
Me Too
« Reply #8 on: August 27, 2009, 01:52:46 PM »
I too have been unable to get the plain text spell checking to work correctly. It still states that it has found no errors when there clearly are errors.