• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

HOWTO: Install the PHP Pspell module

A

AbsolutelyFreeW

Guest
Symptom:

Installing Pspell does not work. In the PHP manual it says PHP must be compiled with Pspell to work. Install aspell higher than 0.50 and do not change php.ini

solution:

1. Install aspel 0.50 or higher on its own directory with an additional dictionary in the same directory.

2. Set the systempath to your php directory

3. copy aspell-15.dll and pspell-15.dll to the php directory

4. uncomment php_pspell.dll in your php.ini

5. restart iis from plesk

6. run phpinfo() to see that pspell is enabled
 
Back
Top