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

Image Manager, Documents, etc on MOSS 2007 sp1

3 Answers 115 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Roger Brown
Top achievements
Rank 1
Roger Brown asked on 10 Feb 2008, 06:08 PM
Hi,

We are using the full version of the MOSS editor. We have installed it successfully using the Site Scope from the "Change Rad Editor features Scope" Section of the documentation and we have also changed to medium trust in the web.config.

Everything on the editor works except for the ImageManager and Document manager (and probably the others that upload) which throws an error:

[SPException: "/_catalogs/" contains reserved name. Please try another one.]
   Microsoft.SharePoint.SPGlobal.ValidateWebName(String strWebName, Boolean bAcceptLeadingTrailingSlash) +601
   Microsoft.SharePoint.SPSite.OpenWeb(String strUrl, Boolean requireExactUrl) +70
   Microsoft.SharePoint.SPSite.OpenWeb(String strUrl) +61
   Telerik.SharePoint.Editor.SPContentProvider.GetSPFolderFromPath(String path) +326
   Telerik.SharePoint.Editor.SPContentProvider.ResolveDirectory(String path) +17
   Telerik.SharePoint.Editor.SPContentProvider.ResolveRootDirectoryAsTree(String path) +10
   Telerik.WebControls.RadEditorUtils.FileBrowserContentProvider.ResolveViewPaths() +98
   Telerik.WebControls.EditorControls.FileBrowser.SerializeViewPaths() +102
   Telerik.WebControls.EditorControls.FileBrowser.OnPreRender(EventArgs e) +249
   System.Web.UI.Control.PreRenderRecursiveInternal() +118
   System.Web.UI.Control.PreRenderRecursiveInternal() +239
   System.Web.UI.Control.PreRenderRecursiveInternal() +239
   System.Web.UI.Control.PreRenderRecursiveInternal() +239
   System.Web.UI.Control.PreRenderRecursiveInternal() +239
   System.Web.UI.Control.PreRenderRecursiveInternal() +239
   System.Web.UI.Control.PreRenderRecursiveInternal() +239
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3681


Thanks for any help.

3 Answers, 1 is accepted

Sort by
0
Roger Brown
Top achievements
Rank 1
answered on 10 Feb 2008, 06:11 PM
I forgot - we are using the full version - 4.5.0 (downloaded from the site today).
0
George
Telerik team
answered on 12 Feb 2008, 04:31 PM
Hi Bryan,

I have already answered your other Support ticket. For your convenience I pasted my answer bellow:

Unfortunately, the provided information is not enough for us to determine what the reason for the problem is.
Please, provide us with some additional information:
  • Have you modified the editor's ConfigFile? If yes, please send us the modified file.
  • Give us more details about your current configuration.

Looking forward to hearing from you,
George
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Notocord
Top achievements
Rank 1
answered on 21 Feb 2008, 02:33 PM

  Hello,

I resolved this issue adding this code in ConfigFile.xml :

<property name="ImagesPaths">
  <item>SiteCollectionImages</item>
</property>

Tags
WebParts for SharePoint
Asked by
Roger Brown
Top achievements
Rank 1
Answers by
Roger Brown
Top achievements
Rank 1
George
Telerik team
Notocord
Top achievements
Rank 1
Share this question
or