Closed (fixed)
Project:
IP to Locale
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Aug 2010 at 01:57 UTC
Updated:
10 Apr 2011 at 12:02 UTC
When setting Default Front Page to some custom created Page and setting same path for both page translations like instructed on this page:
http://drupal-translation.com/content/setting-front-page-language
ip2locale Module will redirect to incorrect page...
Problem seems to have source in
$alias = drupal_get_path_alias($_GET['q'], $lc);
For me solution was in just commenting this line, also i would like this module just to add language prefix based on detected country and not much more
thx.
Comments
Comment #1
mrfelton commentedI think this should be resolved in the latest code in gic, as a result of the work on #605666: Doesn't work with aliases/pathauto?