I originally installed a PHP based spell checker called ActiveSpell on my test machine - WinXP w/ IIS 5.1 and PHP 5.x and it works great. I then installed it (in the same manner) on our production server - Win2K3 SP2 w/ IIS 6 and PHP 5.x.
The example.php page brings up "PSPELL couldn't open the dictionary". I have installed the dictionaries and Aspell is installed in the same place as on my test machine and checked permissions to those folders. I checked the "aspell dump config" on both machines and they are pointing to the correct places for data, bin, dict, aspell. I have also added the directories to the PATH (and rebooted) statement. Is there anything on Win2K3 that I am missing?
TIA