I got a backup running and working, it's a website i develop as an "standard installation" so its easy for the company to get started with a new Umbraco installation :-)
Only errors i got was that it skipped Dashboard.config and ClientDependency.config...
I have also tried to copy paste them from a fresh 7.3.7 installation :-)
Maybe you could try share the error that you get in the console, so it easier for people to help.
When you update your Umbraco installation via NuGet did you use this command Update-Package UmbracoCms in the package console?
We don't overwrite any config files when you update your Umbraco installation using NuGet, if anything needs to be changed or added we change or add it automatically, if people have changed those files themselves then that's no problem we don't remove whatever they've added.
How do you guys reference your stylesheets? And are you making use of the client dependency framework somehow?
I'm just wondering since I have been doing a lot of upgrading lately and have never had an issue with my styles disappearing - I just reference my css using an absolute path like for instance.
EDIT: Argh, nevermind me! Just realized that it's the styling of the Umbraco backoffice that is disappearing - But as I mentioned I have been upgrading a lot lately (using nuget) without seeing this issue - However in the past it has happened on rare ocassions and then I go to the /config/clientdependency.config and bump the version number, which usually does the trick unless something else is wrong.
Hmmm okay, luckly i got an backup of the template so i just used that, but i will have to upgrade it at some point, so it's nice to know what to do then.. :-)
I was about to make some changes to an old website using Umbraco 7.2.1 and .net framework 4.5, when i found out that the backoffice did not load it's css locally.
I then checked the live environment, worried that it might not work there either. But it works as it should. So i decided to download the Umbraco and Umbraco_Client folders from the live environment to my local installation and overwriting it all. But that did not work.
On local the web.config is set to debug="true" and all handlers are there, under <handlers accessPolicy="Read, Write, Script, Execute">. So i tried to delete the Temp folder from App_Data and bumb the clientDependency number in the ClientDependency.config to version="1991791693". But that did not work.
There is no errors in the developer console. But i do see 1 error and 1 warning in the log file. But the same error and warning is also on the live environment. The WARN is Umbraco.Web.Models.Mapping.PreValueDisplayResolver - [Thread 43] Could not find persisted pre-value for field startNodeId and the Error is Archetype.PropertyEditors.ArchetypePropertyEditor+ArchetypePropertyValueEditor - [Thread 22] Value cannot be null.
It was indeed a mismacth in my web config section <system.webServer> above <handlers accessPolicy="Read, Write, Script, Execute"> there is a <modules runAllManagedModulesForAllRequests="true"> where something was wrong.
Umbraco backend CSS gone
I just upgraded my site to Umbraco 7.3.7 and now the backend CSS is gone...
It just look like this
Hi Anders,
How did you upgrade your site to Umbraco 7.3.7, by NuGet or manually. If you have upgraded manally,
Then perhaps something when wrong in the copy of the files, so not all of the files get in to your installation.
Could you try download a fresh Umbraco 7.3.7 installation, and copy over these folders and their files again:
Hope this helps,
/Dennis
I upgraded over NuGet but i will try :-)
I got a backup running and working, it's a website i develop as an "standard installation" so its easy for the company to get started with a new Umbraco installation :-)
Okay it's not working :-(
Hi Anders,
Do you get any errors when you tried to upgrade using NuGet, or do you get any error in the browser console?
/Dennis
Only errors i got was that it skipped Dashboard.config and ClientDependency.config... I have also tried to copy paste them from a fresh 7.3.7 installation :-)
Hi Anders,
Maybe you could try share the error that you get in the console, so it easier for people to help.
When you update your Umbraco installation via NuGet did you use this command Update-Package UmbracoCms in the package console?
We don't overwrite any config files when you update your Umbraco installation using NuGet, if anything needs to be changed or added we change or add it automatically, if people have changed those files themselves then that's no problem we don't remove whatever they've added.
Hope this helps,
/Dennis
Same happens to me for every upgrade lately. It's working now (the case here): https://our.umbraco.org/forum/getting-started/installing-umbraco/73702-upgrade-from-732-to-733-or-734-fails trĂ¥den
After several build and F5, my website works correctly, and my problem is gone (but I still don't know quite where the problem lies).
How do you guys reference your stylesheets? And are you making use of the client dependency framework somehow?
I'm just wondering since I have been doing a lot of upgrading lately and have never had an issue with my styles disappearing - I just reference my css using an absolute path like for instance.
EDIT: Argh, nevermind me! Just realized that it's the styling of the Umbraco backoffice that is disappearing - But as I mentioned I have been upgrading a lot lately (using nuget) without seeing this issue - However in the past it has happened on rare ocassions and then I go to the /config/clientdependency.config and bump the version number, which usually does the trick unless something else is wrong.
/Jan
Hmmm okay, luckly i got an backup of the template so i just used that, but i will have to upgrade it at some point, so it's nice to know what to do then.. :-)
Hi Anders
Just wondered - Have you been testing this in other browsers too? Or have you only tested in your regular browser?
/Jan
I tried in IE 11 and MS Edge, Firefox and Opera so it was a global problem :-)
I encountered this randomly on an Umbraco v.7.4.3 site.
This article helped: http://blog.dampee.be/post/2011/10/10/Umbraco-deployment-issues-ClientDependency-error-gone-with-debug3dtrue-on-IIS7-(SOLVED).aspx
Setting 'debug="true"' fixed it for me.
Not ideal in a production environment...
Hi all.
Did anyone found a solution to this?
Works on live, but not on local.
I was about to make some changes to an old website using Umbraco 7.2.1 and .net framework 4.5, when i found out that the backoffice did not load it's css locally.
I then checked the live environment, worried that it might not work there either. But it works as it should. So i decided to download the Umbraco and Umbraco_Client folders from the live environment to my local installation and overwriting it all. But that did not work.
On local the web.config is set to
debug="true"
and all handlers are there, under<handlers accessPolicy="Read, Write, Script, Execute">
. So i tried to delete the Temp folder from App_Data and bumb the clientDependency number in the ClientDependency.config toversion="1991791693"
. But that did not work.There is no errors in the developer console. But i do see 1 error and 1 warning in the log file. But the same error and warning is also on the live environment. The WARN is
Umbraco.Web.Models.Mapping.PreValueDisplayResolver - [Thread 43] Could not find persisted pre-value for field startNodeId
and the Error isArchetype.PropertyEditors.ArchetypePropertyEditor+ArchetypePropertyValueEditor - [Thread 22] Value cannot be null.
Any idears on what to try next?
@Bo, Have you tried comparing the live and local web.config files?
Hi Heather.
Thanks for pointing that out.
It was indeed a mismacth in my web config section
<system.webServer>
above<handlers accessPolicy="Read, Write, Script, Execute">
there is a<modules runAllManagedModulesForAllRequests="true">
where something was wrong.So, That fixed the issue?
is working on a reply...