So a site I'm currently working on keeping throwing this error whenever someone clicks on the Spellcheck button in the Rich Text editor:
`Error response:
<b>Warning</b>: 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 <b>D:\Web Sites\dcgNew\blogs\harris\wp-includes\js\tinymce\plugins\spellchecker\classes\GoogleSpell.php</b> on line <b>85</b>
Could not open SSL connection to google.{"id":null,"result":[],"error":null}`
Before anyone points it out, yes, I did find this already in the forums. Without going into too much detail, though, installing new modules up on the site's server is going to be a massive pain-in-the-neck for me. So I'm wondering if anyone else knows a shortcut - is there any way to get WordPress to contact the Google server in a different way? Or get it to use a different spellchecking library?
Thanks.