Menu

#23 Aspell exec fail

open
nobody
None
5
2007-03-30
2007-03-30
Anonymous
No

System error: Aspell program execution failed (`aspell -a --lang=en_US --encoding=utf-8 < /var/tmp/aspell_data_umegpn 2>&1`)

I get this error when i run the script and no idea why.

Discussion

  • Nobody/Anonymous

    Logged In: NO

    I get thesame error!!
    this was posted 3 MOTHS AGO!!! and still no support damn!

     
  • Nobody/Anonymous

    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

     

Log in to post a comment.