• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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