• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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