[imp] Aspell, Windows, and IIS not working
Adam Lofstedt
adaml@visimation.com
Tue, 10 Sep 2002 16:09:17 -0700
Spell checking is not working. When I click spellcheck, I get the
following error:
Warning: Unable to fork [echo "Hello youall \^ \^" |
c:\aspell\aspell.exe -a -d american] in
C:\www\mysite\horde\imp\spelling.php on line 181
I set permissions to allow the anonymous user read/execute access to the
aspell directory. I also tried changing horde/config/lang/php from:
$nls['spelling']['en_US'] = '-d american';
to:
$nls['spelling']['en_US'] = '--lang=english';
No luck. Any ideas?
Using:
PHP 4.2.2 - cgi version
IIS 5
Adam