I get the error
Fatal error: Call to undefined function token_get_list() in /u1/www/www.cincitdi.com/modules/pathauto/pathauto_node.inc on line 18

When I go to /admin/settings/pathauto

Drupal 5.2
PHP 5.1.6
PostgreSQL database 8.1.9

Comments

AdrianB’s picture

Do you have the token module activated?

http://drupal.org/node/167464
http://drupal.org/node/167657

cojones’s picture

That was it, I was missing the token module, I had just upgraded and I didn't see anything in the README.txt or INSTALL.txt about it.
thanks

AdrianB’s picture

It seems like it's not in the README.txt or INSTALL.txt yet, but it's mentioned on the project page: http://drupal.org/project/pathauto

greggles’s picture

Title: Call to undefined function token_get_list() » add token dependencie to README and INSTALL
Assigned: Unassigned » greggles
Category: bug » task

This seems like it should be mentioned in lots of places including README and INSTALL. Changing title to reflect this.

greggles’s picture

Title: add token dependencie to README and INSTALL » add token dependencie to INSTALL.txt
Status: Active » Fixed

Fixed now. I decided not to put it in the README.txt because I felt like that was just redundant.

Anonymous’s picture

Status: Fixed » Closed (fixed)