after the last updating of dev release I can't edit any node. Form submission gives the output of node object, probably, because this code there is in the module:
print_r($node);
die();
after the last updating of dev release I can't edit any node. Form submission gives the output of node object, probably, because this code there is in the module:
print_r($node);
die();
Comments
Comment #1
davedelong commentedWhoops, sorry about that. I'll hopefully have a new -dev version in a couple days. For now, if you delete those lines (or comment them out), the module should work as expected.
Dave
Comment #2
digital fire commentedThis issue also affects the drupal 7 version as well.
Comment #3
duaelfrAre you running the lastest dev version ?
I just checked the code and there is no more "die" or "pint_r" for me.
Comment #4
duaelfr