Hi when trying to select a book outline to clone a node into I get the following:
PHP Fatal error: Call to undefined function node_form_validate() in /var/www/vhosts/epilepsy7/includes/form.inc on line 1430, referer: http://epilepsy7.ixishosting.co.uk/node/1769/clone
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | ajax-error-undefined-function-1447974-1.patch | 759 bytes | kenneth.venken |
Comments
Comment #1
kenneth.venken commentedAttached a patch that fixes this issue for me.
It's based on the similar issue: http://drupal.org/node/921398#comment-3995822
Comment #2
amitgoyal commentedThanks a lot for the patch, Kenneth. It worked for me as well.
I am using Drupal 7.13 and when I am trying to clone the node using latest version of node_clone module, I am getting the same error during ajax call on the node edit page.
Comment #3
pwolanin commentedLooks like the the right function to use according to the API docs
Comment #4
tim.plunkettThis is correct.
Comment #5
pwolanin commentedcommitted