Hi all,
I have a 4.6.6 site, working in 3 languages, with the i18n module.
I have recently installed pathauto, and set it up so the aliases for all new nodes would be in the form: [title]
i.e. a new node titled 'my title 1' would have an alias of my_title_1
.
So far so good. The problem comes when I submit a translation for that node. Of course, the new title is the original title's translation (i.e. from 'my title 1' in english to 'mi titulo 1' in spanish), and pathauto generates the new alias mi_titulo_1
.
So, when I'm viewing the orignal node at en/my_title_1
and switch language to spanish, i18n swithes lang code, and tries to fetch es/my_title_1
(which is not the right path...)
Setting pathauto to include the lang code (i.e. [lang]/[title] as pattern) doesn't solve the problem... in this case, the original alias is en/my_title_1
and the translated one's is es/mi_titulo_1
, so, they still don't match when switching languages.
I don't know if this is some misconfiguration on my side, or if this is a known issue/incompatibility with these modules...
I know this must have happend to someone else, but I couldn't find anything regarding this issue... is there a way to solve this? Will the 4.7 version of i18n overcome this?
Any help/info would be vey appreciated, thanks!