Quote:
Originally Posted by SteveK
I get this error when attempting to spell check:
Fatal error: Call to undefined function: pspell_new() in /home/profit/public_html/forums/checkspelling.php on line 26
Line 26 is:
PHP Code:
$pspell_link = pspell_new ("$my_lang", "", "", "", PSPELL_FAST|PSPELL_RUN_TOGETHER);
Tried changing custom.pws from "en" to "english", no luck
I do have pspell installed, but unsure of dictionary location the aspell.conf file. How do I edit the aspell.conf file using SSH so that it points to the right dictionary file?
Thanks
|
I think this is not a wordlist problem, so let's see if you have and en dictionary installed.
What are the contents of these directories on your server?
/usr/lib/aspell
/usr/share/aspell
You may be missing the en english dictionaries