<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hi<br><br>You should convert <font style="" face="tahoma">spellchecker.pl to unix compatible. </font>You can use this command to test file type<br><i><br>file spellchecker.pl</i><br>You can use `dos2unix` utility to convert this file unix. Refer man page for more  about dos2unix command<br>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<br><br>-Pravin-<br><br><br><hr id="stopSpelling">From: c_apotla@qualcomm.com<br>To: praveen.velu@hotmail.com; rt-users@bestpractical.com<br>Date: Mon, 7 Dec 2009 23:32:39 -0800<br>Subject: RE: [rt-users] Spell Checker -( Update ) Error<br><br>



<style>
.ExternalClass .ecxhmmessage P
{padding-right:0px;padding-left:0px;padding-bottom:0px;padding-top:0px;}
.ExternalClass BODY.ecxhmmessage
{font-size:10pt;font-family:Verdana;}
</style>

<style title="owaParaStyle">
.ExternalClass P
{margin-bottom:0px;}
</style>


<div dir="ltr"><font color="#000000" face="Tahoma" size="2">Hello,</font></div>
<div dir="ltr"><font face="tahoma">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.</font></div>
<div dir="ltr"><font face="tahoma">Instead of the perl script rendering the html it just throws the raw code.</font></div>
<div dir="ltr"><font face="tahoma">One thing to note is I have given 777 permissions to the spellchecker.pl but it does not work as expected.</font></div>
<div dir="ltr"><font face="tahoma"></font> </div>
<div dir="ltr"><font face="tahoma">Please help!</font></div>
<div dir="ltr"><font face="tahoma"></font> </div>
<div dir="ltr"><font face="tahoma">Regards,</font></div>
<div dir="ltr"><font face="tahoma">-Ashish</font></div>
<div id="ecxdivRpF732648" style="direction: ltr;">
<hr>
<font face="Tahoma" size="2"><b>From:</b> Praveen Velu [praveen.velu@hotmail.com]<br>
<b>Sent:</b> Saturday, November 28, 2009 12:38 PM<br>
<b>To:</b> Potla, Ashish Bassaliel; rt-users@bestpractical.com<br>
<b>Subject:</b> RE: [rt-users] Spell Checker<br>
</font><br>
</div>
<div></div>
<div>Dear Ashish <br>
<br>
I have enabled spell checker in my server. you can follow the same steps<br>
<br>
1. covert spellchecker.pl file to unix compatible then copy the file to Apache CGI directory
<br>
2. Configure fckconfig.js file to use spellerpages as spell checker in FCK Editor<br>
<pre>FCKConfig.SpellChecker                  = 'SpellerPages';<br>FCKConfig.SpellerPagesServerScript = '/cgi-bin/spellchecker.pl' ;       // Available extension: .php .cfm .pl<br>FCKConfig.FirefoxSpellChecker   = true ;</pre>
3. Update spellchecker.pl as below <br>
<br>
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';<br>
<br>
Please try this now...<br>
<br>
-Praveen-<br>
<br>
<hr id="ecxstopSpelling">
From: c_apotla@qualcomm.com<br>
To: rt-users@bestpractical.com<br>
Date: Wed, 25 Nov 2009 02:34:13 -0800<br>
Subject: [rt-users] Spell Checker<br>
<br>
<style>
@page Section1
{;}
.ExternalClass P.ecxMsoNormal
{font-size:11pt;margin-bottom:0pt;font-family:'Calibri','sans-serif';}
.ExternalClass LI.ecxMsoNormal
{font-size:11pt;margin-bottom:0pt;font-family:'Calibri','sans-serif';}
.ExternalClass DIV.ecxMsoNormal
{font-size:11pt;margin-bottom:0pt;font-family:'Calibri','sans-serif';}
.ExternalClass A:link
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxMsoHyperlink
{color:blue;text-decoration:underline;}
.ExternalClass A:visited
{color:purple;text-decoration:underline;}
.ExternalClass SPAN.ecxMsoHyperlinkFollowed
{color:purple;text-decoration:underline;}
.ExternalClass SPAN.ecxEmailStyle17
{color:windowtext;font-family:'Calibri','sans-serif';}
.ExternalClass DIV.ecxSection1
{;}
</style>
<div class="ecxecxSection1">
<p class="ecxecxMsoNormal">Hello,</p>
<p class="ecxecxMsoNormal">How does one enable RT Spell checker in RT 3.8.2?</p>
<p class="ecxecxMsoNormal"> </p>
<p class="ecxecxMsoNormal">Thank you in advance,</p>
<p class="ecxecxMsoNormal">-Ashish</p>
</div>
<br>
<hr>
Windows 7: Find the right PC for you. <a href="http://windows.microsoft.com/shop">
Learn more.</a> </div>                                        <br /><hr />New Windows 7: Simplify what you do everyday. <a href='http://windows.microsoft.com/shop' target='_new'>Find the right PC for you.</a></body>
</html>