Internal error, property 'image' is not a valid property for that type of content.
I'm running two instances of Umbraco on the same database - dev/local and stage. Whenever I add images in the media section in one instance I get this error when loading that content in the other instance
Internal error, property 'image' is not a valid property for that type of content.
I have made sure that the physical image is copied over.
The problem still arises even after deleting everything in the App_Data\TEMP folder and deleting the umbraco.config file in the same folder.
It does start working when I re-save the media folder on the second instance. So it seems like a caching issue. Is there anything more than the above that can be done to empty umbracos aggressive cache?
Also, if you do this: "deleting everything in the App_Data\TEMP folder and deleting the umbraco.config" you will also need to bump your web.config so your app recycles otherwise that isn't going to do anything.
I have the same problem.
It's cause because media Folder has invalid property named "image".
Quick workaround is save problematic folder in umbraco back office.
Additional interesting point is start works when during rebuilding of InternalIndexer.
Internal error, property 'image' is not a valid property for that type of content.
I'm running two instances of Umbraco on the same database - dev/local and stage. Whenever I add images in the media section in one instance I get this error when loading that content in the other instance
Internal error, property 'image' is not a valid property for that type of content.
I have made sure that the physical image is copied over.
The problem still arises even after deleting everything in the App_Data\TEMP folder and deleting the umbraco.config file in the same folder.
It does start working when I re-save the media folder on the second instance. So it seems like a caching issue. Is there anything more than the above that can be done to empty umbracos aggressive cache?
Thanks,
Daniel
The code that triggers the error looks like this:
Im having the same problem, did you find a solution ?
I'll see if i can replicate this, stay tuned.
Also, if you do this: "deleting everything in the App_Data\TEMP folder and deleting the umbraco.config" you will also need to bump your web.config so your app recycles otherwise that isn't going to do anything.
I have the same problem. It's cause because media Folder has invalid property named "image". Quick workaround is save problematic folder in umbraco back office.
Additional interesting point is start works when during rebuilding of InternalIndexer.
Hi
Has anyone found a proper fix to this yet? It's happening to me on production sites, when the app pool recycles during quiet times.
Cheers
In my environment this issues stopped to reproduce after upgrade to 7.1
is working on a reply...