Closed (duplicate)
Project:
Pathauto
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2007 at 11:37 UTC
Updated:
30 Nov 2007 at 07:27 UTC
There seems to be a conflict between Pathauto 2.0 module and the Audio 2.x-dev module. When aliasing my site, all pages and stories take the naming convention of the audio files.
For example:
I have [title-raw] for all pages, stories, etc.
I have [type]/[audio-tag-artist-raw]/[audio-tag-title-raw] for audio.
All of my pages and stories end up as:
audio/[audio-tag-artist-raw]/[audio-tag-title-raw]_1
audio/[audio-tag-artist-raw]/[audio-tag-title-raw]_2
etc...
(Note: I just reverted back to pathauto 1.x, so if the above [variable names] are wrong, I had them written correctly during use. Sorry.)
I'm running the latest dev version of token as well.
Maybe this is a problem with audio.module 2.x?
Comments
Comment #1
gregglesI was just able to reproduce this as well, though I'm not sure exactly why. I'll try to look into it more later. I have a feeling that somehow the "type" for the audio module is getting set incorrectly which makes it override the default case.
Comment #2
rjleigh commentedSolved it as a problem with the audio module
see http://drupal.org/node/173029#comment-643818
--Roger
Comment #3
drewish commentedyeah looks like my fault. this is a duplicate of http://drupal.org/node/173029