Articles

Print

Google Spellcheck

Written by Joshua Lyon on .

Sorry, but I gotta make another techy blog post.  I was having some trouble getting the Spell Checking functionality of my editor component working today and couldn't remember what I did on my last install to get it running.  This article is relevant to those of you using JCE for Joomla, TinyMCE, or other derivatives of TinyMCE.  If you have Google Spell checker enabled in the backend and when you go to use the spell checker you get an error about an XML call, double check to make sure you have the following extensions enabled in your php.ini file:

-curl
-mb_string 

Comments   

 
kevin
0 #3 kevin 2008-10-23 03:22
Googled around for a while until i found this post! And 2 apt-get calls later it worked like a charm. Thanks man!!!
Quote | Report to administrator
 
 
Josh Lyon
0 #2 Josh Lyon 2008-06-29 14:24
I'm glad my post was helpful to you.
Quote | Report to administrator
 
 
Sarika
0 #1 Sarika 2008-06-26 01:50
Thanks Josh, i was also getting xml error in spell checker plugin but enabling curl and mb_string in php.ini file removed the alert message.
Quote | Report to administrator