Closed (duplicate)
Project:
Pathauto
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2005 at 15:01 UTC
Updated:
27 Sep 2005 at 00:47 UTC
pathauto_taxonomy.inc , line 77
$src = 'taxonomy/term/'.$category->tid.'/0';
So, alias generated for
'taxonomy/term/5/0'
but drupal searches for alias for 'taxonomy/term/5', and doesn't find it, and I get non-aliased urls on my site.
I missed something or it is pathauto bug?
P.S.
changing code to
$src = 'taxonomy/term/'.$category->tid;
solves the problem.
Comments
Comment #1
mikeryanThis was fixed a while ago - please upgrade to the latest pathauto.