Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi I upgraded the umbraco forms, I can see my form but can't edit it. In the chrome developer console I get the following error:
angular.min.js?cdv=20684846:54 Error: Argument 'UmbracoForms.Editors.Form.EditLegacyController' is not a function, got undefined at Error (native) at cb (http://localhost:5375/umbraco/lib/angular/1.1.5/angular.min.js?cdv=20684846:17:79) at xa (http://localhost:5375/umbraco/lib/angular/1.1.5/angular.min.js?cdv=20684846:17:187) at http://localhost:5375/umbraco/lib/angular/1.1.5/angular.min.js?cdv=20684846:53:310 at http://localhost:5375/umbraco/lib/angular/1.1.5/angular.min.js?cdv=20684846:44:274 at n (http://localhost:5375/umbraco/lib/angular/1.1.5/angular.min.js?cdv=20684846:7:74) at k (http://localhost:5375/umbraco/lib/angular/1.1.5/angular.min.js?cdv=20684846:44:139) at e (http://localhost:5375/umbraco/lib/angular/1.1.5/angular.min.js?cdv=20684846:40:139) at http://localhost:5375/umbraco/lib/angular/1.1.5/angular.min.js?cdv=20684846:39:205 at http://localhost:5375/umbraco/lib/angular/1.1.5/angular.min.js?cdv=20684846:158:18
I am using umbraco 7.2.6
Thanks
You could try updating the client dependency version number (/config/ClientDependency.config), but otherwise it sounds like you javascript files haven't merged properly. Try installing it again.
Should I update this number?
<clientDependency version="20684847" fileDependencyExtensions=".js,.css" loggerType="Umbraco.Web.UI.CdfLogger, umbraco">
What number should I use?
I'd just increment it by 1. The number is used just to clear any caches of bundled CSS and JS.
Yes Moran I agree with David here it is most likely client dependancy along with Chrome caching heavily here.
Did the update that David suggest fix your problem, if so mark David's suggestion as the answer to this topic.
Thanks, Warren
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Upgrading from forms 4.0 to 4.3.2
Hi I upgraded the umbraco forms, I can see my form but can't edit it. In the chrome developer console I get the following error:
I am using umbraco 7.2.6
Thanks
You could try updating the client dependency version number (/config/ClientDependency.config), but otherwise it sounds like you javascript files haven't merged properly. Try installing it again.
Should I update this number?
What number should I use?
I'd just increment it by 1. The number is used just to clear any caches of bundled CSS and JS.
Yes Moran I agree with David here it is most likely client dependancy along with Chrome caching heavily here.
Did the update that David suggest fix your problem, if so mark David's suggestion as the answer to this topic.
Thanks,
Warren
is working on a reply...