Closed (fixed)
Project:
Pathauto
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2008 at 10:14 UTC
Updated:
22 Apr 2008 at 21:56 UTC
Jump to comment: Most recent file
Comments
Comment #1
gregglesThe termalias is provided not by the token module but by the pathauto module.
Hopefully that can help you in debugging this issue. I haven't used termalias on 6.x yet myself nor have I heard feedback from others whether it is working or not.
Comment #2
beholder commentedIt seems that I have found this bug with aliases. There are mistakes in queries: first need to be
db_queryinstead ofdb_query_range; and second uses arguments fordb_query_range, but it's justdb_querytoo. Please, see my patch.Comment #3
gregglesAh, so this is a very recent bug. I think it's a duplicate of http://drupal.org/node/241132
Can you try that out and confirm?
Comment #4
beholder commentedyes, this is it.
but author of this previos patch has mistakes in
db_query_rangesyntax. Here patch for correcting this - it's an argument order problem. I have corrected it, you can apply this last patch for 6.x-1.x-dev version.Comment #5
gregglesYes, your patch looks quite similar to what I created in #6.
So, we agree on the fix. I'll mark that as a duplicate of this one.
Comment #6
gregglesAnd applied to both 5.x-2.x and 6.x branches. Thanks beholder!
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.