Copied to clipboard

Flag this post as spam?

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


  • Garret 69 posts 309 karma points
    Aug 23, 2014 @ 00:06
    Garret
    0

    Umbraco 7.1.5 - ContentResource - failed to retrieve children attempted to divide by zero

    contentResource.getChildren($routeParams.id), without options paramer results in error, this wasn't the case in 7.1.4

    Failed to retrieve children for content item 1317


    Attempted to divide by zero.

    If I add options as a second parameter to the call the error is gone

         $scope.options = {
             pageSize: 10,
             pageNumber: 1,
             filter: '',
             orderBy: 'SortOrder',
             orderDirection: "asc"
         };

  • 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