Closed (fixed)
Project:
GeoIP API
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2009 at 00:44 UTC
Updated:
25 Oct 2009 at 18:20 UTC
No geoip_country_values() function?
I get a white screen of death when I go to the admin/settings/language/geoip page.
The menu callback for admin/settings/language/geoip calls geoip_country_values() - but I couldn't find that function defined anywhere in the code - so I assuming maybe a file didn't get committed to CVS or something?
This function is called from all over the place:
$countries = geoip_country_values();
Thank you in advance...
Comments
Comment #1
davidburnsI think geoip_country_values(); comes from the geoip.inc but the api I think has since changed and the function no longer exist.
Comment #2
zroger commentedFixed in http://drupal.org/cvs?commit=261372.
The updates were in geoip.values.inc which never got added to the repository.