Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Moran 285 posts 934 karma points
    Jun 28, 2016 @ 08:41
    Moran
    0

    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:

    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

  • David Peck 690 posts 1896 karma points c-trib
    Jun 28, 2016 @ 14:04
    David Peck
    100

    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.

  • Moran 285 posts 934 karma points
    Jun 28, 2016 @ 14:26
    Moran
    0

    Should I update this number?

    <clientDependency version="20684847" fileDependencyExtensions=".js,.css" loggerType="Umbraco.Web.UI.CdfLogger, umbraco">
    

    What number should I use?

  • David Peck 690 posts 1896 karma points c-trib
    Jun 28, 2016 @ 15:49
    David Peck
    0

    I'd just increment it by 1. The number is used just to clear any caches of bundled CSS and JS.

  • Warren Buckley 2106 posts 4836 karma points MVP 7x admin c-trib
    Jul 08, 2016 @ 10:41
    Warren Buckley
    0

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies