Copied to clipboard

Flag this post as spam?

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


  • BenH 59 posts 199 karma points
    Oct 11, 2013 @ 17:48
    BenH
    1

    Load error! (parsererror) when trying to choose children to transfer

    On build 2.7.8.9 v6 when unchecking transfer children normally a list of the child nodes is presented, but I'm just receiving a parseerror.  When I hover over it, I see a title: SyntaxError: Unexpected token C

    Is this a Courier issue, or a site/server issue? 

    Thanks! 

  • Dallas 133 posts 405 karma points
    Aug 29, 2014 @ 20:28
    Dallas
    1

    I just found the same issue with Courier 2.5.8.43v6

    Unchecking the Transfer children checkbox results in a Parse error. Hovering over the parse error label shows SyntaxError: Unexpected token B

    This is caused by having a " (double quote) in the name of a child document. The list of child documents is returned as json. The double quote is not escaped and causes a syntax error when the json is parsed. 

    Removing the double quote from the name of the document will resolve the issue.

    Dallas

     

     

  • Mark Bowser 273 posts 860 karma points c-trib
    Apr 22, 2015 @ 21:02
    Mark Bowser
    0

    I am experiencing the problem with umbraco 6.1.6 and courier 2.7.8.30. I verified that removing the double quote symbols from the node names solved the problem for me. I created an issue for this:

    http://issues.umbraco.org/issue/COU-142

  • Paul Sterling 719 posts 1556 karma points MVP 9x admin c-trib
    Apr 23, 2015 @ 19:57
    Paul Sterling
    0

    @Mark 

    Do you see the same with the released version 2.7.8.2.v6? 

  • 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