Technote Details :: When performing a spellcheck with PSPELL I get an error
Issue
When trying to spellcheck my content, I get an error message:
The PHP pspell library was detected on the server but was unable to load any dictionaries. Please correctly install PHP pspell in order to be able to use the KTML spellchecker.
Reason
This happens because the dictionary selected to be used when spellchecking does not exist on teh server.
Solution
Check that the desired dictionary has been installed and you have the correct one selected for use. Otherwise, follow the PSPELL installation instructions to add the disctionaries you need.