Closed (fixed)
Project:
Consistent Language Interface
Version:
6.x-3.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2011 at 19:54 UTC
Updated:
13 Jan 2011 at 21:51 UTC
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
Comment #1
Egmund commentedI 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.
Comment #2
PixelClever commentedshould be fixed in 3.1