Kayako Logo
How do I? Questions about how to do specific things in SupportSuite, eSupport and LiveResponse. Not for reporting problems.

Closed Thread
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
sboyce Offline
New Member
 
Posts: 1
Join Date: May 2007

SupportSuite
Lightbulb HOWTO: Making Spell Check work in Kayako SupportSuite - 26-02-2008, 10:51 PM

HOWTO: Making Spell Check work in Kayako SupportSuite

So you get this message like this one here when you try to do a spell check in Kayako:

Code:
Error executing `aspell -a --lang=en_US < ./../../cache/aspell_data_GwWG4t 2>&1`
Error: No word lists can be found for language "en_US".
So what do we do now? Follow the steps below:


1. First, run the following command.

Code:
which aspell
If you have it installed, it should look something like this:

Code:
root@kenny:/# which aspell
/usr/bin/aspell
If you do not have aspell installed, then go ahead and install aspell:

Code:
apt-get install aspell
2. Then find out what dictionaries you have loaded by running this command:

Code:
aspell dump dicts
Here are the dictionaries on my server (yours may be different):

Code:
root@kenny:/# aspell dump dicts
en
en-variant_0
en-variant_1
en-variant_2
en-w_accents
en-wo_accents
en_CA
en_CA-w_accents
en_CA-wo_accents
en_GB
en_GB-ise
en_GB-ise-w_accents
en_GB-ise-wo_accents
en_GB-ize
en_GB-ize-w_accents
en_GB-ize-wo_accents
en_GB-w_accents
en_GB-wo_accents
en_US
en_US-w_accents
en_US-wo_accents
If this command does not return any results, then install the dictionaries and tools (remember to replace "en" with your country code if your install does not support the English language):

Code:
apt-get install aspell-en aspell-doc spellutils
Then run the "aspell dump dicts" command again to make sure the dictionaries got installed.


3. Now find your php.ini file and make sure safe_mode and open_basedir are set to OFF

Code:
safe_mode = Off
open_basedir = Off
4. Recycle apache web server for good measure:

Code:
/etc/init.d/apache2 restart
5. If you are able to spell check from the SupportSuite staff console, you're finished. Otherwise, you did something wrong outside the scope of this HOWTO - please post your results here and you might get some help.

Note that if you are using a different Linux distro than mine, please reference your package manager and apache service accordingly.

References: GNU Aspell


Hope this helps somebody,


--
Sean Boyce
* Ubuntu Linux 7.04 (Feisty Fawn) on ESX Server 3
* MySQL 5.0.38
* PHP 5.2.1
* Apache 2.23
   
  (#2) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 4,306
Join Date: Jan 2006
Location: UK

SupportSuite
Owned License

26-02-2008, 11:00 PM

Thanks for posting, sboyce - stickied


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Closed Thread


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Kayako Mobile Auto Check? magna Kayako Mobile 3 25-11-2006 08:10 PM
Kayako SupportSuite v3.04.10 Stable Build Varun Shoor News and Announcements 2 06-10-2006 09:41 PM
Spell Check in Knowledgebase Doug I. SupportSuite, eSupport and LiveResponse 4 31-03-2006 02:53 PM



Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0

Kayako provides online help desk software and support solutions; enabling companies to improve their support and reduce costs.

Our three main products include: SupportSuite, eSupport and LiveResponse



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46