Hi guys!

I have problems with language switching! When I load the front page and then choose to switch language from the Language Switcher, the system tries to load the following url:

localhost/my_site/<front>

The result is an Access Forbidden error!

In addition, in content nodes, when I try to switch language, then instead of loading something like localhost/my_site/node/some_node, it tries to load localhost/my_site/node/node/some_node!! And if I keep clicking the language link, the system adds more "/node" in the url (e.g. localhost/my_site/node/node/node/node/some_node)

I'm using Drupal 6.22, with i18n module enabled!

Any suggestions?

Thanks a lot for your assistance!

Comments

nikit’s picture

Long time passed, but I have this problem also.
Solution is seeking theme_links function (in themes or modules) and investigating code. Someone use direct <a href="$link['href']"> instead of using l function.