Images missing via api but they exist in media section. Lucene index?
The website has been running for quite a while. Suddenly images are "falling out" of the website. Missing in frontend but they are avail i backend. Also they work fine if you request them directly. It seems that the api is "out of sync":
Example - this code returned a collection of images from a folder. Suddenly it returns nothing
var mediaFolder = Umbraco.Media(folderId);
var items = mediaFolder.Children;
Is it Lucene (which I never really liked anyway)? And can I get it back?
Images missing via api but they exist in media section. Lucene index?
The website has been running for quite a while. Suddenly images are "falling out" of the website. Missing in frontend but they are avail i backend. Also they work fine if you request them directly. It seems that the api is "out of sync":
Example - this code returned a collection of images from a folder. Suddenly it returns nothing
Is it Lucene (which I never really liked anyway)? And can I get it back?
/Jesper
Umbraco 7.13
Hi Jesper,
Have you tried the "rebuild index" option in the "Examine Management" dashboard for the internal and external indexers?
Jeavon
I forgot about Examine Management dashboard. Thanks. I've tried it and it worked! fantastic.
Thank you. Owe you one more :)
best
Jesper
That's awesome! Sometimes Examine indexes corrupt, we wish it didn't and don't know why it does but it least it can easily be rebuilt now.
Cheers,
Jeavon
is working on a reply...