Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: WiZu on August 08, 2005, 10:30:23 PM

Title: PSPell / Spell Check -- Error being returned!
Post by: WiZu on August 08, 2005, 10:30:23 PM
I recently contacted my Host, telling them to please install PSPell. They did so, successfully (I believe). I enabled Spell Checking on my SMF, (and it successfully did say "Your server DOES appear to have this setup."), so, I went to go try it out, and I get an error message:

Quote2: PSPELL couldn't open the dictionary. reason: I'm sorry I can't find any suitable word lists for the language-tag "en".
File: /home/*******/public_html/Sources/Subs-Post.php
Line: 838

Any help is greatly appreciated.
Title: Re: PSPell / Spell Check -- Error being returned!
Post by: [Unknown] on August 08, 2005, 11:32:11 PM
Generally, this means that your host has put the dictionaries in a non-standard location.  Sometimes, this means they installed Aspell or PHP as an RPM, but from different sources or with different configurations.

If you search for the error message, there's a lot of information on it - here on this forum and on Google.  It's a message from PHP.

-[Unknown]