Active
Project:
Node clone
Version:
6.x-1.3
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2013 at 15:07 UTC
Updated:
16 Jun 2017 at 19:41 UTC
Jump to comment: Most recent
Hello
Just started receiving 'page not found' error messages when I try to save a cloned node, any ideas for a solution?
Thanks
Comments
Comment #1
pwolanin commentedComment #2
cvikir commentedHello i´ve had the same problem, i solved it by
1, go to admin/config/content/clone
2, select another method when cloning a node, so if you have selected " Pre-populate node form fields", now select "save as new node then edit"
when you do this also select the "bypass confirmation" option
save the form and clear cache.
Now if you look to the clone button on admin or node detail page it should link to node/%node/clone/%clone_token instead of [nid]/clone/confim .
3, Now go again to admin/config/content/clone and select " Pre-populate node form fields"
4, clear your cache
5, now the clone url should stay correct: node/%node/clone/%clone_token
I do not know the nature of the problem, but this worked for me as a solution
Comment #3
cvikir commented