Closed (duplicate)
Project:
Pathauto
Version:
5.x-2.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
17 Aug 2007 at 21:48 UTC
Updated:
8 Jan 2022 at 08:42 UTC
Jump to comment: Most recent
Comments
Comment #1
Athemis commentedI've got the same problem with beta2. In my case this only occurs, when transliteration is activated. Sounds quite similar to #148804. Perhaps a duplicate?
Comment #2
Anonymous (not verified) commented(I might have missed something?) In some ways the descriptions of the issues in that thread are similar to this issue, but the solutions presented seems to relate to characters within the term name, ie. term names being generated in the wrong way.
Comment #3
Anonymous (not verified) commentedI have tried the two patches listed at http://drupal.org/node/148804#comment-279606 and http://drupal.org/node/162740#comment-283838 but none of them solves my problem, the generated [catpath] still produce URL-aliases such as parentterm-subterm1-subterm2/title-of-node instead of parentterm/subterm1/subterm2/title-of-node
Comment #4
Anonymous (not verified) commentedIs this a new "feature"?
Comment #5
nexus7 commentedSame problem (vocab/parentterm-childterm-childterm) with [vocab]/[catpath] and transliteration active... (google sitemap is driving me mad...:D )
Comment #6
greggles@cassisus - this is not a new feature, but a regression in this BETA version.
I believe the solution if you have transliteration enabled is to remove
- // Preserve alphanumerics, everything else becomes a separator.
- $pattern = '/[^a-zA-Z0-9]+/ ';
- $output = preg_replace($pattern, $separator, $output);
Of course then any punctuation will slip through and become quite ugly information in the URL... :(
I've got a fix for that which I hope to release on Tuesday.
Comment #7
kecinzer commentedAny progress in this?
I tryed latest dev. version and still problem with "/" - "-".
Comment #8
gregglesIt's in this issue: http://drupal.org/node/143831
And no, no real update yet.