• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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