Error executing `aspell -a --lang=en_US
Brought to you by:
jshimada
Hi..
am usign PHP 4.3.10 and have speller Pages installed
but getting the following error while spell check is in
progress..
Error executing `aspell -a --lang=en_US
--encoding=utf-8 < /tmp/aspell_data_uSfjM 2>&1`
Error: Invalid Option: -encoding=utf-8
Please do let me know how to resolve this issue.
Thanks,
Logged In: YES
user_id=1405983
Remove the --encoding=utf-8 in the PHP code. You could
also upgrade your version of Aspell which would fix the
problem.
Logged In: NO
I am using MAC oS X . I have the same error.
I am not sure
Logged In: NO
Did you try running Aspell from the command line/shell?
Logged In: NO
from tcytra@gmail.com
I am having the exact same problem in an apache jail. I am able to chroot into the directory and execute the command from the shell as it would be executed and it works fine from the cli, but from the browser I get that error.
I have removed the --encoding, I have changed the --lang to several variants, nothing works.