Copied to clipboard

Flag this post as spam?

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


  • Frank Kremers 2 posts 22 karma points
    Jan 31, 2014 @ 13:38
    Frank Kremers
    0

    Media picker invisible

    Hello,

    I added a property to a documenttype of the type 'Media Picker'.
    When I create a contentnode of that documenttype, the first time I can select media using the Media Picker:

    But when I select (for example) an image and I save and publish it, I can't delete or edit it anymore after a refresh:

    The block with the '+'-sign is gone!

    How to fix this problem in Umbraco 7.0.1?

    Thnx Frank

     

     

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Jan 31, 2014 @ 14:38
    Alex Skrypnyk
    0

    Hi Frank,

    What browser are you using ? Not each browser support drag&drop files.

    THanks alex

  • Frank Kremers 2 posts 22 karma points
    Jan 31, 2014 @ 16:37
    Frank Kremers
    0

    I've got the problem in all browsers(Chrome, Firefox, IE and Safari).

    Only the first time selecting an image will work. After publish and refresh it's impossible to select a new file or remove the current one.

    Frank

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Feb 01, 2014 @ 13:56
    Sebastiaan Janssen
    1

    It's probably been fixed in 7.0.2, as it seems to work fine for me there. But before you upgrade, wait a few days, we're releasing 7.0.3 very soon and that contains some more fixes related to media.

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Feb 01, 2014 @ 14:14
    Alex Skrypnyk
    0

    Great news, Sebastiaan ) We are waiting for Umbraco 7.1 ))

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Feb 03, 2014 @ 16:27
    Sebastiaan Janssen
    0

    FYI: 7.0.3 was released this morning, if you're on 7.0.1 or 7.0.2 it's a super easy upgrade (basically overwrite the /bin /install /umbraco and /umbraco_client folders, step through the installer and you're done).

    http://umbraco.com/follow-us/blog-archive/2014/2/3/released-umbraco-703.aspx

  • Marcus Maunula 229 posts 386 karma points
    Feb 08, 2014 @ 00:49
    Marcus Maunula
    0

    Using 7.0.3, still having these issues myself. I use Chrome so it shouldn't be an issue at all.

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Feb 08, 2014 @ 11:38
    Sebastiaan Janssen
    0

    @Marcus: Using Chrome myself and it's no problem.

    Make sure to follow instructions on the release page about clearing your cache: http://our.umbraco.org/contribute/releases/703

    Upgrading note

    Google Chrome has notoriously aggressive caching, so if something doesn't seem to work well in the backoffice, make sure to clear cache and cookies thoroughly (for other browsers as well).

    One way to nudge the cache in Chrome is to open the developer tools (F12) and go to the settings (the cog icon). There will be a checkbox that says "Disable cache (while DevTools is open)". Once this checkbox is on you can refresh the page and the cache should be invalidated. To force it even more, the "reload" button next to your address bar now has extra options when you right-click it. It should have "Normal reload", "Hard reload" and "Empty cache and hard reload" now. The last option is the most thorough and you might want to try that.

    We're working on making this experience better and seamless, but for now make sure to follow these steps for v7 upgrades.

    Picker looks like this after saving and even after resfreshing the page:

    enter image description here

  • Marcus Maunula 229 posts 386 karma points
    Feb 08, 2014 @ 12:55
    Marcus Maunula
    0

    Quite funny since Google also supports AngularJS, the source of all errors here. I have emptied the cache like a million times but the question is whether the end user will be as understanding if he/she needs to do this everytime new content is created.

    There must be other ways to solve this.

  • Marcus Maunula 229 posts 386 karma points
    Feb 08, 2014 @ 12:57
    Marcus Maunula
    0

    Just to recap, is this a one time thing or every time you create new Content Sebastiaan?

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Feb 08, 2014 @ 13:05
    Sebastiaan Janssen
    0

    It's a one time thing, obviously. We wouldn't put out a system for which end users would need to empty their cache on each page publish.

    Also, updating the clientdependency version number should be enough, it would force any browser to load the latest version of the css/js files but we listed all of the ways to invalidate cache to make sure it would work for plugin developers as well who might have similar issues while developing, they'd have to constantly update the version number otherwise.

    Again:

    We're working on making this experience better and seamless, but for now make sure to follow these steps for v7 upgrades.

    The result of that is this proof of concept here, which will be polished and included in the 7.1.0 release (including doing a similar thing for upgrades in non-debug mode).

  • Marcus Maunula 229 posts 386 karma points
    Feb 08, 2014 @ 13:55
    Marcus Maunula
    0

    I know you are working hard Sebastiaan but I am trying to convince EpiServer users that Umbraco is a viable option. Obviously I want to remove all objections.

  • Marcus Maunula 229 posts 386 karma points
    Feb 10, 2014 @ 09:58
    Marcus Maunula
    0

    Ok, did all this. Still same issues.

    Should I use Legacy Media Picker and not the new version? What is the basic difference?

  • Marcus Maunula 229 posts 386 karma points
    Feb 10, 2014 @ 10:05
    Marcus Maunula
    0

    Here is what happens with hard cache reset, changed versionnumber (ClientDep) and the devtools setting.

    enter image description here

    enter image description here

    This is annoying since this happens with a brand new installation.

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Feb 10, 2014 @ 10:12
    Sebastiaan Janssen
    0

    The legacy one is the v6 one, not sure what it does to be honest.

    Do you get any javascript errors and if so, what errors? See if you can expand the error and get the most detail out of them so I can have a further look.

  • Marcus Maunula 229 posts 386 karma points
    Feb 10, 2014 @ 10:15
    Marcus Maunula
    0

    Yep, a whole bunch of angular errors, hence my guess about this being angular related somehow. Sorry, very green on angularjs so I just took a guess.

    Here is the script error report.enter image description here

  • Marcus Maunula 229 posts 386 karma points
    Feb 10, 2014 @ 10:18
    Marcus Maunula
    0

    Ok here is what I get when a) Picking the folder b) Coming back after save/pub.

    enter image description here

    enter image description here

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Feb 10, 2014 @ 10:28
    Sebastiaan Janssen
    0

    Hmmm, maybe Visual Studio's browser link is messing with this, could you try and disable browser link? This might explain why I can't reproduce it as I have browser link turned off by default.

    enter image description here

  • Marcus Maunula 229 posts 386 karma points
    Feb 10, 2014 @ 10:45
    Marcus Maunula
    0

    I will do so.

    Still no go. I am wondering if the nuget version might be the culprit. I will try and create a new project with the zipfile and an empty website.

    Just in case this helps. I have the same issue in Firefox as well. Have not tried IE11 yet.

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Feb 10, 2014 @ 11:37
    Sebastiaan Janssen
    0

    @Marcus I'm seeing some of the same javascript errors, but not all of them and selecting media actually works. The one problem I can see is that when you select a folder it tries to get a thumbnail.. of a file.. and a folder is not a file. This is an oversight and we'll get that fixed. http://issues.umbraco.org/issue/U4-4206

    If you can reproduce with just the zip then would you be so kind to zip up the site + database and send it to me (dropbox or some other link would be good) so that I can have a look locally?

    Thanks!

  • Marcus Maunula 229 posts 386 karma points
    Feb 10, 2014 @ 11:40
    Marcus Maunula
    0

    Well after having used the zipfile instead of nuget I do manage to get the setting to stick but I still get alot of javascript errors here and there.

    Ok I will do so. I will try to create a somewhat realistic scenario.

  • Marcus Maunula 229 posts 386 karma points
    Feb 10, 2014 @ 11:54
    Marcus Maunula
    0

    Strange part is that now it seems to work when I used the zip instead of nuget. Are those version out of sync or did I miss something?

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Feb 10, 2014 @ 13:11
    Sebastiaan Janssen
    0

    Weird! Do you happen to have BeyondCompare or WinMerge around so you can compare both folders? I wonder if there's differences in the /umbraco or /umbraco_client folders! Shouldn't be though.. all of the release files get created from the same source.

  • Marcus Maunula 229 posts 386 karma points
    Feb 10, 2014 @ 14:07
    Marcus Maunula
    0

    I have WinMerge, I will check

  • Timothy Lee Russell 20 posts 43 karma points c-trib
    Mar 21, 2014 @ 19:47
    Timothy Lee Russell
    0

    I'm having the same problem.  When you pick a folder with the media picker and then save and publish and then go back to it...it is not visible and firebug throws this error:

    "item.value is null"

    (Version 7.0.4)

    Detail:

    Error: item.value is null @https://umbraco7.com/DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnktdWktMS4xMC4zLmN1c3RvbS5taW4uanM7L3VtYnJhY28vbGliL2FuZ3VsYXIvMS4xLjUvYW5ndWxhci1jb29raWVzLm1pbi5qczsvdW1icmFjby9saWIvYW5ndWxhci8xLjEuNS9hbmd1bGFyLW1vYmlsZS5qczsvdW1icmFjby9saWIvYW5ndWxhci8xLjEuNS9hbmd1bGFyLXNhbml0aXplLm1pbi5qczsvdW1icmFjby9saWIvYW5ndWxhci9hbmd1bGFyLXVpLXNvcnRhYmxlLmpzOy91bWJyYWNvL2xpYi9qcXVlcnkvanF1ZXJ5LnVwbG9hZC9qcy9qcXVlcnkuZmlsZXVwbG9hZC5qczsvdW1icmFjby9saWIvanF1ZXJ5L2pxdWVyeS51cGxvYWQvanMvbG9hZC1pbWFnZS5taW4uanM7L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkudXBsb2FkL2pzL2pxdWVyeS5maWxldXBsb2FkLXByb2Nlc3MuanM7L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkudXBsb2FkL2pzL2pxdWVyeS5maWxldXBsb2FkLWltYWdlLmpzOy91bWJyYWNvL2xpYi9qcXVlcnkvanF1ZXJ5LnVwbG9hZC9qcy9qcXVlcnkuZmlsZXVwbG9hZC1hbmd1bGFyLmpzOy91bWJyYWNvL2xpYi9ib290c3RyYXAvanMvYm9vdHN0cmFwLjIuMy4yLm1pbi5qczsvdW1icmFjby9saWIvdW1icmFjby9FeHRlbnNpb25zLmpzOy91bWJyYWNvL2xpYi91bWJyYWNvL05hbWVzcGFjZU1hbmFnZXIuanM7L3VtYnJhY28vbGliL3VtYnJhY28vTGVnYWN5VW1iQ2xpZW50TWdyLmpzOy91bWJyYWNvL2xpYi91bWJyYWNvL0xlZ2FjeVNwZWVjaEJ1YmJsZS5qczsvdW1icmFjby9qcy9hcHAuanM7L3VtYnJhY28vanMvdW1icmFjby5yZXNvdXJjZXMuanM7L3VtYnJhY28vanMvdW1icmFjby5kaXJlY3RpdmVzLmpzOy91bWJyYWNvL2pzL3VtYnJhY28uZmlsdGVycy5qczsvdW1icmFjby9qcy91bWJyYWNvLnNlcnZpY2VzLmpzOy91bWJyYWNvL2pzL3VtYnJhY28uc2VjdXJpdHkuanM7L3VtYnJhY28vanMvdW1icmFjby5jb250cm9sbGVycy5qczsvdW1icmFjby9qcy9yb3V0ZXMuanM7L3VtYnJhY28vanMvaW5pdC5qczsvdW1icmFjby9kZXZlbG9wZXIvUmVsYXRpb25UeXBlcy9UcmVlTWVudS9BY3Rpb25EZWxldGVSZWxhdGlvblR5cGUuanM7L3VtYnJhY28vZGV2ZWxvcGVyL1JlbGF0aW9uVHlwZXMvVHJlZU1lbnUvQWN0aW9uTmV3UmVsYXRpb25UeXBlLmpzOw&t=Javascript&cdv=302:519 @https://umbraco7.com/umbraco/lib/underscore/underscore.js:153 @https://umbraco7.com/umbraco/lib/underscore/underscore.js:201 @https://umbraco7.com/umbraco/lib/underscore/underscore.js:152 @https://umbraco7.com/DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnktdWktMS4xMC4zLmN1c3RvbS5taW4uanM7L3VtYnJhY28vbGliL2FuZ3VsYXIvMS4xLjUvYW5ndWxhci1jb29raWVzLm1pbi5qczsvdW1icmFjby9saWIvYW5ndWxhci8xLjEuNS9hbmd1bGFyLW1vYmlsZS5qczsvdW1icmFjby9saWIvYW5ndWxhci8xLjEuNS9hbmd1bGFyLXNhbml0aXplLm1pbi5qczsvdW1icmFjby9saWIvYW5ndWxhci9hbmd1bGFyLXVpLXNvcnRhYmxlLmpzOy91bWJyYWNvL2xpYi9qcXVlcnkvanF1ZXJ5LnVwbG9hZC9qcy9qcXVlcnkuZmlsZXVwbG9hZC5qczsvdW1icmFjby9saWIvanF1ZXJ5L2pxdWVyeS51cGxvYWQvanMvbG9hZC1pbWFnZS5taW4uanM7L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkudXBsb2FkL2pzL2pxdWVyeS5maWxldXBsb2FkLXByb2Nlc3MuanM7L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkudXBsb2FkL2pzL2pxdWVyeS5maWxldXBsb2FkLWltYWdlLmpzOy91bWJyYWNvL2xpYi9qcXVlcnkvanF1ZXJ5LnVwbG9hZC9qcy9qcXVlcnkuZmlsZXVwbG9hZC1hbmd1bGFyLmpzOy91bWJyYWNvL2xpYi9ib290c3RyYXAvanMvYm9vdHN0cmFwLjIuMy4yLm1pbi5qczsvdW1icmFjby9saWIvdW1icmFjby9FeHRlbnNpb25zLmpzOy91bWJyYWNvL2xpYi91bWJyYWNvL05hbWVzcGFjZU1hbmFnZXIuanM7L3VtYnJhY28vbGliL3VtYnJhY28vTGVnYWN5VW1iQ2xpZW50TWdyLmpzOy91bWJyYWNvL2xpYi91bWJyYWNvL0xlZ2FjeVNwZWVjaEJ1YmJsZS5qczsvdW1icmFjby9qcy9hcHAuanM7L3VtYnJhY28vanMvdW1icmFjby5yZXNvdXJjZXMuanM7L3VtYnJhY28vanMvdW1icmFjby5kaXJlY3RpdmVzLmpzOy91bWJyYWNvL2pzL3VtYnJhY28uZmlsdGVycy5qczsvdW1icmFjby9qcy91bWJyYWNvLnNlcnZpY2VzLmpzOy91bWJyYWNvL2pzL3VtYnJhY28uc2VjdXJpdHkuanM7L3VtYnJhY28vanMvdW1icmFjby5jb250cm9sbGVycy5qczsvdW1icmFjby9qcy9yb3V0ZXMuanM7L3VtYnJhY28vanMvaW5pdC5qczsvdW1icmFjby9kZXZlbG9wZXIvUmVsYXRpb25UeXBlcy9UcmVlTWVudS9BY3Rpb25EZWxldGVSZWxhdGlvblR5cGUuanM7L3VtYnJhY28vZGV2ZWxvcGVyL1JlbGF0aW9uVHlwZXMvVHJlZU1lbnUvQWN0aW9uTmV3UmVsYXRpb25UeXBlLmpzOw&t=Javascript&cdv=302:518 @https://umbraco7.com/DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnktdWktMS4xMC4zLmN1c3RvbS5taW4uanM7L3VtYnJhY28vbGliL2FuZ3VsYXIvMS4xLjUvYW5ndWxhci1jb29raWVzLm1pbi5qczsvdW1icmFjby9saWIvYW5ndWxhci8xLjEuNS9hbmd1bGFyLW1vYmlsZS5qczsvdW1icmFjby9saWIvYW5ndWxhci8xLjEuNS9hbmd1bGFyLXNhbml0aXplLm1pbi5qczsvdW1icmFjby9saWIvYW5ndWxhci9hbmd1bGFyLXVpLXNvcnRhYmxlLmpzOy91bWJyYWNvL2xpYi9qcXVlcnkvanF1ZXJ5LnVwbG9hZC9qcy9qcXVlcnkuZmlsZXVwbG9hZC5qczsvdW1icmFjby9saWIvanF1ZXJ5L2pxdWVyeS51cGxvYWQvanMvbG9hZC1pbWFnZS5taW4uanM7L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkudXBsb2FkL2pzL2pxdWVyeS5maWxldXBsb2FkLXByb2Nlc3MuanM7L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkudXBsb2FkL2pzL2pxdWVyeS5maWxldXBsb2FkLWltYWdlLmpzOy91bWJyYWNvL2xpYi9qcXVlcnkvanF1ZXJ5LnVwbG9hZC9qcy9qcXVlcnkuZmlsZXVwbG9hZC1hbmd1bGFyLmpzOy91bWJyYWNvL2xpYi9ib290c3RyYXAvanMvYm9vdHN0cmFwLjIuMy4yLm1pbi5qczsvdW1icmFjby9saWIvdW1icmFjby9FeHRlbnNpb25zLmpzOy91bWJyYWNvL2xpYi91bWJyYWNvL05hbWVzcGFjZU1hbmFnZXIuanM7L3VtYnJhY28vbGliL3VtYnJhY28vTGVnYWN5VW1iQ2xpZW50TWdyLmpzOy91bWJyYWNvL2xpYi91bWJyYWNvL0xlZ2FjeVNwZWVjaEJ1YmJsZS5qczsvdW1icmFjby9qcy9hcHAuanM7L3VtYnJhY28vanMvdW1icmFjby5yZXNvdXJjZXMuanM7L3VtYnJhY28vanMvdW1icmFjby5kaXJlY3RpdmVzLmpzOy91bWJyYWNvL2pzL3VtYnJhY28uZmlsdGVycy5qczsvdW1icmFjby9qcy91bWJyYWNvLnNlcnZpY2VzLmpzOy91bWJyYWNvL2pzL3VtYnJhY28uc2VjdXJpdHkuanM7L3VtYnJhY28vanMvdW1icmFjby5jb250cm9sbGVycy5qczsvdW1icmFjby9qcy9yb3V0ZXMuanM7L3VtYnJhY28vanMvaW5pdC5qczsvdW1icmFjby9kZXZlbG9wZXIvUmVsYXRpb25UeXBlcy9UcmVlTWVudS9BY3Rpb25EZWxldGVSZWxhdGlvblR5cGUuanM7L3VtYnJhY28vZGV2ZWxvcGVyL1JlbGF0aW9uVHlwZXMvVHJlZU1lbnUvQWN0aW9uTmV3UmVsYXRpb25UeXBlLmpzOw&t=Javascript&cdv=302:523 @https://umbraco7.com/DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnktdWktMS4xMC4zLmN1c3RvbS5taW4uanM7L3VtYnJhY28vbGliL2FuZ3VsYXIvMS4xLjUvYW5ndWxhci1jb29raWVzLm1pbi5qczsvdW1icmFjby9saWIvYW5ndWxhci8xLjEuNS9hbmd1bGFyLW1vYmlsZS5qczsvdW1icmFjby9saWIvYW5ndWxhci8xLjEuNS9hbmd1bGFyLXNhbml0aXplLm1pbi5qczsvdW1icmFjby9saWIvYW5ndWxhci9hbmd1bGFyLXVpLXNvcnRhYmxlLmpzOy91bWJyYWNvL2xpYi9qcXVlcnkvanF1ZXJ5LnVwbG9hZC9qcy9qcXVlcnkuZmlsZXVwbG9hZC5qczsvdW1icmFjby9saWIvanF1ZXJ5L2pxdWVyeS51cGxvYWQvanMvbG9hZC1pbWFnZS5taW4uanM7L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkudXBsb2FkL2pzL2pxdWVyeS5maWxldXBsb2FkLXByb2Nlc3MuanM7L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkudXBsb2FkL2pzL2pxdWVyeS5maWxldXBsb2FkLWltYWdlLmpzOy91bWJyYWNvL2xpYi9qcXVlcnkvanF1ZXJ5LnVwbG9hZC9qcy9qcXVlcnkuZmlsZXVwbG9hZC1hbmd1bGFyLmpzOy91bWJyYWNvL2xpYi9ib290c3RyYXAvanMvYm9vdHN0cmFwLjIuMy4yLm1pbi5qczsvdW1icmFjby9saWIvdW1icmFjby9FeHRlbnNpb25zLmpzOy91bWJyYWNvL2xpYi91bWJyYWNvL05hbWVzcGFjZU1hbmFnZXIuanM7L3VtYnJhY28vbGliL3VtYnJhY28vTGVnYWN5VW1iQ2xpZW50TWdyLmpzOy91bWJyYWNvL2xpYi91bWJyYWNvL0xlZ2FjeVNwZWVjaEJ1YmJsZS5qczsvdW1icmFjby9qcy9hcHAuanM7L3VtYnJhY28vanMvdW1icmFjby5yZXNvdXJjZXMuanM7L3VtYnJhY28vanMvdW1icmFjby5kaXJlY3RpdmVzLmpzOy91bWJyYWNvL2pzL3VtYnJhY28uZmlsdGVycy5qczsvdW1icmFjby9qcy91bWJyYWNvLnNlcnZpY2VzLmpzOy91bWJyYWNvL2pzL3VtYnJhY28uc2VjdXJpdHkuanM7L3VtYnJhY28vanMvdW1icmFjby5jb250cm9sbGVycy5qczsvdW1icmFjby9qcy9yb3V0ZXMuanM7L3VtYnJhY28vanMvaW5pdC5qczsvdW1icmFjby9kZXZlbG9wZXIvUmVsYXRpb25UeXBlcy9UcmVlTWVudS9BY3Rpb25EZWxldGVSZWxhdGlvblR5cGUuanM7L3VtYnJhY28vZGV2ZWxvcGVyL1JlbGF0aW9uVHlwZXMvVHJlZU1lbnUvQWN0aW9uTmV3UmVsYXRpb25UeXBlLmpzOw&t=Javascript&cdv=302:528 @https://umbraco7.com/DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnktdWktMS4xMC4zLmN1c3RvbS5taW4uanM7L3VtYnJhY28vbGliL2FuZ3VsYXIvMS4xLjUvYW5ndWxhci1jb29raWVzLm1pbi5qczsvdW1icmFjby9saWIvYW5ndWxhci8xLjEuNS9hbmd1bGFyLW1vYmlsZS5qczsvdW1icmFjby9saWIvYW5ndWxhci8xLjEuNS9hbmd1bGFyLXNhbml0aXplLm1pbi5qczsvdW1icmFjby9saWIvYW5ndWxhci9hbmd1bGFyLXVpLXNvcnRhYmxlLmpzOy91bWJyYWNvL2xpYi9qcXVlcnkvanF1ZXJ5LnVwbG9hZC9qcy9qcXVlcnkuZmlsZXVwbG9hZC5qczsvdW1icmFjby9saWIvanF1ZXJ5L2pxdWVyeS51cGxvYWQvanMvbG9hZC1pbWFnZS5taW4uanM7L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkudXBsb2FkL2pzL2pxdWVyeS5maWxldXBsb2FkLXByb2Nlc3MuanM7L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkudXBsb2FkL2pzL2pxdWVyeS5maWxldXBsb2FkLWltYWdlLmpzOy91bWJyYWNvL2xpYi9qcXVlcnkvanF1ZXJ5LnVwbG9hZC9qcy9qcXVlcnkuZmlsZXVwbG9hZC1hbmd1bGFyLmpzOy91bWJyYWNvL2xpYi9ib290c3RyYXAvanMvYm9vdHN0cmFwLjIuMy4yLm1pbi5qczsvdW1icmFjby9saWIvdW1icmFjby9FeHRlbnNpb25zLmpzOy91bWJyYWNvL2xpYi91bWJyYWNvL05hbWVzcGFjZU1hbmFnZXIuanM7L3VtYnJhY28vbGliL3VtYnJhY28vTGVnYWN5VW1iQ2xpZW50TWdyLmpzOy91bWJyYWNvL2xpYi91bWJyYWNvL0xlZ2FjeVNwZWVjaEJ1YmJsZS5qczsvdW1icmFjby9qcy9hcHAuanM7L3VtYnJhY28vanMvdW1icmFjby5yZXNvdXJjZXMuanM7L3VtYnJhY28vanMvdW1icmFjby5kaXJlY3RpdmVzLmpzOy91bWJyYWNvL2pzL3VtYnJhY28uZmlsdGVycy5qczsvdW1icmFjby9qcy91bWJyYWNvLnNlcnZpY2VzLmpzOy91bWJyYWNvL2pzL3VtYnJhY28uc2VjdXJpdHkuanM7L3VtYnJhY28vanMvdW1icmFjby5jb250cm9sbGVycy5qczsvdW1icmFjby9qcy9yb3V0ZXMuanM7L3VtYnJhY28vanMvaW5pdC5qczsvdW1icmFjby9kZXZlbG9wZXIvUmVsYXRpb25UeXBlcy9UcmVlTWVudS9BY3Rpb25EZWxldGVSZWxhdGlvblR5cGUuanM7L3VtYnJhY28vZGV2ZWxvcGVyL1JlbGF0aW9uVHlwZXMvVHJlZU1lbnUvQWN0aW9uTmV3UmVsYXRpb25UeXBlLmpzOw&t=Javascript&cdv=302:1038 @https://umbraco7.com/umbraco/lib/underscore/underscore.js:78 @https://umbraco7.com/DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnktdWktMS4xMC4zLmN1c3RvbS5taW4uanM7L3VtYnJhY28vbGliL2FuZ3VsYXIvMS4xLjUvYW5ndWxhci1jb29raWVzLm1pbi5qczsvdW1icmFjby9saWIvYW5ndWxhci8xLjEuNS9hbmd1bGFyLW1vYmlsZS5qczsvdW1icmFjby9saWIvYW5ndWxhci8xLjEuNS9hbmd1bGFyLXNhbml0aXplLm1pbi5qczsvdW1icmFjby9saWIvYW5ndWxhci9hbmd1bGFyLXVpLXNvcnRhYmxlLmpzOy91bWJyYWNvL2xpYi9qcXVlcnkvanF1ZXJ5LnVwbG9hZC9qcy9qcXVlcnkuZmlsZXVwbG9hZC5qczsvdW1icmFjby9saWIvanF1ZXJ5L2pxdWVyeS51cGxvYWQvanMvbG9hZC1pbWFnZS5taW4uanM7L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkudXBsb2FkL2pzL2pxdWVyeS5maWxldXBsb2FkLXByb2Nlc3MuanM7L3VtYnJhY28vbGliL2pxdWVyeS9qcXVlcnkudXBsb2FkL2pzL2pxdWVyeS5maWxldXBsb2FkLWltYWdlLmpzOy91bWJyYWNvL2xpYi9qcXVlcnkvanF1ZXJ5LnVwbG9hZC9qcy9qcXVlcnkuZmlsZXVwbG9hZC1hbmd1bGFyLmpzOy91bWJyYWNvL2xpYi9ib290c3RyYXAvanMvYm9vdHN0cmFwLjIuMy4yLm1pbi5qczsvdW1icmFjby9saWIvdW1icmFjby9FeHRlbnNpb25zLmpzOy91bWJyYWNvL2xpYi91bWJyYWNvL05hbWVzcGFjZU1hbmFnZXIuanM7L3VtYnJhY28vbGliL3VtYnJhY28vTGVnYWN5VW1iQ2xpZW50TWdyLmpzOy91bWJyYWNvL2xpYi91bWJyYWNvL0xlZ2FjeVNwZWVjaEJ1YmJsZS5qczsvdW1icmFjby9qcy9hcHAuanM7L3VtYnJhY28vanMvdW1icmFjby5yZXNvdXJjZXMuanM7L3VtYnJhY28vanMvdW1icmFjby5kaXJlY3RpdmVzLmpzOy91bWJyYWNvL2pzL3VtYnJhY28uZmlsdGVycy5qczsvdW1icmFjby9qcy91bWJyYWNvLnNlcnZpY2VzLmpzOy91bWJyYWNvL2pzL3VtYnJhY28uc2VjdXJpdHkuanM7L3VtYnJhY28vanMvdW1icmFjby5jb250cm9sbGVycy5qczsvdW1icmFjby9qcy9yb3V0ZXMuanM7L3VtYnJhY28vanMvaW5pdC5qczsvdW1icmFjby9kZXZlbG9wZXIvUmVsYXRpb25UeXBlcy9UcmVlTWVudS9BY3Rpb25EZWxldGVSZWxhdGlvblR5cGUuanM7L3VtYnJhY28vZGV2ZWxvcGVyL1JlbGF0aW9uVHlwZXMvVHJlZU1lbnUvQWN0aW9uTmV3UmVsYXRpb25UeXBlLmpzOw&t=Javascript&cdv=302:1038 @https://umbraco7.com/umbraco/lib/angular/1.1.5/angular.min.js:79 @https://umbraco7.com/umbraco/lib/angular/1.1.5/angular.min.js:80 @https://umbraco7.com/umbraco/lib/angular/1.1.5/angular.min.js:92 @https://umbraco7.com/umbraco/lib/angular/1.1.5/angular.min.js:90 @https://umbraco7.com/umbraco/lib/angular/1.1.5/angular.min.js:92 j@https://umbraco7.com/umbraco/lib/angular/1.1.5/angular.min.js:101 r@https://umbraco7.com/umbraco/lib/angular/1.1.5/angular.min.js:104 @https://umbraco7.com/umbraco/lib/angular/1.1.5/angular.min.js:106
    (?)()ServerVariables (line 63)
    (?)(a=
    TypeError: item.value is null
     
    if (iterator.call(context, value, index, list)) {
    , c=undefined)ServerVariables (line 54)
    e(d=undefined)angular.min.js (line 79)
    always()angular.min.js (line 80)
    $eval(a=function(), b=undefined)angular.min.js (line 92)
    $digest()angular.min.js (line 90)
    $eval(a=undefined)angular.min.js (line 92)
    success(a=200, b=")]}',\n[{"isChildOfListV...1,1231","metaData":{}}]", c="Cache-Control: no-cache...\nContent-Length: 1884\r\n")angular.min.js (line 101)
    d(a=j(a, b,c), d=200, e=")]}',\n[{"isChildOfListV...1,1231","metaData":{}}]", f="Cache-Control: no-cache...\nContent-Length: 1884\r\n")angular.min.js (line 104)
    onreadystatechange()angular.min.js (line 106)

    error source line:

     
    (63 out of range 2)
Please Sign in or register to post replies

Write your reply to:

Draft