Drupal 6.20 not support old version of this module. I've install version 3.0 but it has a bug.
When I write some Drupal url in my browser, for example http://mydrupal.com/admin/reports, Drupal redirect to http://mydrupal.com/Array

I've taken a look to your code and I've fixed my problem. Function languagepath return an array instead of the path so I change line 194 of languageinterface.module:

line 194: #return $link;
line 195: return $link['path'];

I think there is a better way to resolve this bug...

Comments

Egmund’s picture

I have the same problem - or actually worse! No one can directly get to my front page.

The languageinterface module 6.3 is making my site unusable so I had to downgrade to 6.25. Fortunately I had the old archive.

I get a warning related to lines 65 and 70 of path.inc

The problem is maybe related to alias names. My site have two domain names, and only one works fine with 6.3.

PixelClever’s picture

Status: Active » Closed (fixed)

should be fixed in 3.1