| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#16)
|
(#17)
|
(#18)
|
| New Member Posts: 6 Join Date: Oct 2006 | Spell Check error in Windows 2003 Server -
30-10-2006, 04:08 PM
I am getting this error while trying to spell check within the SupportSuite version 3.04.00. spellcheckerror.JPG I have installed aspell and the English precompiled dictionaries from this site: http://aspell.net/win32/ Then in spellcheck.php which is located in my \Support\includes\Spellcheck folder I edited the $lang = 'en_US.multi'; because that is what is installed in my dict folder from the precompiled dictionaries link above. So the top part of my spellcheck.php looks like this: $spellercss = 'spellerStyle.css'; $word_win_src = 'wordWindow.js'; $textinputs = $_POST['textinputs']; # array $aspell_prog = 'aspell'; $lang = 'en_US.multi'; $aspell_opts = "-a --lang=$lang"; //$aspell_opts = "-a --lang=$lang --encoding=utf-8"; $tempfiledir = "./../../cache"; $input_separator = "A"; I made sure aspell works from the command line and put it in my windows path. It appears to be working because I type aspell in command line and it runs through the help file. can anyone give me the slightest idea why spellcheck isnt working. Thanks, Chad |
| | |
(#19)
|
(#20)
|
(#21)
|
(#22)
|
(#23)
|
| New Member Posts: 17 Join Date: Aug 2006 |
30-10-2006, 04:37 PM
Read Spell Checker. |
| | |
(#24)
|
![]() |
| Tags |
| checker, failure, spell |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Spell Checker error | ]SK[ | SupportSuite, eSupport and LiveResponse | 7 | 03-09-2007 06:49 PM |
| No words in spell checker dictionary | IVRnet | SupportSuite, eSupport and LiveResponse | 0 | 06-07-2007 10:26 PM |
| Spell Checker | mhunt | SupportSuite, eSupport and LiveResponse | 42 | 03-07-2007 04:23 PM |
| Adding the JSpell Spell Checker to Submit a Ticket | chelsel | Developers & Code | 5 | 27-03-2007 04:57 PM |