Closed (duplicate)
Project:
Pathauto
Version:
5.x-2.3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2009 at 18:02 UTC
Updated:
11 Jan 2010 at 15:01 UTC
Using pathauto to generate paths for image galleries, using the following rule:
Pattern for all Image Galleries paths:
album/[catpath-raw]
When editing an existing category (aka album), pathauto will generate the following:
image/tid/34 -> taxonomy/term/
This totally breaks the link to this album, resulting in a 404.
First of all, not sure why is putting image/tid/34 on the alias side, this should be on the system side. Second, no clue where is taxonomy/term/ coming from.
Comments
Comment #1
gregglesThe taxonomy/term problem sounds like #278368: taxonomy_term_path being passed TID instead of Term Object.
Are you still using 5.x-2.3 or have you upgraded to 6.x?
If you are sitll on 5.x you could try the dev release of 5.x-2.x because that same thing was committed there.
Comment #2
greggles