I'm getting the following error when creating translations for my site:
Error one or more nodes could not be created
Missing target nodes, pages may not be correctly linked
I've got a few doctypes being ignored in my translation set.
I've noticed that the page is calling the "CreateNodes" method multiple times, with 5 node IDs each time. The last, unsuccessful call before the error message contains only IDs for nodes whose doctype is being ignored. If I remove the ignored doctypes, it works.
Could there be a bug here which is causing an error to be thrown when there are no translatable nodes for a batch?
I think this is the thing we fixed in a recent release (v8.7.6) - as you have worked out if there are no translatable items in a batch call the error was getting shown.
Hopefully if you upgrade to this version that error should go away.
Error one or more nodes could not be created
Hi Kevin,
I'm getting the following error when creating translations for my site:
Error one or more nodes could not be created Missing target nodes, pages may not be correctly linked
I've got a few doctypes being ignored in my translation set.
I've noticed that the page is calling the "CreateNodes" method multiple times, with 5 node IDs each time. The last, unsuccessful call before the error message contains only IDs for nodes whose doctype is being ignored. If I remove the ignored doctypes, it works.
Could there be a bug here which is causing an error to be thrown when there are no translatable nodes for a batch?
Thanks
Hi Steve,
I think this is the thing we fixed in a recent release (v8.7.6) - as you have worked out if there are no translatable items in a batch call the error was getting shown.
Hopefully if you upgrade to this version that error should go away.
Kevin
Thanks Kevin, that's fixed it!
is working on a reply...