Hello!
I recently upgraded Drupal to version 6.19 and along with it path-auto to 1.15 and tokens to 1.5. I'm still using the version of ldap provisioning that I was before (1.0-beta1).
After this upgrade I found that we were getting php errors on new user creation and new users were not getting a proper url alias generated.
The php errors were because the token was not being replaced and I was getting urls containing [user-raw]. I tried other tokens but none were being translated.
I figured out the problem however thanks to another issue thread here: http://drupal.org/node/886200
This patch worked to fix my problem: http://drupal.org/files/issues/token.module.886200.patch
Is this already in the 1.x-dev version of tokens? Will this be incorporated in the next stable release? Is there a problem with ldap provisioning or path auto that could be causing this?
Thanks!
Comments
Comment #1
bluegeek9 commented