Variables Not Working
-
I’m getting a long list of errors when enabling this plugin. I manually uploaded the DB11LITEBIN file then tried to use the variables. I get no returned results from anything related to the functions:
<?php
$data = ip2location_get_vars();
$data = json_decode($data);
?>Notice: Trying to get property ‘ipAddress’ of non-object in /wp-content/plugins/ip2location-variables/ip2location-variables.php on line 77
Notice: Trying to get property ‘countryCode’ of non-object in /wp-content/plugins/ip2location-variables/ip2location-variables.php on line 78
Notice: Trying to get property ‘countryName’ of non-object in /wp-content/plugins/ip2location-variables/ip2location-variables.php on line 79
Notice: Trying to get property ‘regionName’ of non-object in /wp-content/plugins/ip2location-variables/ip2location-variables.php on line 80
Notice: Trying to get property ‘cityName’ of non-object in /wp-content/plugins/ip2location-variables/ip2location-variables.php on line 81
Notice: Trying to get property ‘isp’ of non-object in /wp-content/plugins/ip2location-variables/ip2location-variables.php on line 82
Notice: Trying to get property ‘latitude’ of non-object in /wp-content/plugins/ip2location-variables/ip2location-variables.php on line 83
Notice: Trying to get property ‘longitude’ of non-object in /wp-content/plugins/ip2location-variables/ip2location-variables.php on line 84
Notice: Trying to get property ‘domainName’ of non-object in /wp-content/plugins/ip2location-variables/ip2location-variables.php on line 85
Notice: Trying to get property ‘zipCode’ of non-object in /wp-content/plugins/ip2location-variables/ip2location-variables.php on line 86
Notice: Trying to get property ‘timeZone’ of non-object in /wp-content/plugins/ip2location-variables/ip2location-variables.php on line 87
Notice: Trying to get property ‘netSpeed’ of non-object in /wp-content/plugins/ip2location-variables/ip2location-variables.php on line 88
Notice: Trying to get property ‘iddCode’ of non-object in /wp-content/plugins/ip2location-variables/ip2location-variables.php on line 89
Notice: Trying to get property ‘areaCode’ of non-object in /wp-content/plugins/ip2location-variables/ip2location-variables.php on line 90
Notice: Trying to get property ‘weatherStationCode’ of non-object in /wp-content/plugins/ip2location-variables/ip2location-variables.php on line 91
Notice: Trying to get property ‘weatherStationName’ of non-object in /wp-content/plugins/ip2location-variables/ip2location-variables.php on line 92
Notice: Trying to get property ‘mcc’ of non-object in /wp-content/plugins/ip2location-variables/ip2location-variables.php on line 93
Notice: Trying to get property ‘mnc’ of non-object in /wp-content/plugins/ip2location-variables/ip2location-variables.php on line 94
Notice: Trying to get property ‘mobileCarrierName’ of non-object in /wp-content/plugins/ip2location-variables/ip2location-variables.php on line 95
Notice: Trying to get property ‘elevation’ of non-object in /wp-content/plugins/ip2location-variables/ip2location-variables.php on line 96
Notice: Trying to get property ‘usageType’ of non-object in /wp-content/plugins/ip2location-variables/ip2location-variables.php on line 97
The topic ‘Variables Not Working’ is closed to new replies.