Hi,
there is a simple typo in geofield.elements.inc, line 310. There it says:
array_push($element['#element_validate'], 'goefield_proximity_search_validate');
while it should probabely be:
array_push($element['#element_validate'], 'geofield_proximity_search_validate');
(so it's "goefield_proximity_search_validate" vs. "geofield_proximity_search_validate")
Closed: duplicate
2.1
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.