tuxer

Member
Jan 8, 2010
17
0
51
using File Manager -> select an html file -> HTML editor
when clicking on spell check from the top menu, getting the following error
Code:
WysiwygPro SpellChecker error: XML Parser Error: Attribute without value
cpanel version 11.30.2

What could be the problem ?
 

cPanelTristan

Quality Assurance Analyst
Staff member
Oct 2, 2010
7,607
43
348
somewhere over the rainbow
cPanel Access Level
Root Administrator
Also, right now, Firefox has 4 existing major versions out - Firefox 3, Firefox 4, Firefox 5 and Firefox 6. Which version are you using?
 

cPanelEricD

Registered
Staff member
Apr 24, 2009
3
0
126
This is a known issue and is being addressed.

In the meantime you can modify the following file
/usr/local/cpanel/base/3rdparty/wysiwygPro/conf/spellchecker.inc.php
and change
$SPELLCHECKER_API = 'http';
to
$SPELLCHECKER_API = 'aspell';