For some reason everything about pathauto is working except when I use the [catpath-raw] the url just prints [catpath-raw] (this also seems to be an issue with Page Title...so not sure if it is a Token issue). I am using this to alias taxonomy pages so I figure it should work in that scope.
Any ideas how I debug this issue?
Thanks,
Matthew
Comments
Comment #1
ashtonium commentedI'm seeing this issue as well with 6.x-1.x-dev.
Not an issue with 6.x-1.3, and it doesn't appear to be a Token issue, as I can update that module to the latest 6.x-1.x-dev without experiencing the issue.
Comment #2
dave reidI'll look into it, although I'm not sure why it wouldn't be working anymore if the tests are reporting back that it is.
Comment #3
mileZ commentedI have the same issue.
Comment #4
gregglesI guess it's a bug.
Comment #5
dave reidIf you're using it with nodes you should be using [termpath] and not [catpath].
Comment #6
dave reidComment #7
mikebell_ commentedignore
Comment #8
dave reid@digital006: That's completely unrelated to the current issue.
Comment #9
ashtonium commentedWhat "more info" would you like?
If you're asking whether we're talking about a "Taxonomy term path settings" (as apposed to the "Node path settings") then, yes. (or at least I am)
For various Taxonomy term paths, I have the following pattern: some-text/[catpath-raw] and instead of interpreting it, the string "[catpath-raw]" is output directly in the resulting URL alias like so: "some-text/[catpath-raw]", "some-text/[catpath-raw]-0", "some-text/[catpath-raw]-1", etc.
Comment #10
Anonymous (not verified) commentedAm having the same issue - went through creating this forum question (am newby-ish) http://drupal.org/node/765442 before I realised it was potentially a token issue with pathauto.
Token: 6.x-1.12
Pathauto: 6.x-2.x-dev
Taxonomy pattern: [vocab-raw]/[catpath-raw].html
When I did a bulk generate it said at the top the aliases were generated, but they weren't listed, so I had to manually create them. As an experiment I did a bulk generate on my node pattern [menupath-raw].html and it worked fine.
Hope that helps.
Sonia
Comment #11
Melissamcewen commentedIt's happening on Justfood.org too.
Pathauto 6.x-1.x-dev
Token 6.x-1.12
Comment #12
dave reidI cannot duplicate this. Can everyone that's having this problem try on a fresh install with *just* token and pathauto installed? Maybe its some other module at work here?
Maybe also try updating token to 6.x-1.x-dev.
Comment #13
dave reidOk I have confirmed this on pathauto 6.x-1.x-dev. Working on a fix.
Comment #14
dave reidARGHASH. Ok I got it figured out and testing didn't catch it since it was kinda an edge case. Fixed in 6.x-1.x and 6.x-2.x CVS. Does not apply to 7.x-1.x.
http://drupal.org/cvs?commit=352126
http://drupal.org/cvs?commit=352128
Comment #15
danny englanderI can confirm I was having this issue but it is now fixed with 6.x-1.x dev from April 9. Note that I had to delete the bad aliases that had [catpath-raw] in them and then do a regenerate and all was well.