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
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.
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:
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!
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
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
@Mark
Do you see the same with the released version 2.7.8.2.v6?
is working on a reply...