Quote:
Originally Posted by silurius
Tamarian, this mod is giving me problems when I attempt to delete a category. The category does delete, but I get taken to an error page:
Code:
Fatal error: Call to undefined function: path_set_alias() in /server/database/site.com/drupal/modules/pathauto/pathauto_taxonomy.inc on line 104
where 104 reads:
Code:
path_set_alias('taxonomy/term/'.$category->tid);
|
Have you disabled the other module "path"? They both need to be activated.