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
Comments
Comment #1
junro commentednobody?
Comment #2
blackdog commentedCan you try the patch in #612654: Path auto bulk update broken with i18n to see if that solves your bulk updating problems?
Comment #3
junro commentedI 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 :)
Comment #4
blackdog commentedOk, so this issue is fixed for now then.