Summary | Spellcheck error when "aspell" not in ${PATH} |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | Joerg.Pulz (at) frm2 (dot) tum (dot) de |
Created | 11/28/2012 (4602 days ago) |
Due | |
Updated | 11/29/2012 (4601 days ago) |
Assigned | |
Resolved | 11/29/2012 (4601 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 677100443e2898dea138e684d5226283af76cbc8
Author: Michael M Slusarz <slusarz@horde.org>
Date: Thu Nov 29 10:56:52 2012 -0700
Bug #11778: Fix typo.../Core/lib/Horde/Core/Factory/SpellChecker.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/677100443e2898dea138e684d5226283af76cbc8
Unfortunately, there isa new problem.
Regardless which spell checking language i select in the IMP message
compose window, it's completely ignored and the spell checker
suggestions are always the same.
Looks like the language is picked up from the UI language or the
browser language and can no longer be changed?
State ⇒ Resolved
commit 16be762da2aafc6fcbf559b654978b397ed678b9
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Nov 28 18:53:36 2012 -0700
[mms] Honor the 'path' configuration parameter in Aspell driver
(
Bug #11778)..../SpellChecker/lib/Horde/SpellChecker/Aspell.php | 14 +++++++++++++-
framework/SpellChecker/package.xml | 2 ++
2 files changed, 15 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/16be762da2aafc6fcbf559b654978b397ed678b9
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Spellcheck error when "aspell" not in ${PATH}
Type ⇒ Bug
State ⇒ Unconfirmed
fails if "aspell" is not found in ${PATH}.
The WebUI displays "No spelling errors found" but the horde log shows
"HORDE [imp] Spellcheck failed. Command line: aspell -a
--encoding=UTF-8 --sug-mode=fast --lang='en_US' [pid 99804 on line 72
of "/home/www/horde/libs/Horde/SpellChecker/Aspell.php"]
It turns out, that
"framework/SpellChecker/lib/Horde/SpellChecker/Aspell.php" completely
ignores the setting of "$conf['spell']['params']['path'] =
'/path/to/aspell';"