| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#31)
|
(#32)
|
(#33)
|
(#34)
|
| Chief Executive Officer Posts: 2,651 Join Date: May 2003 |
18-01-2007, 07:11 PM
Yes, It automatically tries to use the Aspell extension and if it fails to load it then it tries to load the aspell binary. Hope that helps. Regards, Varun Shoor -------------------------------------------------------------------
|
| | |
(#35)
|
| New Member Posts: 20 Join Date: Apr 2005 |
19-01-2007, 03:28 AM
Quote:
Code: <?php
$spell = pspell_new("en");
if (pspell_check($spell,"orange")){
echo "Word spelt correctly!\n";
} else {
echo "Bad spelling\n";
}
?>
But, now when I run the spellchecker in kayako, I get this in the source: Quote:
Code: $int = pspell_new("en");
This is the line it failing on. How is this line any different than my sample line? Is Kayako have some sort of global setting somewhere that I am missing in the mode. Why would the bahavior change? Thanks! | ||
| | |
(#36)
|
| New Member Posts: 14 Join Date: Nov 2005 |
20-01-2007, 05:48 PM
Quote:
to... Code: pspell_config_create("en");
$int = pspell_new("en");
| |
| | |
(#37)
|
(#38)
|
| Chief Executive Officer Posts: 2,651 Join Date: May 2003 |
23-01-2007, 08:40 AM
Added to TODO, Fix should be out in CVS soon. Thanks for posting. Regards, Varun Shoor -------------------------------------------------------------------
|
| | |
(#39)
|
(#40)
|
(#41)
|
| Operations Manager Posts: 5,668 Join Date: Jan 2006 Location: United Kingdom |
30-04-2007, 01:27 PM
This bug has been fixed. Thanks, -------------------------------------------------------------------
|
| | |
(#42)
|
| New Member Posts: 1 Join Date: Jun 2007 |
25-06-2007, 06:13 AM
Quote:
Thanks. | |
| | |
(#43)
|
| New Member Posts: 14 Join Date: Nov 2005 |
03-07-2007, 04:23 PM
I'm guessing that the link is mearly a copy of the dictionary files saved as Text Files. The default dictionaries probably use UNIX line returns which windows doesn't understand. Re-saving the files with DOS line returns should fix the problem. |
| | |
![]() |
| Tags |
| checker, spell |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Spell Checker error | ]SK[ | SupportSuite, eSupport and LiveResponse | 7 | 03-09-2007 06:49 PM |
| No words in spell checker dictionary | IVRnet | SupportSuite, eSupport and LiveResponse | 0 | 06-07-2007 10:26 PM |
| Adding the JSpell Spell Checker to Submit a Ticket | chelsel | Developers & Code | 5 | 27-03-2007 04:57 PM |
| Spell Checker Failure. | Darren | SupportSuite, eSupport and LiveResponse | 23 | 30-10-2006 05:06 PM |