Fatal error: Call to undefined function token_get_values() in /home/.username/username/drupal/sites/all/modules/pathauto/pathauto.inc on line 271

How to reproduce: Edit or make a new node, and click "Submit" then you get a node/x/edit page, with nothing else on it.

Comments

greggles’s picture

Status: Active » Closed (duplicate)

It sounds like you don't have token module installed.

To get to the right place you'll have to:

1. Download/extract token if you haven't already
2. Disable pathauto
3. Enable token

Let me know if that doesn't fix it.

I need better upgrade documentation, but there's already an issue for that - http://drupal.org/node/143295

lionheart8’s picture

It solved the problem.

I had never used the token before, though.

Many thanks :)