It is certainly possible something was skipped. Use a tool like WinMerge to compare a fresh download of Umbraco 7.3.3 against the version your have on your file system.
I didn't use winmerge, I just eye-balled it, but it was in fact some missing folders that were created from the nuget upgrade that did not were not included in the solution. Once included, the problem was solved.
Unable to save templates
We have just updated to Umbraco 7.3.3, if we open a template in the back office, the template displays like this, please see attached image:
Additionally, we receive this error in the chrome console:
Uncaught TypeError: Cannot read property 'GetCode' of undefinedUmbraco.Editors.EditView.base2.Base.extend.doSubmit @ DependencyHandler.axd:56(anonymous function) @ DependencyHandler.axd:54f.event.dispatch @ DependencyHandler.axd:2h.handle.i @ DependencyHandler.axd:2
Would greatly appreciate any help with this issue. Thanks in advance
Looks like a caching issue. Try this:
App_Data/TEMP/PluginCache/
.App_Data/TEMP/ClientDependency/
.Hi Nicholas
I tried the above steps, but it still didn't work.
We are also getting an error in the console saying codemirror is undefined.
Since I upgraded the vs solution to 7.3.3 via nuget, is it possible I did not include files in the project that were added during the upgrade?
Currently our local dev version works.
Our stage environment does not work and files included in the solution were copied to stage.
Our production site does work, but it was not upgraded yet.
Thanks Saied
It is certainly possible something was skipped. Use a tool like WinMerge to compare a fresh download of Umbraco 7.3.3 against the version your have on your file system.
Nicholas,
I didn't use winmerge, I just eye-balled it, but it was in fact some missing folders that were created from the nuget upgrade that did not were not included in the solution. Once included, the problem was solved.
Thanks
is working on a reply...