[rt-users] Spell Checker -( Update ) Error
Praveen C
praveen.velu at hotmail.com
Tue Dec 8 23:48:43 EST 2009
Hi
You should convert spellchecker.pl to unix compatible. You can use this command to test file type
file spellchecker.pl
You can use `dos2unix` utility to convert this file unix. Refer man page for more about dos2unix command
Then place this file in to your cgi-bin directory. In debian it will be in /usr/lib/cgi-bin/. Check your apache configuration to find cgi-bin directory
-Pravin-
From: c_apotla at qualcomm.com
To: praveen.velu at hotmail.com; rt-users at bestpractical.com
Date: Mon, 7 Dec 2009 23:32:39 -0800
Subject: RE: [rt-users] Spell Checker -( Update ) Error
Hello,
I played around and was able to make all the modifications shown below. But now I see the problem as shown in the screen shot.
Instead of the perl script rendering the html it just throws the raw code.
One thing to note is I have given 777 permissions to the spellchecker.pl but it does not work as expected.
Please help!
Regards,
-Ashish
From: Praveen Velu [praveen.velu at hotmail.com]
Sent: Saturday, November 28, 2009 12:38 PM
To: Potla, Ashish Bassaliel; rt-users at bestpractical.com
Subject: RE: [rt-users] Spell Checker
Dear Ashish
I have enabled spell checker in my server. you can follow the same steps
1. covert spellchecker.pl file to unix compatible then copy the file to Apache CGI directory
2. Configure fckconfig.js file to use spellerpages as spell checker in FCK Editor
FCKConfig.SpellChecker = 'SpellerPages';
FCKConfig.SpellerPagesServerScript = '/cgi-bin/spellchecker.pl' ; // Available extension: .php .cfm .pl
FCKConfig.FirefoxSpellChecker = true ;
3. Update spellchecker.pl as below
my $spellercss = '/rt/NoAuth/RichText/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css';my $wordWindowSrc = '/rt/NoAuth/RichText/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/wordWindow.js';my $aspell_cmd = '/usr/bin/aspell';
Please try this now...
-Praveen-
From: c_apotla at qualcomm.com
To: rt-users at bestpractical.com
Date: Wed, 25 Nov 2009 02:34:13 -0800
Subject: [rt-users] Spell Checker
Hello,
How does one enable RT Spell checker in RT 3.8.2?
Thank you in advance,
-Ashish
Windows 7: Find the right PC for you.
Learn more.
_________________________________________________________________
New Windows 7: Simplify what you do everyday. Find the right PC for you.
http://windows.microsoft.com/shop
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20091209/b419e8ce/attachment.htm>
More information about the rt-users
mailing list