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