Archetype
Archetype copied to clipboard
Label Template not working after Upgrade to 1.17.1
Hello I am using Umbraco 7.6.1 previously i am using Archetype 1.16 but after update all label Name not displayed in umbraco back office. for this reason all pages where i am using Archetype datatype umbraco will give Server error: Contact administrator, see log for full details. Failed to retrieve datatypes from tree service
please do some thing needfull
Hi there. Can you provide a sample one that is not working?
Hello Please check complete error description in pdf Arketype Error1.pdf Replay ASAP
Hi there. Can you please post your issue in a format that is web friendly? External files may be dangerous for me to open, thank you.
Also, I would recommend using the v.latest of Archetype
Here is error snap Kindly click link below to go with error Click here
i am using latest version of arketype
I'm not trying to be mean, but if you cannot simply post your issue without using a file or a requiring a login, I will have to close this issue.
If you wouldn't mind posting your troublesome label template code and some screenshots we can try to resolve this.
@dksingh605 I suggest you to upgrade to 1.17.1 and make sure you don't have any javascript file cached.
I had detected the same problem (with 1.17.0) but now after upgrading to 1.17.1 it's working properly as before
Not sure if it's exactly the same issue, but I saw something similar today. Got this error (the important line in a giant stack trace):
Umbraco.Core.Models.DataTypeDefinition ---> System.InvalidOperationException: Could not find property editor with alias RB.DocumentTypePicker
In my case, the issue was because I had deleted most of the remnants of the RB.DocumentTypePicker
package, but I forgot to delete the data types in Umbraco that were created from that property editor. Once I deleted the data types, as was well in the world again.
The problem happens on this line in Archetype:
var dataTypes = Services.DataTypeService.GetAllDataTypeDefinitions();
That will attempt to get all configured data types in Umbraco, and it will throw an error if one of them has issues (e.g., if the DLL for it was removed). Strangely, this error only happened on my local when debugging in Visual Studio. When it was deployed with a release build, I did not get an error (maybe it was silently swallowed or something).
In my case, this was not an Archetype issue, but my own fault and more to do with the way the Umbraco core works. I'm not sure if this is the same issue as the OP, but thought I'd mention my experience in case it helps others.
BTW, here's a screenshot of the PDF the OP posted above:
Hopefully I didn't give myself a virus by opening that :-)
Sorry to delay I have upgraded to 1.171 and deployed release mode but still not getting labels.
Try to clear your caches by setting debug=true
in the web.config.