The Apache Environment Variable (Path) must have the path to the aspell file.
Otherwise Apache doesn't know where to run Aspell from.
In my case it was because of the way I restarted apache. I use a provide named Verio that has their own custom restart_apache script to restart apache. I had restarted apache using the standard /usr/local/apache2/bin/apache2ctl restart command. So if your having troubles with this, check your apache environmental variable for the path, and make sure it has the path to aspell in it. Ie. Add phpinfo(); to a php file and have a look at it.
Re: System error: Aspell program execution failed
I found the file on my system at:
/usr/local/share/aspell/en_US.multi
Re: System error: Aspell program execution failed
The Apache Environment Variable (Path) must have the path to the aspell file.
Otherwise Apache doesn't know where to run Aspell from.
In my case it was because of the way I restarted apache. I use a provide named Verio that has their own custom restart_apache script to restart apache. I had restarted apache using the standard /usr/local/apache2/bin/apache2ctl restart command. So if your having troubles with this, check your apache environmental variable for the path, and make sure it has the path to aspell in it. Ie. Add phpinfo(); to a php file and have a look at it.
Daryl
Re: System error: Aspell program execution failed
Re: System error: Aspell program execution failed
but it is working in Firefox.
Re: System error: Aspell program execution failed
-a -l en_US --encoding=utf-8
Of course, your language and encoding may vary from my own. Basically and Ironically, dropping the "-H" was the key in my case.