Quote:
Originally Posted by teksigns
when i type a misspelled word and click the spellcheck button with learn enabled i get
Code:
Warning: PSPELL couldn't open the dictionary. reason: No word lists can be found for the language "en". in C:\xxxxx\xxxxxxxx\xxxxxxxx\xxxxxxxx\forum\checkspelling.php on line 22
Warning: 0 is not a PSPELL result index in C:\xxxxx\xxxxxxxx\xxxxxxxx\xxxxxxxx\forum\checkspelling.php on line 79
Warning: 0 is not a PSPELL result index in C:\xxxxx\xxxxxxxx\xxxxxxxx\xxxxxxxx\forum\checkspelling.php on line 82
Warning: Invalid argument supplied for foreach() in C:\xxxxx\xxxxxxxx\xxxxxxxx\xxxxxxxx\forum\checkspelling.php on line 84
however when i disable learn it works fine .....
im on a windows machine
|
Yes, this is the same problem I mentioned above posts about dictionary conflicts.
Try this: Change the first line from custom.pws:
personal_ws-1.1
en 0
To:
personal_ws-1.1
english 0
en worked fine for me on Fedora and Gentoo, but I had to change to
english on RHE.
Sketch, try that change too, and let me knwo if this solves the problem.