This is a migrated thread and some comments may be shown as answers.

Spell Check Error in MOSS Editor

5 Answers 163 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Phani
Top achievements
Rank 1
Phani asked on 17 Sep 2007, 05:39 AM
Hi,

I am using Full featured RADEditor for MOSS in SharePoint Lists. When I tried to add a new word into custom dictionary thru editor, I am getting Forbidden error.

For example, I tried to add "Palau" in custom dictionary and I got the following error.

RADSpell error. Server returned error: 403
Please see the help for more details: RADSpell 3.x - Configuration -Spellcheck Handler.
 
/_wpresources/RADEDitorSharePoint/4.3.1XXX/RADControls/Spell/Telerik.RADSpellCheckHandler.ashx

Forbidden

403 FORBIDDEN

Can you please let me know what needs to be done to resolve this issue?


Also, I have one more question on Spelling in RADEDitor. It seems RADEditor is not recognizing plurals. For Ex: renovations. It is providing suggestion to change the text. Does radeditor recognize plurals?

Thanks,
Phani

5 Answers, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 20 Sep 2007, 05:32 AM

Hello Phani,

The 403 error means that the custom dictionary file is not accessible. The spell control needs to update this file, but the ASPNET process does not have write rights on the dictionary folder. The folder is located at
\Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\4.3.1.0__1f131a624888eeed\RadControls\Spell\TDF

Try giving the NETWORK SERVICE account write permissions for this folder. If that does not work, try giving write permissions to the currently logged in MOSS user (if using windows authentication).

Sincerely yours,

Lini
the Telerik team


Instantly find answers to your questions at the new Telerik Support Center
0
sayitfast
Top achievements
Rank 2
Iron
answered on 04 Dec 2008, 12:28 AM
Is there a way to remove the add to dictionary option?

Thanks
0
Stanimir
Telerik team
answered on 05 Dec 2008, 06:32 AM
Hi sayitfast,

In order to remove the Add Custom option, you need to add the following line to the respective ConfigFile.xml.

<property name="SpellAllowAddCustom">false</property> 

ConfigFile.xml is located in Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\5.3.1.0__1f131a624888eeed\Resources folder.

(5.3.1.0__1f131a624888eeed) depends on the control's version.

Kind regards,
Stanimir
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Mike Lee
Top achievements
Rank 1
answered on 13 Aug 2009, 09:48 PM
I made the change to the config file as instructed, but the changes aren't picked-up even after re-opening the browser, re-compiling and clearing the cache. What could be keeping the tools from picking-up the change?
0
Lini
Telerik team
answered on 14 Aug 2009, 07:15 AM
Hi,

The MOSS RadEditor has two configuration files - ConfigFile.xml and ListConfigFile.xml. The file that will be loaded depends on the scenario you are using the editor in (http://www.telerik.com/help/aspnet-ajax/set-properties-via-config-file.html). Make sure that you have set the SpellAllowAddCustom property in the correct configuration file. The change should be picked up the next time you open the editor (no restarts or clearing cache is required).

All the best,
Lini
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
WebParts for SharePoint
Asked by
Phani
Top achievements
Rank 1
Answers by
Lini
Telerik team
sayitfast
Top achievements
Rank 2
Iron
Stanimir
Telerik team
Mike Lee
Top achievements
Rank 1
Share this question
or