Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Now I see for instance:
[auditTrailssmallPublishVariant] [auditTrailssmallPublish] [buttons_save]
I checked /Umbraco/Config/Lang/en.xml, but the values seem to be there.. So there's a bug in getting the right values? All of the back-office seems to be kind of f*cked-up now :-P
Seemed that after I did the upgrade again (from 8.0 to 8.1) it worked.. Strange, because don't know what have gone wrong with previous upgrade then.
Remko,
I was seeing the same. If I upgraded via nuget the backoffice buttons were all borked with placeholders like you were seeing.
I downloaded the Umbraco 8.1 zip and pasted Umbraco and Bin folders over and this resolved. I'm not sure if there is an issue with the nuget update?!
I had a similar situation in V8.2.0, and tried a couple of things, but in vain.
I now upgraded to V8.3.0, and everything is fine again, using my own directory instead of /umbraco.
So if you still have the issue, try
use
<add key="Umbraco.Core.ReservedUrls" value="~/yournewdir" /> <add key="Umbraco.Core.ReservedPaths" value="~/yournewdir" /> <add key="Umbraco.Core.Path" value="~/yournewdir" />
==> You should see no more strange labels
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
All translations in backoffice gone after upgrading to 8.1
Now I see for instance:
[auditTrailssmallPublishVariant] [auditTrailssmallPublish] [buttons_save]
I checked /Umbraco/Config/Lang/en.xml, but the values seem to be there.. So there's a bug in getting the right values? All of the back-office seems to be kind of f*cked-up now :-P
Seemed that after I did the upgrade again (from 8.0 to 8.1) it worked.. Strange, because don't know what have gone wrong with previous upgrade then.
Remko,
I was seeing the same. If I upgraded via nuget the backoffice buttons were all borked with placeholders like you were seeing.
I downloaded the Umbraco 8.1 zip and pasted Umbraco and Bin folders over and this resolved. I'm not sure if there is an issue with the nuget update?!
I had a similar situation in V8.2.0, and tried a couple of things, but in vain.
I now upgraded to V8.3.0, and everything is fine again, using my own directory instead of /umbraco.
So if you still have the issue, try
use
==> You should see no more strange labels
is working on a reply...