eldy / AWStats

AWStats Log Analyzer project (official sources)
https://www.awstats.org
361 stars 119 forks source link

GeoIP2_Country Plugin Country column not valued #216

Open jeanpaulbouzat opened 2 years ago

jeanpaulbouzat commented 2 years ago

Describe the bug When using GeoIP2_Country plugin, ther is no value in country column in hos table

To Reproduce Steps to reproduce the behavior:

  1. Enable GeoIP2_Country
  2. Invoque awstats.pl
  3. Scroll down to Host table
  4. Look at Country column

Expected behavior Country value expected

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context After some research, found missing <td> in table generation

To resolve added at line 145 in wwwroot/plugins/geoip2_country.pm print "<td>";