Aspell and Windows 2003 Server"

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

(New page: == Aspell and Windows 2003 Server Configuration == These are some tips when configuring Aspell to run in a Windows 2003 Server using the PHP spell checker: * SpellerPages calls the aspel...)
 
(No difference)

Latest revision as of 14:29, 16 January 2008

Aspell and Windows 2003 Server Configuration

These are some tips when configuring Aspell to run in a Windows 2003 Server using the PHP spell checker:

  • SpellerPages calls the aspell.exe executable, so you must have "execute" and "write" permissions over the Aspell installation directory (usually C:\Program Files\Aspell).
  • The aspell.exe executable is called by using the shell_exec command, which directly calls C:\Windows\System32\cmd.exe, so you must have "execute" permission over it (IUSR_xxx user).
  • You must have "read" and "write" permissions in the temporary folder (usually C:\Windows\Temp). Attention, this time you need to give the permissions to the IIS_WPG user.
This page was last edited on 16 January 2008, at 14:29.