Content tree not loading --> Telerik RadCompression
I'm not really sure if this can be considered an Umbraco 'bug', so please move this topic if neccesary.
I recently suffered an issue where the content tree (in Umbraco 4.7) would not load. Searching the internet, this usually means that the access rights are not set properly, or you are using a MySql server. However, both these items were not an issue: The NETWORK SERVICE had full rights to the entire folder and we are using a MS SQL server. I spent the better part of a day working this out.
In the end, the problem was related to the Telerik suite of controls. I used the 'Telerik' menu option to include Telerik support on my project. When checking options, I seem to have checked the 'RadCompression' module. Which this option enabled, the content trees will NOT LOAD. What made this so hard to debug, is that the tree would load in Chrome and Opera, but not in any IE version or Firefox.
Because the Telerik suite is well known and used often I would like to warn developers so they don't have to send as much time debugging as I have now. I'm not sure if Umbraco can do anything about this or should do anything about this, or if this is a Telerik issue. But it's annoying to say the least.
Thansk for reporting this. Since Umbraco comes with a ClientDependency Framework that does some magic with you scripts and css files to bundle it. I'm sure this conflicted the Telerik Suite. It's safe to disable that option in the Telerik suite since Umbraco does the same.
looking at the DLL in umbraco bin, it seems to be using V 1.0.2 of ClientDependency.Core.dll. Should this be updated to the latest version 1.3 ClientDependency.Core.dll?
Content tree not loading --> Telerik RadCompression
I'm not really sure if this can be considered an Umbraco 'bug', so please move this topic if neccesary.
I recently suffered an issue where the content tree (in Umbraco 4.7) would not load. Searching the internet, this usually means that the access rights are not set properly, or you are using a MySql server. However, both these items were not an issue: The NETWORK SERVICE had full rights to the entire folder and we are using a MS SQL server. I spent the better part of a day working this out.
In the end, the problem was related to the Telerik suite of controls. I used the 'Telerik' menu option to include Telerik support on my project. When checking options, I seem to have checked the 'RadCompression' module. Which this option enabled, the content trees will NOT LOAD. What made this so hard to debug, is that the tree would load in Chrome and Opera, but not in any IE version or Firefox.
Because the Telerik suite is well known and used often I would like to warn developers so they don't have to send as much time debugging as I have now. I'm not sure if Umbraco can do anything about this or should do anything about this, or if this is a Telerik issue. But it's annoying to say the least.
Hi Luuk,
Thansk for reporting this. Since Umbraco comes with a ClientDependency Framework that does some magic with you scripts and css files to bundle it. I'm sure this conflicted the Telerik Suite. It's safe to disable that option in the Telerik suite since Umbraco does the same.
Cheers,
Richard
I ran into the same issues with RadCompression.
looking at the DLL in umbraco bin, it seems to be using V 1.0.2 of ClientDependency.Core.dll. Should this be updated to the latest version 1.3 ClientDependency.Core.dll?
is working on a reply...