6.0.0-beta1
7/5/25

[#11778] Spellcheck error when "aspell" not in ${PATH}
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

History
11/29/2012 06:10:17 PM Git Commit Comment #4 Reply to this comment
Changes have been made in Git (master):

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
11/29/2012 09:13:37 AM Joerg (dot) Pulz (at) frm2 (dot) tum (dot) de Comment #3 Reply to this comment
Thanks for the fix.

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?
11/29/2012 01:55:34 AM Michael Slusarz Assigned to Michael Slusarz
State ⇒ Resolved
 
11/29/2012 01:55:27 AM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (master):

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
11/28/2012 11:01:42 PM Joerg (dot) Pulz (at) frm2 (dot) tum (dot) de Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Spellcheck error when "aspell" not in ${PATH}
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
Using the spellcheck feature (e.g. in imp when composing a message) 
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';"

Saved Queries