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

[RaEditor] Document Manager displays 'There was an error in the callback' message.

3 Answers 107 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Yuriy
Top achievements
Rank 1
Yuriy asked on 26 Jan 2012, 09:59 AM
Hi,

I am using Telerik.Web.UI rev 2011.1.315.35. I have met a strange issue — opening the Document Manager and navigating to one specific folder causes Document Mamanger to display the following error message:

There was an error in the callback.
    <span class="rtSp"></span><span class="rtPlus"></span><div class="rtIn">
         <div class="rtTemplate">
             <span></span><span></span>
         </div>
     </div>
 </div></li><li class="rtLI"><div class="rtMid">
     <span class="rtSp"></span><span class="rtPlus"></span><div class="rtIn">
         <div class="rtTemplate">
             <span></span><span></span>
         </div>
     </div>
 </div></li><li class="rtLI"><div class="rtMid">
     <span class="rtSp"></span><span class="rtPlus"></span><div class="rtIn">
         <div class="rtTemplate">
             <span></span><span></span>
         </div>
     </div>
 </div></li><li class="rtLI"><div class="rtMid">
     <span class="rtSp"></span><span class="rtPlus"></span><div class="rtIn">
         <div class="rtTemplate">
             <span></span><span></span>
         </div>
     </div>
 </div></li><li class="rtLI"><div class="rtMid">
     <span class="rtSp"></span><span class="rtPlus"></span><div class="rtIn">
         <div class="rtTemplate">
             <span></span><span></span>
         </div>
     </div>
 </div></li><li class="rtLI"><div class="rtMid">
     <span class="rtSp"></span><span class="rtPlus"></span><div class="rtIn">
         <div class="rtTemplate">
             <span></span><span></span>
         </div>
     </div>
 </div></li><li class="rtLI"><div class="rtMid">
     <span class="rtSp"></span><span class="rtPlus"></span><div class="rtIn">
         <div class="rtTemplate">
             <span></span><span></span>
         </div>
     </div>
 </div></li><li class="rtLI"><div class="rtMid">
     <span class="rtSp"></span><span class="rtPlus"></span><div class="rtIn">
         <div class="rtTemplate">
             <span></span><span></span>
         </div>
     </div>
 </div></li><li class="rtLI"><div class="rtMid">
     <span class="rtSp"></span><span class="rtPlus"></span><div class="rtIn">
         <div class="rtTemplate">
             <span></span><span></span>
         </div>
     </div>
 </div></li><li class="rtLI"><div class="rtMid">
     <span class="rtSp"></span><span class="rtPlus"></span><div class="rtIn">
         <div class="rtTemplate">
             <span></span><span></span>
        </div>
...

This happens only with one item in the content tree. Clicking on it results in the mentioned error message displayed, and the subfolders of this folder are not expanded, though they are displayed in the middle pane. Could you please provide me with some assumptions on how to fix this?

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 30 Jan 2012, 12:20 PM
Hello,

Could you please upgrade to the latest Q3 2011 SP1 build and try to reproduce the problem again?

Regards,
Rumen
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
Yuriy
Top achievements
Rank 1
answered on 10 Feb 2012, 08:57 AM
Hello Rumen,

Unfortunately, I cannot upgrade to the latest build as we are using Telerik's controls as a part of Sitecore CMS. Is it possible to obtain a hotfix somehow?

Thank you in advance.

Best regards,
Yuriy.
0
Rumen
Telerik team
answered on 14 Feb 2012, 04:01 PM
Hello,

I am not sure which version of RadEditor (RadEditor.dll or Telerik.Web.UI.dll) is used by Sitecore, but we do not directly support this CMS.

You can contact their support and ask them for help to upgrade the editor to its latest version or try yourself using binding redirect to upgrade the editor.

If the old RadEditor.dll is reference by another SiteCore assembly you should configure assembly binding redirect in the web.config file:

<dependentAssembly>
<assemblyIdentity name="RadEditor" publicKeyToken="852c9eb6525c1b53" culture="neutral" />
<bindingRedirect oldVersion="1.0.0.0-7.3.6.0" newVersion="7.3.6.0" />
</dependentAssembly>

You can find more information in the following MSDN article: Assembly Binding Redirection.

The same is true if the Telerik.Web.UI.dll is used:

<dependentAssembly>
<assemblyIdentity name="Telerik.Web.UI.dll" publicKeyToken="852c9eb6525c1b53" culture="neutral" />
<bindingRedirect oldVersion="1.0.0.0-2011.3.1305.35" newVersion="2011.3.1305.35" />
</dependentAssembly>




Kind regards,
Rumen
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
Editor
Asked by
Yuriy
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Yuriy
Top achievements
Rank 1
Share this question
or