I have a new site build which started it's life in 4.11.3 and has since been upgraded to 4.11.4. This issue exists for me in both versions. I'm unable to delete any nodes whether it be content, template or doctypes through the UI. Nothing in the logs, no visible exception on screen or in the browser console.
I also upgraded from Umbraco v4.11.3.1 to v4.11.4 but I don't have the problem you encountered. Just deleted a whole website node from my Content Tree without any problems.
Fix Path installed and ran with no change. A few times I've wiped the database and started from a clean install with the same issue. I am now noticing some errors as follows in my console:
The MicrosoftAjax script references are what is possibly the cause of this but I'm yet to find out what is injecting those into the page? They don't exist in the package?
@Anthony: I think you should run the fix package just to be sure the DB is not messed up. I ran it on our "template" project where we had not seen the YSOD screen but there were some paths that was fixed anyway. So I recommend you run it :)
@Simon: Hmm, that really is odd...Sometimes I've seen issues with ASP.NET ajax missing on the machine but it's been very rare though.
After a lot of confusion and wasted time I've managed to resolve the issue which I actually think was a result of the recent error in the Umbraco Nuget downloads I discovered on Friday which caused UmbracoCms 4.11.4 to have a dependency on UmbracoCms.Core 6.0.0. I think when I managed to work around this by downgrading the install some residual files were left over in the bin directory causes this problem.
Unable to delete nodes in any section in 4.11.x
I have a new site build which started it's life in 4.11.3 and has since been upgraded to 4.11.4. This issue exists for me in both versions. I'm unable to delete any nodes whether it be content, template or doctypes through the UI. Nothing in the logs, no visible exception on screen or in the browser console.
See the following as an example:
http://screenr.com/Eon7
Any ideas?
Hi Simon
Did you also run the "fix path" script after upgrading?
If not you should try doing so - and you can read more about it here if you have not already: http://umbraco.com/follow-us/blog-archive/2013/2/1/umbraco-4114-released.aspx
/Jan
Hi Simon,
I also upgraded from Umbraco v4.11.3.1 to v4.11.4 but I don't have the problem you encountered. Just deleted a whole website node from my Content Tree without any problems.
I didn't install the "fix path" package.
greetings,
Anthony
Fix Path installed and ran with no change. A few times I've wiped the database and started from a clean install with the same issue. I am now noticing some errors as follows in my console:
The MicrosoftAjax script references are what is possibly the cause of this but I'm yet to find out what is injecting those into the page? They don't exist in the package?
@Anthony: I think you should run the fix package just to be sure the DB is not messed up. I ran it on our "template" project where we had not seen the YSOD screen but there were some paths that was fixed anyway. So I recommend you run it :)
@Simon: Hmm, that really is odd...Sometimes I've seen issues with ASP.NET ajax missing on the machine but it's been very rare though.
Maybe it's worth trying to download and install this kit? http://www.microsoft.com/en-us/download/details.aspx?id=883 - It's fixed some odd issues for me previously.
/Jan
After a lot of confusion and wasted time I've managed to resolve the issue which I actually think was a result of the recent error in the Umbraco Nuget downloads I discovered on Friday which caused UmbracoCms 4.11.4 to have a dependency on UmbracoCms.Core 6.0.0. I think when I managed to work around this by downgrading the install some residual files were left over in the bin directory causes this problem.
See the thread on Twitter here;
https://twitter.com/ProNotion/statuses/297343153239891968
is working on a reply...