Backoffice broken after upgrading from 7.3.0 to 7.3.2
Hi there. We have upgraded our 7.3.0 install via NuGet to 7.3.2 and are getting a few different errors in the back office. The critical one is an angular error which stops you being able to switch between the different sections, e.g. Developer, Settings, etc.
TypeError: Cannot read property 'alias' of undefined
at Object.scope.sectionClick (umbraco.directives.js?cdv=1:2499)
at angular.min.js?cdv=1:270
at angular-mobile.js?cdv=1:270
at Object.e.$eval (angular.min.js?cdv=1:92)
at Object.e.$apply (angular.min.js?cdv=1:92)
at HTMLAnchorElement.<anonymous> (angular-mobile.js?cdv=1:269)
at HTMLAnchorElement.x.event.dispatch (jquery.min.js?cdv=1:5)
at HTMLAnchorElement.y.handle (jquery.min.js?cdv=1:5)
I have spent a long time looking through our commit history, and I tried rolling back to 7.3.0 and performing the upgrade again, same issue. The other (non-critical errors) are to do with loading gravatar images:
Hi Zac! Did you try clearing all your cookies, deleting your localstorage contents (I had a similar problem - it was localstorage for me) if any, and updating the ClientDependency version in "/Config/ClientDependency.config" ?
Hi Daniel, late reply here just for the sake of completeness and for others with the same issue.
I had done all of the usual clearing of TEMP data and incrementing ClientDependency.config but I didn't delete localstorage in browser (thought I was doing CTRL F5 but its possible I was hitting Ctrl R), so perhaps it was that.
You just saved my bacon. Doing an upgrade from 4.7.0 to 7.3.5. Got the DB upgraded by going to 4.11.10 => 6.2.5 => 7.3.5 but then nothing in the interface would load. Started to crap myself. ;)
Now to move a plethora of files over and hope for the best!
I'm almost sure that Ctrl+F5 doesn't clear your localstorage - I think you have to either find it in your browser's ressources tab and delete there - or just run "localStorage.clear()" in your browsers' console - hope the next attempt at an update is a success! :)
I'm having the same issue in regards to the gravatar, but I believe that critical one was resolved in the version I have. I just installed Umbraco version 7.3.5 and I've got these two errors: a 404 on this gravatar link and I'm guessing the following syntax error is a result of that.
GET https://www.gravatar.com/avatar/38760163adf549e99c66f838ed862192.jpg?s=64&d=404 404 (Not Found)(anonymous function) @ angular.min.js?cdv=1487117328:106o @ angular.min.js?cdv=1487117328:102g @ angular.min.js?cdv=1487117328:100i @ angular.min.js?cdv=1487117328:79i @ angular.min.js?cdv=1487117328:79(anonymous function) @ angular.min.js?cdv=1487117328:80e.$eval @ angular.min.js?cdv=1487117328:92e.$digest @ angular.min.js?cdv=1487117328:90e.$apply @ angular.min.js?cdv=1487117328:92j @ angular.min.js?cdv=1487117328:101r @ angular.min.js?cdv=1487117328:104w.onreadystatechange @ angular.min.js?cdv=1487117328:106
2angular.min.js?cdv=1487117328:63 Error: Syntax Error: Token 'Content' is an unexpected token at column 2 of the expression [/Content/images] starting at [Content/images].
at Error (native)
at e (http://localhost:57851/umbraco/lib/angular/1.1.5/angular.min.js?cdv=1487117328:68:150)
at Rc (http://localhost:57851/umbraco/lib/angular/1.1.5/angular.min.js?cdv=1487117328:75:188)
at http://localhost:57851/umbraco/lib/angular/1.1.5/angular.min.js?cdv=1487117328:78:426
at new xd (http://localhost:57851/umbraco/lib/angular/1.1.5/angular.min.js?cdv=1487117328:150:249)
at d (http://localhost:57851/umbraco/lib/angular/1.1.5/angular.min.js?cdv=1487117328:28:304)
at Object.instantiate (http://localhost:57851/umbraco/lib/angular/1.1.5/angular.min.js?cdv=1487117328:28:434)
at http://localhost:57851/umbraco/lib/angular/1.1.5/angular.min.js?cdv=1487117328:53:326
at http://localhost:57851/umbraco/lib/angular/1.1.5/angular.min.js?cdv=1487117328:44:274
at n (http://localhost:57851/umbraco/lib/angular/1.1.5/angular.min.js?cdv=1487117328:7:74)(anonymous function) @ angular.min.js?cdv=1487117328:63(anonymous function) @ angular.min.js?cdv=1487117328:54i @ angular.min.js?cdv=1487117328:79i @ angular.min.js?cdv=1487117328:79i @ angular.min.js?cdv=1487117328:79i @ angular.min.js?cdv=1487117328:79(anonymous function) @ angular.min.js?cdv=1487117328:80e.$eval @ angular.min.js?cdv=1487117328:92e.$digest @ angular.min.js?cdv=1487117328:90e.$apply @ angular.min.js?cdv=1487117328:92j @ angular.min.js?cdv=1487117328:101r @ angular.min.js?cdv=1487117328:104w.onreadystatechange @ angular.min.js?cdv=1487117328:106
Edit: The reason why this is critical is because I cannot see the images uploaded into my media folder and cannot use the media picker at all. After I've uploaded an image into the media folder and click on it, I can't see the image and this appears in my console:
No url found for api name /Content/imagesApiBaseUrl(anonymous function) @ angular.min.js?cdv=1487117328:63(anonymous function) @ angular.min.js?cdv=1487117328:54i @ angular.min.js?cdv=1487117328:79i @ angular.min.js?cdv=1487117328:79i @ angular.min.js?cdv=1487117328:79i @ angular.min.js?cdv=1487117328:79(anonymous function) @ angular.min.js?cdv=1487117328:80e.$eval @ angular.min.js?cdv=1487117328:92e.$digest @ angular.min.js?cdv=1487117328:90e.$apply @ angular.min.js?cdv=1487117328:92j @ angular.min.js?cdv=1487117328:101r @ angular.min.js?cdv=1487117328:104w.onreadystatechange @ angular.min.js?cdv=1487117328:106
angular.min.js?cdv=1487117328:63 Error: Syntax Error: Token 'Content' is an unexpected token at column 2 of the expression [/Content/images] starting at [Content/images].
at Error (native)
at e (http://localhost:57851/umbraco/lib/angular/1.1.5/angular.min.js?cdv=1487117328:68:150)
at Rc (http://localhost:57851/umbraco/lib/angular/1.1.5/angular.min.js?cdv=1487117328:75:188)
at http://localhost:57851/umbraco/lib/angular/1.1.5/angular.min.js?cdv=1487117328:78:426
at new xd (http://localhost:57851/umbraco/lib/angular/1.1.5/angular.min.js?cdv=1487117328:150:249)
at d (http://localhost:57851/umbraco/lib/angular/1.1.5/angular.min.js?cdv=1487117328:28:304)
at Object.instantiate (http://localhost:57851/umbraco/lib/angular/1.1.5/angular.min.js?cdv=1487117328:28:434)
at http://localhost:57851/umbraco/lib/angular/1.1.5/angular.min.js?cdv=1487117328:53:326
at http://localhost:57851/umbraco/lib/angular/1.1.5/angular.min.js?cdv=1487117328:44:274
at n (http://localhost:57851/umbraco/lib/angular/1.1.5/angular.min.js?cdv=1487117328:7:74)(anonymous function) @ angular.min.js?cdv=1487117328:63(anonymous function) @ angular.min.js?cdv=1487117328:54i @ angular.min.js?cdv=1487117328:79i @ angular.min.js?cdv=1487117328:79i @ angular.min.js?cdv=1487117328:79i @ angular.min.js?cdv=1487117328:79(anonymous function) @ angular.min.js?cdv=1487117328:80e.$eval @ angular.min.js?cdv=1487117328:92e.$digest @ angular.min.js?cdv=1487117328:90e.$apply @ angular.min.js?cdv=1487117328:92j @ angular.min.js?cdv=1487117328:101r @ angular.min.js?cdv=1487117328:104w.onreadystatechange @ angular.min.js?cdv=1487117328:106
Backoffice broken after upgrading from 7.3.0 to 7.3.2
Hi there. We have upgraded our 7.3.0 install via NuGet to 7.3.2 and are getting a few different errors in the back office. The critical one is an angular error which stops you being able to switch between the different sections, e.g. Developer, Settings, etc.
I have spent a long time looking through our commit history, and I tried rolling back to 7.3.0 and performing the upgrade again, same issue. The other (non-critical errors) are to do with loading gravatar images:
I have rolled back to 7.3.0 and upgraded to 7.3.1 - there is now no error with the sectionClick, so that must have been introduced in 7.3.2
The gravatar issue remains.
Hi Zac! Did you try clearing all your cookies, deleting your localstorage contents (I had a similar problem - it was localstorage for me) if any, and updating the ClientDependency version in "/Config/ClientDependency.config" ?
If you try updating again, give that a go! :)
Thanks @Daniel - a lil "Empty Cache and Hard Reload" did the trick!
Hi Daniel, late reply here just for the sake of completeness and for others with the same issue.
I had done all of the usual clearing of TEMP data and incrementing ClientDependency.config but I didn't delete localstorage in browser (thought I was doing CTRL F5 but its possible I was hitting Ctrl R), so perhaps it was that.
You just saved my bacon. Doing an upgrade from 4.7.0 to 7.3.5. Got the DB upgraded by going to 4.11.10 => 6.2.5 => 7.3.5 but then nothing in the interface would load. Started to crap myself. ;)
Now to move a plethora of files over and hope for the best!
I'm almost sure that Ctrl+F5 doesn't clear your localstorage - I think you have to either find it in your browser's ressources tab and delete there - or just run "localStorage.clear()" in your browsers' console - hope the next attempt at an update is a success! :)
Right - I totally didn't realise that, despite doing dozens of Umbraco upgrades! Thanks for the tip!
I'm having the same issue in regards to the gravatar, but I believe that critical one was resolved in the version I have. I just installed Umbraco version 7.3.5 and I've got these two errors: a 404 on this gravatar link and I'm guessing the following syntax error is a result of that.
Edit: The reason why this is critical is because I cannot see the images uploaded into my media folder and cannot use the media picker at all. After I've uploaded an image into the media folder and click on it, I can't see the image and this appears in my console:
is working on a reply...