• Resolved AdlerBCE

    (@adlerbce)


    I have more than one WP website that I manage. I have been successfully using WordPress Statistics plug-in for a couple of months on one site. When I first installed it on the first site I vaguely remember seeing a warning that some manual action was required to activate/download GioIP.

    Just this week I decided to install WordPress Statistics plug-in which seemed to be straight forward. Did not see any warning to take any manual action. However, I don’t see the Google map and there is no Country summary listing.

    When I check Statistics/setting – GioIP the following error message is displayed:

    “GeoIP collection is disabled due to the following reasons:”

    and then there are no reasons listed. Clicking the <Update> causes a screen refresh but there is no change.

    Any suggestion on where I go to from here?

    https://www.ads-software.com/plugins/wp-statistics/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Greg Ross

    (@gregross)

    Are you running PHP 5.3 or lower? With safe mode disabled?

    If so it looks like there is a bug in the detection code, edit wordpress\wp-content\plugins\wp-statistics\includes\functions\functions.php. Line 588 should be:

    if( !ini_get('safe_mode') ) {

    replace it with:

    if( ini_get('safe_mode') ) {
    Thread Starter AdlerBCE

    (@adlerbce)

    @greg Ross – Never got a chance to try your fix. Just saw the 5.4 upgrade notification, upgraded from 5.3 to 5.4 and all is working.

    Plugin Contributor Greg Ross

    (@gregross)

    Good to hear.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘GeoIP collection is disabled due to the following reasons:’ is closed to new replies.