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

davedelong’s picture

Whoops, 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

digital fire’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev

This issue also affects the drupal 7 version as well.

duaelfr’s picture

Are you running the lastest dev version ?
I just checked the code and there is no more "die" or "pint_r" for me.

duaelfr’s picture

Status: Active » Closed (fixed)