Can you see any javascript errors if you open the browser developer tools (F12)? This will give any indication about angular / javascript issues to help diagnose the problem
Its working on Azure so no possibility of getting to the instance locally, the same code base is not behaving this way on another instance but the other instance has a different DB.
Im about to clone the instance to see if i can replicate elsewhere. Not multilingual and the buttons are usually in English
Ok, check to see if the language file en-US.xml is not currupted somehow... these files contain all the localisation text for controls used in the backoffice.
Thanks very much chaps, really appreciate the support. It was the client dependency number, although we aren't using it, the back office must have just got its JS in a knot.
Aye it's a common problem - always clear out that cache and increment when moving to a new server. I do it even for upgrades and minor changes (especially plugins) to be sure.
Button text missing from back end
HI All,
Umbraco version 7.11.1
after deploying and going live yesterday some of the buttons from the back end are not displaying any text.
on further investigation it appears that the angular switch is broken
the span under save and publish is as follows
and the preview button is as follows
im struggling to find what that "state" is and why its only effecting some buttons (Preview, add link, a few others).
Any help appreciated
Some more information...
The 'Your profile' controls also do not work.
Also note the 'Save and publish' button continues to work.
Hi Guys,
Can you see any javascript errors if you open the browser developer tools (F12)? This will give any indication about angular / javascript issues to help diagnose the problem
Louis
No errors in the console unfortunately, I have also been through both Umbraco and server logs and see nothing much apart from
2018-08-08 00:04:14,202 [P512/D5/T42] ERROR Umbraco.Web.Scheduling.KeepAlive - Failed
which happened this morning
thanks for the reply!
Ok, let's rule out network related issues. Do you see the same things when you log on locally on the server hosting the site?
Is this a multi-lingual site? Or are the buttons usually displaying text in english?
Its working on Azure so no possibility of getting to the instance locally, the same code base is not behaving this way on another instance but the other instance has a different DB.
Im about to clone the instance to see if i can replicate elsewhere. Not multilingual and the buttons are usually in English
Try clearing out your client dependency cache, increment the clientdependency.config version number then do a hard cache clear in your browser.
Had this before and that is what I needed to do to resolve
Good luck
Si
Ok, check to see if the language file en-US.xml is not currupted somehow... these files contain all the localisation text for controls used in the backoffice.
Thanks very much chaps, really appreciate the support. It was the client dependency number, although we aren't using it, the back office must have just got its JS in a knot.
Aye it's a common problem - always clear out that cache and increment when moving to a new server. I do it even for upgrades and minor changes (especially plugins) to be sure.
Glad it worked!
is working on a reply...