Hey - we've seen that error on some sites which had inconsistent or corrupt content types - can you check that you don't have two content types sharing the same alias?
Until now ModelsBuilder was trusting Umbraco to be somewhat consistent ;) Preparing a patch-release of ModelsBuilder that would report the error with more details.
Modelbuilder Not working on Umbraco 7.6
Hi,
just updated our website to version 7.6, the most is working fine, but the model builder throws following:
This is my configuration:
<add key="Umbraco.ModelsBuilder.Enable" value="true" /> <add key="Umbraco.ModelsBuilder.ModelsMode" value="LiveAppData" /> <add key="Umbraco.ModelsBuilder.ModelsNamespace" value="Homepage.Core.PublishedContentModels" /> <add key="Umbraco.ModelsBuilder.ModelsDirectory" value="~/../Homepage.Core/Models/_Umbraco" /> <add key="Umbraco.ModelsBuilder.AcceptUnsafeModelsDirectory" value="true" />
Doese anyone knows the problem?
Thank you very much for helping out!
Have a really great Umbracoday,
Niklas
Just created a clean new instance of Umbraco, there it is working correctly. Following Plugins i've installed:
Hey - we've seen that error on some sites which had inconsistent or corrupt content types - can you check that you don't have two content types sharing the same alias?
Until now ModelsBuilder was trusting Umbraco to be somewhat consistent ;) Preparing a patch-release of ModelsBuilder that would report the error with more details.
Let me know if you can gather more details.
Thank you very much! Saved my Day.
Good look with the patch-release!
is working on a reply...