Hi,
I have just upgraded from Umbraco 7.4.3 to 7.5.4 and I am getting a 500 internal server error when I try to edit my Archetype blocks.
Can anyone help?
Had the exact same issue. After upgrading to 7.5.4, Archetype would not display in the content editor and would throw an error "unable to load data type". Upgraded to the latest version of Archetype to no avail. Finally traced down throught the scripts errors to this 500 message. Adding the assembly redirect (above) fixed the issue. However this is going to cause a lot of headaches in the future as more and more people switch over...
Archetype GetByGuid 500 Internal Server Error
Hi, I have just upgraded from Umbraco 7.4.3 to 7.5.4 and I am getting a 500 internal server error when I try to edit my Archetype blocks. Can anyone help?
Jon
Hi Jonathan,
This seems to be due to a non-reported "breaking change" in Umbraco Core. Since 7.5.4 it ships with a newer version of Automapper.
This will breaks packages that make use of Automapper.
You can see that archetype makes use of automapper : https://github.com/kgiszewski/Archetype/blob/master/app/Umbraco/Umbraco.Archetype/Api/ArchetypeDataTypeController.cs
It also breaks this package of mine on 7.5.4 : https://our.umbraco.org/projects/backoffice-extensions/loadbalancing-information-dashboard/
Maybe you can report here that it also breaks archetype : http://issues.umbraco.org/issue/U4-8984
Dave
Hi, thanks for your update - is there anything I can do to get this working?
It seems a a assemblyBinding can fix it
https://twitter.com/mikkelhm/status/790523705566822400
Dave
I added the following to my webconfig and this fixed the issue:
Had the exact same issue. After upgrading to 7.5.4, Archetype would not display in the content editor and would throw an error "unable to load data type". Upgraded to the latest version of Archetype to no avail. Finally traced down throught the scripts errors to this 500 message. Adding the assembly redirect (above) fixed the issue. However this is going to cause a lot of headaches in the future as more and more people switch over...
Thanks,
jamie
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.