I am trying to delete all the pages that are in my recycle bin. I am currently running Umbraco 4.5.1. When I select the empty recycle bin the loading bar just site there for ever and nothing happens.
To see what's happening, open umbraco with firefox, turn on firebug, go to console. Empty the recycle bin. In the console it should appers 3 ou 4 calls (POST) to the server, open them and in the tab Response what is the response of the server.
(Or maybe it easier to see the event log, but in hte method above you can trace all the process, or check if the error is in the server side, ou javascript)
Deleteing Recycle Bin Not working
I am trying to delete all the pages that are in my recycle bin. I am currently running Umbraco 4.5.1. When I select the empty recycle bin the loading bar just site there for ever and nothing happens.
Hi,
To see what's happening, open umbraco with firefox, turn on firebug, go to console. Empty the recycle bin. In the console it should appers 3 ou 4 calls (POST) to the server, open them and in the tab Response what is the response of the server.
(Or maybe it easier to see the event log, but in hte method above you can trace all the process, or check if the error is in the server side, ou javascript)
I was finally able to empty the recycle bin by removing orphan nodes. See blog for details: blog.degree.no/.../
-Njal
is working on a reply...