I'm using the default SpellChecker plugin modified for use on Linux (fedora core 4).
I'm using the spellchecker.php server-side script with the following vars
//$spellercss = '/speller/spellerStyle.css'; // by FredCK
$spellercss = '../spellerStyle.css'; // by FredCK
//$word_win_src = '/speller/wordWindow.js'; // by FredCK
$word_win_src = '../wordWindow.js'; // by FredCK
$textinputs = $_POST['textinputs']; # array
$aspell_prog = '/usr/local/bin/aspell'; // by FredCK (for Linux)
$lang = 'en_US';
//$aspell_opts = "-a --lang=$lang --encoding=utf-8"; // by FredCK
$aspell_opts = "-a --lang=$lang --encoding=utf-8 -H"; // by FredCK
$tempfiledir = "/home/unitnet/tmp";
$input_separator = "A";
The issue is that when I select the spell check button in IE6 I get the popup window, it says it's checking spelling then I get an error that says:
Line 151
Char 1
Error: Syntax Error
Code: 0
URL: http://mysite.com/FCKeditor/editor/dial ... hecker.php
If I ignore this eventually function print_textinputs_var() prints all sorts of junk to the spellcheck window.
I've checked the file and I haven't modified any code other than what I showed above. What may be the issue?
Wed, 12/20/2006 - 12:36
#1