Maybe related, but I run a macro to list children of a given media node (to set up some redirects). Had been working well, but on upgrade to 6.1.1, only newly-created media nodes show up when I run the macro.
So for example, I have a media folder called "Comments" (node ID of 5312) which has in it about 50 subfolders and a few files in each subfolder.
But @Model.MediaById(5312).Children.Count() returns a value of "4", which is the number of folders I've added in the last couple months. None of the others are present, even though they show up in the UI and have valid files in them.
Any thoughts? Any way to "rebuild" the media index or something?
All Media children in media content tree disappeared
All was fine. Was deleting some unwanted media files... one after another... after another... etc
Suddenly one deletion caused some sort of error, the node on the media content tree seemed to hang on 'Deleting...'
Refreshed page to see if that freed things up and all Media child nodes disappear.
All media files are still present in the media folder but something has corrupted and nothing is shown underneath the media node.
Anyone know how to sort this out?
Jules
Nobody...???
Fixed. Should've put this in Bugs.
Came across this error when trying to select a media node:
"No node exists with id '-21'
Somehow recycle bin entry in UmbracoNode table had been deleted (did I really accidentally delete the recycle bin...???).
Anyway the fix was to run an insert on the UmbracoNode table
See http://our.umbraco.org/forum/using/ui-questions/20432-Error-No-node-exists-with-id-'-21' for more info.
J
Maybe related, but I run a macro to list children of a given media node (to set up some redirects). Had been working well, but on upgrade to 6.1.1, only newly-created media nodes show up when I run the macro.
So for example, I have a media folder called "Comments" (node ID of 5312) which has in it about 50 subfolders and a few files in each subfolder.
But @Model.MediaById(5312).Children.Count() returns a value of "4", which is the number of folders I've added in the last couple months. None of the others are present, even though they show up in the UI and have valid files in them.
Any thoughts? Any way to "rebuild" the media index or something?
is working on a reply...