Wordpress Spellcheck Fix
December 19th, 2007 by spllogics
“Could not execute AJAX call, server didn’t return valid a XML”
Here is a fix for the spellcheck error in wordpress. I have included the file so you don’t need to worry with changing code or anything just download the zip file, extract it and replace the folder with the one already in the directory:
wp-includes/js/tinymce/plugins/”spellchecker”
This should take care of the problem on most servers. It has worked for mine. I can’t take credit for the fix. But I did alot of searching till I found a few solutions that worked so I though I would share this with anyone having problems with it.
Popularity: 21% [?]
January 10th, 2008 at 10:35 pm
Hi, I’ve tried a few different fixes for this problem and unfortunately for me this one doesn’t work either… what is it you’ve changed in here that has helped on your server? Hopefully there may be a clue as to why it’s not working for me…
January 11th, 2008 at 1:57 am
Dan,
Here are some changes in this site you can try out.
http://tinymce.moxiecode.com/punbb/viewtopic.php?id=3383&p=2
As for mine in the classes/TinyGoogleSpell.class.php
I changed
Code:
$path = “/tbproxy/spell?lang=en&hl=en”;
to:
$path = “/tbproxy/spell?lang=”.$this->lang.”&hl=”.$this->lang;
and in config.php
$spellCheckerConfig['enabled'] = false;
to $spellCheckerConfig['enabled'] = true;