
No error whatsoever. I greped both the /var/log and var/log/http for "spell". I tried to understand the flow of the spell checking, but failed miserably. I am no perl god, and this is a fairly complex program. Thanks for OTRS and the help! Thanks, Moshe Martin wrote: Hi Moshe, On Tue, Feb 25, 2003 at 01:13:13PM +0200, Moshe Leibovitch (SoftLink) wrote:
I tried it with both ispell and aspell, and they both seems to cause the same behavior: The spell checker window open, shows the message and reports that there are 0 errors.
I even replaced the aspell image with a script, and the script doesn't seem to execute at all.
Is the something in the error log of the webserver?
I am working on adding "forced" spell checking to OTRS (very simple, actually - I just added a flag "was_spell_checked" to the document, and checked it before the submit), but I reversed all my changes.
:)
Regards, Moshe
Martin

Hi Moshe, On Tue, Feb 25, 2003 at 04:01:04PM +0200, Moshe Leibovitch (SoftLink) wrote:
No error whatsoever. I greped both the /var/log and var/log/http for "spell". I tried to understand the flow of the spell checking, but failed miserably. I am no perl god, and this is a fairly complex program.
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) What is the shell output of 'echo "Hello just a tets" | ispell -a -d english'?
Thanks, Moshe
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- Perfection is our goal, excellence will be tolerated. -- J. Yahl

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
participants (3)
-
Eddie Urenda
-
Martin Edenhofer
-
Moshe Leibovitch (SoftLink)