Hi,
I experience the same problem as described in #20 here:
http://drupal.org/node/614832#comment-2378430
This occurs on some nodes. On these nodes if I set a custom alias, no problem. But if I reedit the node and check the autoalias checkbox, no way : after saving, the autoalias get unchecked and the old custom alias is kept in use.
This doesn't happen for a particular node type: in a given node type, some nodes will behave correctly and some not.
Any clue?
Comments
Comment #1
gmclelland commentedI am experiencing this problem too. I am using [menupath-raw] for my page and panel content types. Does anyone know what is going on with this?
Comment #2
tahiticlic commentedI'm using [termpath-raw].
Comment #3
Izz ad-Din commentedsame problem, seems totally random.
Comment #4
Izz ad-Din commentedComment #5
heyyo commentedsame error for me. I really don't understand the link between all those nodes not aliased
Comment #6
dave reidBumping priority down to normal unless more information can be provided on exactly how this can be reproduced.
Comment #7
zoltán balogh commentedSubscribing. The 6.x-2.x-dev release is very often updated in these days. I think, the value of the Automatic alias checkbox is lost somewhere in the space, but I do not know, which release produced this first in these days. But now, the current 6.x-2.x-dev release also producing this. Pathauto does not generate an alias in some cases. Randomly.
Comment #8
zoltán balogh commentedI wrote a possible solution: #720844: Conflict with the Pathauto module
If anybody have this problem too, than debug hook_form_alter, like this:
The last line is the most informative. If thats are different, then pathauto will turn off the automatic alias generation.
But why different??? Which module does it? Search the REASON!
Comment #9
dave reidZoltan provides good debugging info. Pathauto compares the current url alias to what would be the current generated alias. If they're different, it unchecks the checkbox.