Hello, the order ID is 14004,
I have a question regarding JoomSEF behavior when setup together with Joomfish, and using different domains for every language.
The thing is that some links in a language other than default one, tend to fall back to the default one although everything seems translated and setup as it should. Consider this example:
1. Default domain (en)
www.mysite.eu
2. Language1 (se)
www.mysite.se
When let's say we have a default lang link like
www.mysite.eu/services/my-service.html the corresponding url in the language should be
www.mysite.se/tjänster/min-tjänst.html which is simply not the case with the link generated in the menu, but instead goes to
www.mysite.eu/services/my-service.html
The interesting thing here is that although the link fall back to the default one the page contents translates just right!
These are the configs on which this issue appears:
1.
Joomsef 3.7.5
Joomfish 2.0.4
Joomla 1.5.21
2.
Joomsef 3.7.4
Joomfish 2.0.4
Joomla 1.5.21
Joomsef setup for jumfish:
Language integration: use different domains
Always use language?: Yes
Translate URLs?: Yes
Get language from browser setting? No
Save language to cookie? Yes
JoomFish Router Disabled
! Tried every thing (purging,changing configs, disabling/enabling joomfish plugin) I could to find the cause of this but wasn't able to figure out some fix, so I desperately need your help guys!
Thanks in advance
Zoran
Btw, I think it's worth mentioning that when I place some link in the content lets say: index.php?option=com_content&view=article&id=2 Joomsef here will also produce the wrong link going to the default language, but if I change the same link to: index.php?option=com_content&view=article&id=2&lang=sv then Joomsef produces the correct link. But as I know Joom sef used to determine the language automatically. And also this manual fix couldnt be applied on the menu items.