Kayako logo
Technical Chat From server configurations to local area networking - the technical discussion forum.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
Dynadata Offline
Member
 
Posts: 171
Join Date: Feb 2008
Location: Netherlands
Install SpellCheck - 04-04-2008, 07:30 AM

Hi,

When I want to use SpellCheck I get an error. I already read this post:
HOWTO: Making Spell Check work in Kayako SupportSuite

But I'm don't get it how to install it. Is there not something like a install.msi?
Also where are those library's located?

Thanks.
   
Reply With Quote
  (#2) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,272
Join Date: Jan 2006
Location: United Kingdom
04-04-2008, 08:21 AM

Hi there,

I have moved your post into the Technical Chat forum.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • 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.
  • This is not an official support forum - submit a support ticket.
   
Reply With Quote
  (#3) Old
Dynadata Offline
Member
 
Posts: 171
Join Date: Feb 2008
Location: Netherlands
04-04-2008, 08:37 AM

Thanks, any advice about how I should install SpellCheck would be nice to.
   
Reply With Quote
  (#4) Old
Dynadata Offline
Member
 
Posts: 171
Join Date: Feb 2008
Location: Netherlands
07-04-2008, 08:53 AM

Anyone?
   
Reply With Quote
  (#5) Old
Dynadata Offline
Member
 
Posts: 171
Join Date: Feb 2008
Location: Netherlands
07-04-2008, 02:48 PM

I found out how to do it. This could be handy for other people with a Windows Server.
Follow the following steps:
  1. First run the Aspell setup program, the version I downloaded was called Aspell-0-50-3-3-Setup.exe
  2. When Aspell is installed, install Aspell-en-0.50-2-3.exe, the English language dictionary (other languages are also available).
  3. Now in the extension section of the php.ini file, remove the ";" before:
    ;extension=php_pspell.dll
  4. Copy the DLL aspell-15.dll to your PHP install directory (proberly C:\PHP)
  5. Restart your server.
If you installed a different language then english please change the following in \includes\Spellcheck\spellchecker.php

Find:
Code:
 
pspell_config_create("en");
$int = pspell_new('en');
Replace the "en" and the 'en' by the name of you language (for example "nl").
   
Reply With Quote
Reply

Tags
install, spellcheck

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

BB 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
Can't install chelsel SyncWorks 2 09-02-2007 06:40 PM
Can't install on win2003 athanasiusrc Installation & Upgrading 0 01-07-2006 07:30 PM
Successful install on Debian Stable Mike_eQuest Installation & Upgrading 1 13-06-2006 02:23 PM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


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