Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve GeoIP diagnostics #3458

Closed
diosmosis opened this issue Oct 18, 2012 · 2 comments
Closed

Improve GeoIP diagnostics #3458

diosmosis opened this issue Oct 18, 2012 · 2 comments
Assignees
Labels
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Milestone

Comments

@diosmosis
Copy link
Member

To help make it easier to figure out when GeoIP isn't setup correctly, we should display more information.

  • For the PECL extension & PHP API, display the available database types (ie, country or city or whatever).
  • For the Apache extension, display the available server variables.
  • If the Apache extension is not installed, display list of installed modules (result of apache_get_modules()). If function not available, say assuming non-apache web server because it isn't available.
  • For the PECL extension, display the value of geoip.custom_directory or if not set.
  • Make sure DataTable footer message for Region + City reports only show if region/city information is available.
@mattab
Copy link
Member

mattab commented Oct 19, 2012

see also #3442

@diosmosis
Copy link
Member Author

(In [7469]) Fixes #3458, fixes #3515, improved geoip diagnostics/help & allowed IPv4-mapped IP addresses to be geo-located.

@diosmosis diosmosis added this to the 1.10 - Piwik 1.10 milestone Jul 8, 2014
@diosmosis diosmosis self-assigned this Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Projects
None yet
Development

No branches or pull requests

2 participants