I noticed today that the Media section no longer displays its content, I know there is content there as it shows up when I choose to "Sort". I tried adding a new folder and it worked ... but still nothing shows up in the Media section, just the top level node.
I looked in the Error log and saw that there is a massive repetition of this error:
Couldn't find any page with the nodeId = 1106. This is most likely caused by the page isn't published! Parameter name: nodeId
I don't know if the 2 things are related.
Does anyone have any ideas?
Umbraco v4.7.0 running on MySQL V5 and has been working fine for more than a month prior to today.
I also found this error, which seems to happen when I click on the Media library:
At /umbraco/webservices/TreeDataService.ashx?rnd=f113309df4ff4df4ad07df6741e4e360&id=-1&treeType=media&contextMenu=true&isDialog=false&rnd2=17.4 (Referred by: http://www.domain.co.uk/umbraco/umbraco.aspx):
Something in recycle bin can reuse again because database still save nodeId for return form recycle bin. when xslt call nodeId may be effect to node in bin too.
Couldn't find any page with the nodeId
I noticed today that the Media section no longer displays its content, I know there is content there as it shows up when I choose to "Sort". I tried adding a new folder and it worked ... but still nothing shows up in the Media section, just the top level node.
I looked in the Error log and saw that there is a massive repetition of this error:
Couldn't find any page with the nodeId = 1106. This is most likely caused by the page isn't published!
Parameter name: nodeId
I don't know if the 2 things are related.
Does anyone have any ideas?
Umbraco v4.7.0 running on MySQL V5 and has been working fine for more than a month prior to today.
I also found this error, which seems to happen when I click on the Media library:
At /umbraco/webservices/TreeDataService.ashx?rnd=f113309df4ff4df4ad07df6741e4e360&id=-1&treeType=media&contextMenu=true&isDialog=false&rnd2=17.4 (Referred by: http://www.domain.co.uk/umbraco/umbraco.aspx):
Not very helpful though?!
I found the issue ... the Recycle Bin was missing from the Media section!! How did that happen? Why did Umbraco allow it to happen?!
Anyway, I recreated it in the database and now I can see the media library content again ... fixed but worrying!
Something in recycle bin can reuse again because database still save nodeId for return form recycle bin. when xslt call nodeId may be effect to node in bin too.
is working on a reply...