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.

spellchecker.zip

Popularity: 21% [?]

Related Post
  • Wordpress Tutorials
  • New stuff
  • My Top Wordpress Plugins
  • Posted in Wordpress
    Tags , , ,

    2 Responses

    1. Dan

      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…

    2. spllogics

      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;

    Leave a Comment

    Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.

     
    All Information and Images are Strictly prohibited to use with out written permission.