Howdy all:
Ever since we've upgraded to 9.5.2, on all of our servers, aspell/spellcheck is no longer working in Horde. The option is no longer even there. I've checked multiple files, (how many copies of conf.xml/conf.php does Plesk need - I have them in three different directories?!) aspell is installed & working, and I cannot fathom why the option is not appearing.
The active Horde config appears to be in /usr/share/psa-horde. imp/config/config.php already had:
$conf['utils']['spellchecker'] = '/usr/bin/aspell';
conf.xml has:
<configsection name="spell">
<configheader>Spell Checker</configheader>
<configswitch name="driver" required="false" desc="Choose a Spell Checking backend">
<case name="" desc="None" />
<case name="aspell" desc="aspell (command line)">
<configsection name="params">
<configstring name="path" required="false" desc="Enter the location of
the aspell binary" />
</configsection>
</case>
</configswitch>
</configsection>
I'm not even sure if anything in conf.xml needs to be changed. In previous versions, I did nothing; this just worked. I cannot find any other reference to this in 9.x forums, but it did work previously for us.
Thoughts?
Ever since we've upgraded to 9.5.2, on all of our servers, aspell/spellcheck is no longer working in Horde. The option is no longer even there. I've checked multiple files, (how many copies of conf.xml/conf.php does Plesk need - I have them in three different directories?!) aspell is installed & working, and I cannot fathom why the option is not appearing.
The active Horde config appears to be in /usr/share/psa-horde. imp/config/config.php already had:
$conf['utils']['spellchecker'] = '/usr/bin/aspell';
conf.xml has:
<configsection name="spell">
<configheader>Spell Checker</configheader>
<configswitch name="driver" required="false" desc="Choose a Spell Checking backend">
<case name="" desc="None" />
<case name="aspell" desc="aspell (command line)">
<configsection name="params">
<configstring name="path" required="false" desc="Enter the location of
the aspell binary" />
</configsection>
</case>
</configswitch>
</configsection>
I'm not even sure if anything in conf.xml needs to be changed. In previous versions, I did nothing; this just worked. I cannot find any other reference to this in 9.x forums, but it did work previously for us.
Thoughts?