Impossible to have my right path back
| Project: | Pathauto |
| Version: | 6.x-1.1 |
| Component: | I18n stuff |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Hello,
I have created a node with the alias /name/[nid] since a few months ago.
I've got 500 nodes created now.
The problem is that all nodes created before january 25th have the default path /node/[nid]
These nodes was set with i18n in French Language. I think I disabled Multilingual support for this content type on january 25th.
Few days ago, I used UPDATE node SET language = '' WHERE type = 'yourcontenttype'; in order to set all these french nodes in "Language neutral".
So, now I've got all my nodes in language neutral but nodes created with french language have the path /node/[nid].
and when I switch the website language to French I've got the right path....
It's very boring because I've got lot of blocks displaying with this node path lol
I tried to use the update path alias option xithout success.
Any ideas? :)
Thanks

#1
nobody?
#2
Can you try the patch in #612654: Path auto bulk update broken with i18n to see if that solves your bulk updating problems?
#3
I had to edit all nodes to have the right path back.
So, I don't have some nodes to test the patch, sorry.
If I find another node with this problem, I will use it and report it :)
#4
Ok, so this issue is fixed for now then.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.