More than one module has defined the node-url token

in

The problem is located within the Notifications 6.x -2.2 module. Open up /sites/all/modules/notifications/notifications_content/notifications_content.module and comment out lines 847 and 867.

// $tokens['node']['node-url'] = t('The node view url for read more links.');
//        $values['node-url'] = url('node/'. $node->nid, array('absolute' => TRUE)

A patch is also available in the Notifications issue queue.

Comments

thanks!

One search and I found your solution. Magically it works!!! Note for notifications version 6.x-4.x-beta7 the problem is still present and the correct line numbers to comment are 913 and 933 (same lines farther down the page)

Thank you!