• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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