[Tickets #5516] Re: Spell Check does not function

bugs at bugs.horde.org bugs at bugs.horde.org
Tue Jul 3 01:32:45 UTC 2007


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=5516
-----------------------------------------------------------------------
 Ticket             | 5516
 Updated By         | aj at mindcrash.com
 Summary            | Spell Check does not function
 Queue              | IMP
 Version            | HEAD
 Type               | Bug
 State              | Feedback
 Priority           | 2. Medium
 Owners             | 
-----------------------------------------------------------------------


aj at mindcrash.com (2007-07-02 18:32) wrote:

Here it is.

----  Output ----

which: no aspell in ((null))
which: no ispell in ((null))
object(PEAR_Error)#2 (8) {
  ["error_message_prefix"]=>
  string(0) ""
  ["mode"]=>
  int(1)
  ["level"]=>
  int(1024)
  ["code"]=>
  int(127)
  ["message"]=>
  string(17) "spellcheck failed"
  ["userinfo"]=>
  NULL
  ["backtrace"]=>
  array(3) {
    [0]=>
    array(6) {
      ["file"]=>
      string(27) "/usr/local/lib/php/PEAR.php"
      ["line"]=>
      int(572)
      ["function"]=>
      string(10) "PEAR_Error"
      ["class"]=>
      string(10) "PEAR_Error"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(5) {
        [0]=>
        string(17) "spellcheck failed"
        [1]=>
        int(127)
        [2]=>
        int(1)
        [3]=>
        int(1024)
        [4]=>
        NULL
      }
    }
    [1]=>
    array(7) {
      ["file"]=>
      string(48) "/usr/local/lib/php/Horde/SpellChecker/aspell.php"
      ["line"]=>
      int(65)
      ["function"]=>
      string(10) "raiseError"
      ["class"]=>
      string(4) "PEAR"
      ["object"]=>
      object(SpellChecker_aspell)#1 (8) {
        ["_path"]=>
        string(0) ""
        ["_maxSuggestions"]=>
        int(10)
        ["_minLength"]=>
        int(3)
        ["_locale"]=>
        string(2) "en"
        ["_encoding"]=>
        string(10) "iso-8859-1"
        ["_html"]=>
        bool(false)
        ["_suggestMode"]=>
        int(1)
        ["_localDict"]=>
        array(0) {
        }
      }
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(2) {
        [0]=>
        string(17) "spellcheck failed"
        [1]=>
        int(127)
      }
    }
    [2]=>
    array(7) {
      ["file"]=>
      string(71)
"/var/webdata/horde/framework/SpellChecker/tests/basic-aspell.php"
      ["line"]=>
      int(10)
      ["function"]=>
      string(10) "spellCheck"
      ["class"]=>
      string(19) "SpellChecker_aspell"
      ["object"]=>
      object(SpellChecker_aspell)#1 (8) {
        ["_path"]=>
        string(0) ""
        ["_maxSuggestions"]=>
        int(10)
        ["_minLength"]=>
        int(3)
        ["_locale"]=>
        string(2) "en"
        ["_encoding"]=>
        string(10) "iso-8859-1"
        ["_html"]=>
        bool(false)
        ["_suggestMode"]=>
        int(1)
        ["_localDict"]=>
        array(0) {
        }
      }
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(1) {
        [0]=>
        string(21) "some tet [mispeled] ?"
      }
    }
  }
  ["callback"]=>
  NULL




More information about the bugs mailing list