Apologies if this isn't a UI-O-Matic issue but I tried to install via Nuget and I get a dependency conflict:
Attempting to resolve dependency 'Newtonsoft.Json (≥ 6.0.8 && < 7.0.0)'.
Install-Package : Already referencing a newer version of 'Newtonsoft.Json'.
I am using 7.0.1 because of another dependency but according to nuget the only dependency that UI-O-Matic has is Umbraco 7.3.0 and I'm using 7.4 which is fine with Newtonsoft.Json 7.0.1.
You could try forcing the install at the package manage console with Install-Package Nibble.Umbraco.UIOMatic -Force:
Alternatively, you could install all the dependencies (aside from Newtonsoft.Json), then ignore dependencies when you install with Install-Package Nibble.Umbraco.UIOMatic -IgnoreDependencies.
Thanks for the advice Nicholas. I tried doing it without the dependencies, but then it seems not to have installed correctly.
There is no tree within the UI-O-Matic section and it appears as if the language text is missing as the only two bits of text (section label and right panel header) are placeholders e.g.: [sections_uiomatic]
I also tried to download UI-O-Matic through the packages section but it said it couldn't open the zip and I notice the version number is behind the one on nuget.
Nuget dependency issue
Apologies if this isn't a UI-O-Matic issue but I tried to install via Nuget and I get a dependency conflict: Attempting to resolve dependency 'Newtonsoft.Json (≥ 6.0.8 && < 7.0.0)'. Install-Package : Already referencing a newer version of 'Newtonsoft.Json'.
I am using 7.0.1 because of another dependency but according to nuget the only dependency that UI-O-Matic has is Umbraco 7.3.0 and I'm using 7.4 which is fine with Newtonsoft.Json 7.0.1.
Does UI-O-Matic have an undeclared dependency?
You could try forcing the install at the package manage console with
Install-Package Nibble.Umbraco.UIOMatic -Force
:Alternatively, you could install all the dependencies (aside from Newtonsoft.Json), then ignore dependencies when you install with
Install-Package Nibble.Umbraco.UIOMatic -IgnoreDependencies
.Thanks for the advice Nicholas. I tried doing it without the dependencies, but then it seems not to have installed correctly.
There is no tree within the UI-O-Matic section and it appears as if the language text is missing as the only two bits of text (section label and right panel header) are placeholders e.g.: [sections_uiomatic]
Nothing in the error log. Waa waa!
I also tried to download UI-O-Matic through the packages section but it said it couldn't open the zip and I notice the version number is behind the one on nuget.
I fear I may have to give the package a miss...
is working on a reply...