Changes between Version 4 and Version 5 of FAQ


Ignore:
Timestamp:
Aug 9, 2006 4:03:23 PM (7 years ago)
Author:
jpingle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v4 v5  
    77== SERVICE CURRENTLY NOT AVAILABLE Error No. 1f4) == 
    88Make sure your php installation has mysql support enabled and check your database setting in db.inc.php  
     9 
     10== Why am I not getting any Spell Check results? (Or it always says every word is correct) == 
     11Make sure you have both the OpenSSL and Socket modules for PHP enabled. The !GoogieSpell plugin attempts to communicate with Goolge using SSL.  
     12 
     13If this is the case, you may also be seeing an entry such as this in Roundcube's error log. (<roundcube_base>/logs/errors): 
     14 
     15{{{ 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 <your_path>/program/steps/mail/spell.inc on line 34 }}}