We are running 4.7.2 and clicking the recycle bin icon displays the timer and this vanishes and no pages appear. I suspect this is because there are so many pages in it.
Two questions:
1. Is there a SQL statement to restore a single page?
2. Is there a SQL statement to reduce the size by date?
As a followup to this. Looking in Firebug the returned error is below. I've increased the length in web.config to the maximum 2147483647 but still get the error.
Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.
I did find a solution and I thought I'd posted a very detailed reply on the forum but it seems to have vanished or never got posted. I think this is it though:
Recycle bin not displaying
We are running 4.7.2 and clicking the recycle bin icon displays the timer and this vanishes and no pages appear. I suspect this is because there are so many pages in it.
Two questions:
1. Is there a SQL statement to restore a single page?
2. Is there a SQL statement to reduce the size by date?
Thanks
As a followup to this. Looking in Firebug the returned error is below. I've increased the length in web.config to the maximum 2147483647 but still get the error.
We have a similar problem - see re: http://our.umbraco.org/forum/core/general/32181-Recycle-bin-not-displaying
Our issue is slightly different. We emptied a large recyle bin and now are getting the same behavior as Dan Evans.
I did find a solution and I thought I'd posted a very detailed reply on the forum but it seems to have vanished or never got posted. I think this is it though:
is working on a reply...