Opened 5 years ago

Closed 5 years ago

#1485281 closed Bugs (worksforme)

error in spellchecker svn 1654

Reported by: corbosman Owned by:
Priority: 5 Milestone: 0.2-beta
Component: PHP backend Version: git-master
Severity: normal Keywords: spell
Cc:

Description

After grabbing 1654 I noticed that im seeing errors in my apache log with google spell.

[Mon Aug 18 10:26:33 2008] [error] [client 82.95.141.150] PHP Warning:  fgets() [<a href='function.fgets'>function.fgets</a>]: SSL: fatal protocol error in /data/WWW/roundcubemail-1654/program/js/tiny_mce/plugins/spellchecker/classes/Google Spell.php on line 102, referer: https://roundcube0.xs4all.nl/?_task=mail&_action=compose&_id=179318584748a9321cdda47


I do get a result back:


HTTP/1.0 200 OK
Content-Type: text/xml
Date: Mon, 18 Aug 2008 08:29:09 GMT
Server: Toolbar document spell checker
Cache-Control: private, x-gzip-ok=""
Connection: Close

 
<?xml version="1.0" encoding="UTF-8"?><spellresult error="0" clipped="0" charschecked="13"><c o="10" l="3" s="1">test   tat     ST      St      st</c></spellresult>

This is using all the default settings in config.
Also, im not getting proper dutch spelling, but that may be a config error.

Change History (2)

comment:1 Changed 5 years ago by alec

  • Milestone changed from later to 0.2-beta

comment:2 Changed 5 years ago by thomasb

  • Component changed from Client Scripts to PHP backend
  • Resolution set to worksforme
  • Status changed from new to closed

Works for me. Maybe your PHP installation does not have Open SSL included.

Note: See TracTickets for help on using tickets.