Geo error message
Hello,
I wish to report an error message that appears whenever I make an advanced "Near" search. When I leave the "Near" field empty and search for a term with the first bar only it works perfectly, but when I fill in both fields I always get this message error whatever the address I input (although the search results are properly returned):
Warning: Creating default object from empty value in \includes\geo\geocoders\geocoder-class.php on line 121
Which corresponds to:
public final function _set_coords( $lat, $lng ) {
$this->coords->lat = $lat;
$this->coords->lng = $lng;
}
Any idea where this might come from? Hope it can be fixed. Congrats on this new version anyway, looks very promising!