I've updated my site/backoffice from ver 4.7.1.1 > 4.8.0 > 4.8.1 > 4.9.0 > 4.9.1 > 4.10.1 > 6.1.1 > 7.0.0 > 7.0.1
During the upgrade I've synchronized all config files 100%, except for some minor local settings...
ATM I see the ver. 7 login page, and I manages to login with my username/password, but the whole backoffice is left entirely blank i Firefox, but fully visible in Chrome - no font Icons though... - maybe they're missing somehow...?
Hmm, thats odd, do your webserver allow .ttf and .eot files to be served?
Also, you really have to make sure your cache is reset, try setting the site in debug mode in web.config and then clear the browser cache, we're working on better cache-clearing
that is odd, clear all browser files, check the network tab in chrome, it should tell you if a file is missing. I believe the fonts are in /umbraco/assets/fonts
Backoffice left blank in updated version 7
I've updated my site/backoffice from ver 4.7.1.1 > 4.8.0 > 4.8.1 > 4.9.0 > 4.9.1 > 4.10.1 > 6.1.1 > 7.0.0 > 7.0.1
During the upgrade I've synchronized all config files 100%, except for some minor local settings...
ATM I see the ver. 7 login page, and I manages to login with my username/password, but the whole backoffice is left entirely blank i Firefox, but fully visible in Chrome - no font Icons though... - maybe they're missing somehow...?
Hmm, thats odd, do your webserver allow .ttf and .eot files to be served?
Also, you really have to make sure your cache is reset, try setting the site in debug mode in web.config and then clear the browser cache, we're working on better cache-clearing
Hmm - the web.config should bu in debug mode:
When I clear the Browser Cache (Ctrl + f5 right?):
"do your webserver allow .ttf and .eot files to be served?"
Yes - I see webfonts elsewhere, so It should be allowed... :-|
You cant use visual studios own webserver, you must use either IIS or IIS express
Running the Project on IIS Express solved the problem - however still no icons ?!?
http://mytechworld.azurewebsites.net/2013/11/fixing-umbracobackofficeidentity-exceptions-on-install/
that is odd, clear all browser files, check the network tab in chrome, it should tell you if a file is missing. I believe the fonts are in /umbraco/assets/fonts
The font's there allright:
-but still no icons in the backoffice... - I'm most certanly it's a local caching... :-|
is working on a reply...