I originally posted this issue in Ubercart's queue however, I think it is actually an issue with either Pathauto or Token.
Originally, my categories for my Ubercart were displaying correctly giving paths like:
http://www.villacollectionsdesign.com/catalog/art
recently, I noticed I have been getting paths like the following to the same 'Art' category linked above:
http://www.villacollectionsdesign.com/catalog/%5Bcatpath-raw%5D
I have regenerated the catalog aliases at admin/build/path/pathauto and nothing has changed with their pattern (catalog/[catpath-raw]).
To attempt to troubleshoot this myself, I will be updating my modules:
Pathauto 6.x-1.x-dev (2010-Mar-14) to 6.x-1.x-dev (2010-Jun-14)
and Token 6.x-1.12 to 6.x-1.13
I will post the results shortly. I went ahead and posted the issue to get it into queue and for referrence for anyone with a similar issue as I was unable to find any record of this occurring in the pathauto, token, or ubercart issue queues prior to posting (though I may just be searching using the wrong terminology).
Thanks in advance :)
Comments
Comment #1
gregglesThere are a few issues related to catpath recently. Perhaps this is one of these: http://drupal.org/project/issues/pathauto?text=catpath&status=All&priori...
Comment #2
dave reidI'm pretty sure #760700: [catpath-raw] stopped working is the issue at fault, since it was present in the Mar 14 build, and fixed in April.
Comment #3
bstrange commentedTo update, I installed
Pathauto 6.x-1.x-dev (2010-Jun-14) and
Token 6.x-1.13
with no improvement.
I am going to delete all aliases and regenerate and see if this changes.
I will also have a look at the issues you linked.
Thanks for the quick replies!
Comment #4
bstrange commentedOK updating to the above versions fixed the problem after deleting all the bad aliases and regenerating them following the module update. It does sound like the issue linked in #2
Thanks again!
Comment #5
dave reidI'll offically mark this as a duplicate of the one in #2 then.