I'm using Umbraco 7.1.1 and the latest Archetype (the latest source from https://github.com/imulus/Archetype, not the release version) and SEO checker.
The Archetype works fine without SEO Checker, but as soon as I add SEO Checker to the project I have the following error in the Archetype :
Tried to reproduce this with the normal version and that works ok. Would it be possible to zip up the ArcheType package so I can test it in my environment?
Trying to setup my view like yours but I think I am missing a couple of using statements. Could you send the complete view? can also via mail [email protected] ?
Latest Archetype and SEO Checker incompatibility
Hello,
I'm using Umbraco 7.1.1 and the latest Archetype (the latest source from https://github.com/imulus/Archetype, not the release version) and SEO checker.
The Archetype works fine without SEO Checker, but as soon as I add SEO Checker to the project I have the following error in the Archetype :
The Archetype source code in here : https://github.com/imulus/Archetype/blob/master/app/Umbraco/Umbraco.Archetype/Models/Property.cs
is doing :
line 84. And the constructor of PublishedPropertyType crashes when it does "InitializeConverters"
Do you have any idea why ?
Thank you very much
Hi,
Tried to reproduce this with the normal version and that works ok. Would it be possible to zip up the ArcheType package so I can test it in my environment?
Thanks,
Richard
OK thank you very much i'll do that.
But since they have added a try/catch in the archetype just around this code so it might work now. i'll do a test and come back to you.
Hello,
I just downloaded the latest ArcheType but I still have the same problem..
I have uploaded the project here : https://dl.dropboxusercontent.com/u/871028/Shared/Umbraco7%20ArcheType.zip
In the umbTextPage.cshtml I have added for test :
ArchetypeModel newAT = Model.Content.GetPropertyValue<ArchetypeModel>("newAT");
@foreach (ArchetypeFieldsetModel fieldset in newAT)
{
string test = fieldset.GetValue<string>("text");
<div>@test</div>
}
If you browse the "/getting-started/" page, you'll see the div with the archetype value (just a string with "sdfsdfsdf" in...)
And if you install the SEO Checker package, then the Archetype crashes as discribed. If I delete SEO checker again, then it works again.
Many thanks
Hi Fabrice,
Trying to setup my view like yours but I think I am missing a couple of using statements. Could you send the complete view? can also via mail [email protected] ?
Thanks,
Richard
Hello,
In the dropbox zip file, you have the umbraco project with the database, views, archetype etc...
I don't have anything more than that :)
Sorry my fault picked the wrong zip ;-)
Hi,
I've just released the 1.5.2 version, that solves this issue.
http://our.umbraco.org/projects/website-utilities/seo-checker
is working on a reply...