error in installing pspell in windows

1k Views Asked by At

I have installed php using http://aspell.net/win32/ link. But I am getting the following error. Can anyone please help me out.

PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_pspell.dll' - The specified module could not be found.

1

There are 1 best solutions below

3
Anatoliy Kim On

Check that the php_pspell.dll file exists in that path.

Also, if you don't really need pspell - go to php.ini and comment it out. After that restart your xampp.