Closed (duplicate)
Project:
GeoIP API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2012 at 13:41 UTC
Updated:
6 Feb 2014 at 21:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
revnoah commentedI can confirm this issue. It's an easy fix that hasn't made it into the project since you reported it over a year ago.
Comment #2
Harald.Winzer commentedHello,
when I use a replace in file geoip_language.module on LANGUAGE_NEGOTIATION_NONE to LANGUAGE_NONE or I do it manually in line 63 I receive afterwards the following error:
Fatal error: Call to undefined function db_fetch_object() in /homepages/8/nnn/htdocs/xxx/sites/all/modules/geoip/geoip_language/geoip_language.module on line 253
Please assist, thanks!
Comment #3
joelpittetI believe it should be
LANGUAGE_NEGOTIATION_DEFAULT@see https://drupal.org/comment/6879722#comment-6879722
Comment #4
joelpittetNot sure if this the solution but it's on the way.
Comment #5
joelpittetActually this is all solved in #887268-67: Port GeoIP API to D7