-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to execute "hunspell -i UTF-8 -a": Can't open affix or dictionary files for dictionary named "default". #6
Comments
Are you specify any language in the second argument of checkText method? |
That's what my checkText call looks like.
|
Fixed in version 1.7. |
Hi mekras! It's me again ;-) The "default" problem is happening again. I tried to debug this message but I got stuck after a while. An exception has been thrown during the rendering of a template ("Failed to execute "hunspell -i UTF-8 -a": Can't open affix or dictionary files for dictionary named "default". Hopefully you can look into that problem and let me know if i can help you somehow. thx Stefan |
I'm getting the same error with |
Hello!
Sorry to bother you but since v1.6 I get this error.
I'm running on CentOs with International Ispell Version 3.2.06 (but really Hunspell 1.3.2)
After dowgrading to v1.5.1 it works just fine.
Here is my code for execution:
$this->speller = new Hunspell(); $this->speller->setDictionaryPath('.../hunspell/custom'); $this->speller->setCustomDictionaries('fr']);
Maybe it's a problem with Hunspell v1.3.2 but unfortunately I'm not able to upgrade it.
thx in advance
The text was updated successfully, but these errors were encountered: