0

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.

satya
  • 469
  • 1
  • 6
  • 14

1 Answers1

0

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.

Anatoliy Kim
  • 768
  • 4
  • 13