I'm new to PHP and I needed to configure pspell in one of the small project. I've read so may arcticles and installed Aspell with EN Dictonary. However, the sample script is showing me the follwoing errors:
Warning: pspell_new() [function.pspell-new]: PSPELL couldn't open the dictionary. reason: No word lists can be found for the language "en". in C:\Inetpub\wwwroot\PHP\Sample\Aspell\spell_check.php on line 283
Warning: pspell_check() [function.pspell-check]: 0 is not a PSPELL result index in C:\Inetpub\wwwroot\PHP\Sample\Aspell\spell_check.php on line 290
Warning: pspell_suggest() [function.pspell-suggest]: 0 is not a PSPELL result index in C:\Inetpub\wwwroot\PHP\Sample\Aspell\spell_check.php on line 293
Warning: pspell_check() [function.pspell-check]: 0 is not a PSPELL result index in C:\Inetpub\wwwroot\PHP\Sample\Aspell\spell_check.php on line 290
Warning: pspell_suggest() [function.pspell-suggest]: 0 is not a PSPELL result index in C:\Inetpub\wwwroot\PHP\Sample\Aspell\spell_check.php on line 293
------------------------------------------------ END COPY ----------------------------------------------
Hoping to get a solution to resolve my problem soon.