Hi, I had the same error on freeBSD7 / Apache2. The spellchecker.php script uses shell_exec to run aspell. You need spedify the full path to the aspell program.
At the top of /speller/server-scripts/spellchecker.php modify the line:
$aspell_prog = 'aspell';
to
$aspell_prog = '/your/path/to/aspell';
Hope this helps someone. What great program. Thank You!
- Bill
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
I get thesame error!!
this was posted 3 MOTHS AGO!!! and still no support damn!
Logged In: NO
Hi, I had the same error on freeBSD7 / Apache2. The spellchecker.php script uses shell_exec to run aspell. You need spedify the full path to the aspell program.
At the top of /speller/server-scripts/spellchecker.php modify the line:
$aspell_prog = 'aspell';
to
$aspell_prog = '/your/path/to/aspell';
Hope this helps someone. What great program. Thank You!
- Bill