
25 Feb
2003
25 Feb
'03
6:17 p.m.
Is it working if you use "$Self->{SpellChecker} = '/usr/bin/ispell';"? (remember, if you use mod_perl, you need to restart your webserver after Kernel/Config.pm changes)
I wasn't restarting the webserver, so this was not working for me. I have now confirmed that "$Self->{SpellChecker} = '/usr/bin/ispell';" and "$Self->{SpellChecker} = '/usr/bin/aspell';" are both working properly with the installed Spelling.pm (no update necessary). Sorry for adding confusion to this issue, but spelling is working for both ispell and aspell, just a little user error in the testing. -Eddie