Closed (duplicate)
Project:
Pathauto
Version:
5.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Aug 2007 at 04:01 UTC
Updated:
15 Aug 2007 at 18:58 UTC
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
Comment #1
gregglesIt 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
Comment #2
lionheart8 commentedIt solved the problem.
I had never used the token before, though.
Many thanks :)