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

[Solved] Installation Problems

1 Answer 67 Views
RadEditor
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jamie Moore
Top achievements
Rank 1
Jamie Moore asked on 24 Mar 2006, 11:13 AM
Hi,

I am trying to install the RAd Editor and have 2 issues:

1) I have updated my ows.js script with the RAD editor script, but it doesnt work due to it not being installed. Does the web part need to be deployed for RAD to work?

2) When trying to deploy the web part I get an error that

radwebparts.cab: The Web Part Package file (.cab) cannot be found in the configuration database.

I followed the install instructions exactly, with RadWebParts.cab in the C:\ directory, but it doesnt work.

Thanks,

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 24 Mar 2006, 05:57 PM

Hi Jamie,

Up to your questions:

  1. Yes, the webpart has to be deployed in order to replace the default rich text editor. The deployment of the webpart installs the files required for r.a.d.editor to work.
  2. If you have extracted RadWebParts.cab in c:\ you should run the following command:
    • To deploy in GAC:
      stsadm -o addwppack -url http://<your_server>/ -globalinstall
      -filename c:\RadWebParts.cab
    • To install in BIN:
      stsadm -o addwppack -url http://<your_server>/ -filename c:\RadWebParts.cab
If something goes wrong you could send us over the command you are trying to run. We will inspect it for any errors.

Let us know how it goes,
Albert
the telerik team
Tags
RadEditor
Asked by
Jamie Moore
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or