(moved from SupportForum)

Hi, everyone.

I'm having problems using the spell-checker. I installed aspell (on Windows), but I don't know how to make ErfurtWiki's spellchecker plug-in use it. Any help? Thanks!

Alex

Andy: I recomend starting by making sure that the $spell_bin variable is set correctly. Perhaps you would do best to edit the code in ewiki_spellcheck_init() that sets this variable to ensure that it is set to the path and program of your choice.

Alex: Great. aspell is located in "C:\Program Files\Aspell\bin\aspell". So the correct way is this?:
$spell_bin="C:\\Program Files\\Aspell\\bin\\aspell --master=C:\\Program Files\\Aspell\\dict\\en.multi pipe ";
Just changing that line in ewiki_spellcheck_init() should make it work? Because I did that, and previewing a page looks just as if I didn't add the plug-in.
Thanks!

bottom corner