The most recent version seems to be unable to handle dashes in the Pattern text, in a format like
descriptor/[field1]-[field2]

For example, a Pattern such as
periodical/[field_month-yyyy]-[field_month-mm]
used to result in a URLs like .../periodical/2007-10
Now, it causes this error:
"You are using the token [field_month-yyyy-field_month-mm] which is not valid within the scope of tokens where you are using it."

For some reason the ]-[ now combines the field names into one.

Comments

greggles’s picture

Status: Active » Closed (duplicate)

Yes, thanks for the reporting. I believe it is fixed in the latest 5.x-2.x-dev release.

This warning system is just a warning system and was built in http://drupal.org/node/184293 where I've discussed the various fixes that I needed to make to make sure that the system works properly. Comment #22 discusses the fix for the problem you found. The warning system shouldn't impact the actual pattern replacement.

So, in general, the system should continue to work properly, these are just warnings and the warnings are incorrect.