There was an issue with Umbraco 7.4.0 that causes le blender editor to fail in the backoffice when they had the "Render in the grid" option checked, but it wasn't related to LeBlender so if you have any problems, just upgrade to 7.4.1.
Can you provide more information about your configuration? e.g., which type of editors you have created with LeBlender.
I'm asking because I've tested LeBlender on a new installed Umbraco 7.4.1 with a couple of simple editors and it works perfectly and there isn't any hanging.
The upgrade from LeBlender 1.0.8.3 to 1.0.8.4 didn't change the hanging, so now I've restarted with a new installation of Umbraco 7.4.1 and LeBlender 1.0.8.4 and will see through step by step if the error occurs again, and hope all is ok this time. I'll continue this work tomorrow.
For the most part I've had no problems with LeBlender in 7.4.1, except after installing an unrelated Nuget package, my _ViewStart.cshtml file started using a layout in Shared, which caused GetPartialViewResultAsHtmlForEditor to return a 500 error. By the way it had nothing to do with GetPartialViewResultAsHtmlForEditor, I put it in a try/catch block to log the error, there was no error. So just in case this happens to somebody else, check your _ViewStart.
umbraco 7.4
Hi Antoine,
Are you going to customise LeBlender for umbraco 7.4?
Thanks.
What do you mean by customise? I have already detect some issues and we will release soon a release for thoses bug fixes.
Oh, nice to hear it.
Thanks for reply!
There was an issue with Umbraco 7.4.0 that causes le blender editor to fail in the backoffice when they had the "Render in the grid" option checked, but it wasn't related to LeBlender so if you have any problems, just upgrade to 7.4.1.
Cheers!
7.4.1 is better than 7.4.0, but I still have problems with LeBlender 1.0.8.3 installed at Umbraco 7.4.1. My case here: https://our.umbraco.org/forum/ourumb-dev-forum/bugs/75245-umbraco-hanging
Hi Tom,
Can you provide more information about your configuration? e.g., which type of editors you have created with LeBlender.
I'm asking because I've tested LeBlender on a new installed Umbraco 7.4.1 with a couple of simple editors and it works perfectly and there isn't any hanging.
Cheers.
The upgrade from LeBlender 1.0.8.3 to 1.0.8.4 didn't change the hanging, so now I've restarted with a new installation of Umbraco 7.4.1 and LeBlender 1.0.8.4 and will see through step by step if the error occurs again, and hope all is ok this time. I'll continue this work tomorrow.
For the most part I've had no problems with LeBlender in 7.4.1, except after installing an unrelated Nuget package, my _ViewStart.cshtml file started using a layout in Shared, which caused GetPartialViewResultAsHtmlForEditor to return a 500 error. By the way it had nothing to do with GetPartialViewResultAsHtmlForEditor, I put it in a try/catch block to log the error, there was no error. So just in case this happens to somebody else, check your _ViewStart.
Yes, the problem was in _ViewStart.cshtml. Comment out the Layout = "~/Views/Shared/Layout.cshtml", and the problem was gone!
This was the perfect fix for me - using Umbraco 7.4.1 w/ LeBlender 1.0.8.4 - I was getting the HTTP 500 on GetPartialViewResultAsHtmlForEditor.
is working on a reply...