 

 [    ](https://www.facebook.com/sharer/sharer.php?u=https://www.skvare.com/markdownify/node/105&title=More%20than%20one%20module%20has%20defined%20the%20node-url%20token "Share to Facebook") [    ](https://www.linkedin.com/sharing/share-offsite/?url=https://www.skvare.com/markdownify/node/105 "Share to Linkedin") [    ](mailto:?subject=More%20than%20one%20module%20has%20defined%20the%20node-url%20token&body=https://www.skvare.com/markdownify/node/105 "Share to Email") 

 

 

#  More than one module has defined the node-url token 

 

 

 The problem is located within the [Notifications](http://drupal.org/project/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](http://drupal.org/node/845250#comment-3321686).