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

Problem saving image in Image Editor

7 Answers 76 Views
Editor
This is a migrated thread and some comments may be shown as answers.
David Stretch
Top achievements
Rank 1
David Stretch asked on 25 Feb 2011, 12:28 PM
Hi,

When inserting an image into the editor and clicking on the Imafe Editor icon I get "Image not found" when saving the image.  This only seems to happen when the image is in a different site to the one that the editor is running in.  For example my config looks like this:

  <property name="ImagesPaths">
    <item>PublishingImages</item>
    <item>/Global/Image/UserLibrary</item>
  </property>

If I'm trying to save the image to the "PublishingImages" library which is under the same site as the page I'm editing it all works OK.  If I'm editing an image that was in the second path I get the error.  The user I am editing the page as has full control (farm admin rights even!) to both sites.

Any ideas?

Thanks

7 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 02 Mar 2011, 08:16 AM
Hello David,

I was not able to reproduce the problem on our test server. In order to help you further I will need some additional information. Please provide me with the web.config file of your MOSS site and the ConfigFile.xml, ListConfigFile.xml, ToolsFile.xml, ListToolsFile.xml files, which are located in the /Program Files/Common Files/Microsoft Shared/web server extensions/wpresources/RadEditorSharePoint/5.x.x.0__1f131a624888eeed/Resources/ folder. Also could you tell me in what scenario are you using the control? Is it WCM, Web Part or List (lists, wiki, blog ...)?

In addition, if you are not using the latest version of RadEditor for MOSS, which now is 5.8.6, I suggest you to upgrade to it. You can find the instructions in the following online help article: Upgrading to a newer version of RadEditor for MOSS


Kind regards,
Stanimir
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
David Stretch
Top achievements
Rank 1
answered on 03 Oct 2011, 04:08 PM
Hi there,

I held off from replying to this previously as we were due to upgrade the RadEditor so I thought I'd wait and see what happened after the upgrade (5.6.0.0 --> 5.8.8.5).  Unfortunately it's still the same on the newer version so I guess the problem is elsewhere.

The problem described above is when using the image editor when adding content to a Wiki list item.

When the image is saved, what context is the editor saving the image in?  Is it writing it as the current user, the app pool account or something else?

Thanks
0
Stanimir
Telerik team
answered on 04 Oct 2011, 07:46 AM
Hi David,

Regarding your "credentials" question,  in the editor's dialogs impersonation is enabled, so every operation there is in the context of the currently logged user.


Regards,
Stanimir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
David Stretch
Top achievements
Rank 1
answered on 04 Oct 2011, 09:34 AM
Thanks, so I guess it's not a permissions problem then as it throws the same error when performing the action as a site collection admin.

Is there any diagnostic logging I can enable to get more info about what's failing?
0
Stanimir
Telerik team
answered on 05 Oct 2011, 06:19 AM
Hi David Stretch,

Could you check, if you experience the problem with the latest version of RadEditor for MOSS, which now is 5.8.11. I think that we made some changes in the content provider of the control, which might regard exactly this issue.


Best wishes,
Stanimir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
David Stretch
Top achievements
Rank 1
answered on 05 Oct 2011, 09:32 AM
That's easier said than done as we use many custom page layouts all with the Telerik editor on, all of which have the version number embedded in them.

If you're sure that this new version contains changes which may fix the problem then I'll give it a go.  Do you have any more detail on the changes made?

Thanks!
0
Stanimir
Telerik team
answered on 05 Oct 2011, 10:51 AM
Hello David Stretch,

There is no need to change the version in each page. All you have to do is add a dependentAssembly element as it is described in the following online help article: Upgrading to a newer version of RadEditor for MOSS

For example:
<dependentAssembly>
   <assemblyIdentity name="RadEditorSharePoint" publicKeyToken="1f131a624888eeed" culture="neutral" />
   <bindingRedirect oldVersion="1.0.0.0-5.8.11.0" newVersion="5.8.11.0" />
</dependentAssembly>
or
<dependentAssembly>
    <assemblyIdentity name="Telerik.Web.UI" publicKeyToken="121fae78165ba3d4" />
    <bindingRedirect oldVersion="1.0.0.0-2011.2.915.20" newVersion="2011.2.915.20" />
</dependentAssembly>



Best wishes,
Stanimir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Editor
Asked by
David Stretch
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
David Stretch
Top achievements
Rank 1
Share this question
or