I am having a problem deleting one of the nodes in the recycle bin. If i right click the node and click delete - nothing happens. The node changes name to "deleting..." but it doesn't disappear.
Is far as i can see, the problem is that the parent node no longer exist. If i try to move the node, i get an "No node exists with id '2123'" - the node which i am trying to delete has id 2191, and 2123 is the parent node that no longer exist.
All other nodes in the recycle bin can be deleted.
Is there anything i can do? We have upgraded to the latest Umbraco 4.11.4 with the Path Fix.
I have seen many of those SQL queries regarding the recycle bin. The problem is that they all differ from each other, and almost everyone of them has a 'not sure if this breaks anything' over it. I just don't want to break anything because I have deleted something I shouldn't in the database :-)
Problem deleting single node from recycle bin
Hi there!
I am having a problem deleting one of the nodes in the recycle bin. If i right click the node and click delete - nothing happens. The node changes name to "deleting..." but it doesn't disappear.
Is far as i can see, the problem is that the parent node no longer exist. If i try to move the node, i get an "No node exists with id '2123'" - the node which i am trying to delete has id 2191, and 2123 is the parent node that no longer exist.
All other nodes in the recycle bin can be deleted.
Is there anything i can do? We have upgraded to the latest Umbraco 4.11.4 with the Path Fix.
Thanks in advance!
Hi Emil
Try having a look at this SQL example - This should do the trick.
http://spyriadis.net/2012/06/umbraco-fix-empty-recycle-bin-using-sql-if-backend-fails/
/Jan
I have seen many of those SQL queries regarding the recycle bin. The problem is that they all differ from each other, and almost everyone of them has a 'not sure if this breaks anything' over it. I just don't want to break anything because I have deleted something I shouldn't in the database :-)
is working on a reply...