Using 1.4
Everything works except the learn feature .....
im running XP-pro on the server .....
i have went to my aspell directory and typed :
aspell config
i get this for lang:
Code:
# lang descrip: language code
# lang default: <language-tag>
# lang current: en_US
# language-tag descrip: deprecated, use lang instead
# language-tag default: !lang
# language-tag current: en_US
# local-data-dir descrip: location of local language data files
# local-data-dir default: <actual-dict-dir>
# local-data-dir current: C:/Aspell/dict/
# master descrip: base name of the main dictionary to use
# master default:
# master current:
i have tried adding :
en_US to my config and to custom.pws
i have also tried:
en
english
i have also tried changing :
$customwordlist = "custom.pws";
$customwordlist = "c:/htdocs/forum/custom.pws";
however im still getting :
Code:
Warning: PSPELL couldn't open the dictionary. reason: No word lists can be found for the language "en_US". in C:\htdocs\forum\checkspelling.php on line 28
Warning: 0 is not a PSPELL result index in C:\htdocs\forum\checkspelling.php on line 85
Warning: 0 is not a PSPELL result index in C:\htdocs\forum\checkspelling.php on line 88
Warning: Invalid argument supplied for foreach() in C:\htdocs\forum\checkspelling.php on line 90
Warning: 0 is not a PSPELL result index in C:\htdocs\forum\checkspelling.php on line 85
Warning: 0 is not a PSPELL result index in C:\htdocs\forum\checkspelling.php on line 88
Warning: Invalid argument supplied for foreach() in C:\htdocs\forum\checkspelling.php on line 90
Warning: 0 is not a PSPELL result index in C:\htdocs\forum\checkspelling.php on line 85
Warning: 0 is not a PSPELL result index in C:\htdocs\forum\checkspelling.php on line 88
Warning: Invalid argument supplied for foreach() in C:\htdocs\forum\checkspelling.php on line 90
Warning: 0 is not a PSPELL result index in C:\htdocs\forum\checkspelling.php on line 85
Warning: 0 is not a PSPELL result index in C:\htdocs\forum\checkspelling.php on line 88
Warning: Invalid argument supplied for foreach() in C:\htdocs\forum\checkspelling.php on line 90
with lean disabled it works fine with no errors ......
how can i get learn to work ?
help !!!!!!!!