I've upgraded Umbraco following the upgrade instructions by using NuGet.
When running the install screen on the browser I got stuck with a blank screen and the following console error:
Looking at my Visual Studio solution, the Umbraco/Views/components directory exists on the file system, but isn't included in the project, and so it didn't get published to my test server. The whole project contains such directories. I guess that they are newly added, but aren't included to the project properly when Nuget updated the UmbracoCms package.
Now it's hard to find out what files and folders must be added to the project and what are obsolete/old.
Umbraco 7.3 -> 7.10 Upgrade - Missing directories in project file
Hi,
I've upgraded Umbraco following the upgrade instructions by using NuGet. When running the install screen on the browser I got stuck with a blank screen and the following console error:
"Error: Failed to load template: views/components/notifications/umb-notifications.html?umb__rnd=a3c1df4d33ebbc6561b2dbc3a3aa477c $/<@http://dev.kendox.com/umbraco/lib/angular/1.1.5/angular.min.js:49:278 u/j.error/<@http://dev.kendox.com/umbraco/lib/angular/1.1.5/angular.min.js:100:434 Uc/e/j.promise.then/o@http://dev.kendox.com/umbraco/lib/angular/1.1.5/angular.min.js:79:499 Uc/e/j.promise.then/o@http://dev.kendox.com/umbraco/lib/angular/1.1.5/angular.min.js:79:499 Uc/i/<.then/<@http://dev.kendox.com/umbraco/lib/angular/1.1.5/angular.min.js:81:75 Xc/this.$get
Looking at my Visual Studio solution, the Umbraco/Views/components directory exists on the file system, but isn't included in the project, and so it didn't get published to my test server. The whole project contains such directories. I guess that they are newly added, but aren't included to the project properly when Nuget updated the UmbracoCms package.
Now it's hard to find out what files and folders must be added to the project and what are obsolete/old.
How to handle this?
Best Regards Andreas
is working on a reply...