Hi

Thanks for the module

I have a content type with a geofield called location.

I have a view powered by IPGV&M, I have added a location field to the view, to set the lat/lng of each marker on the map.

When I try to add location - proximity I get an HTTP ajax error, with no information.

I do not have GEOS, do I need this?
If I do not need GEOS what do I need to do to get proximity to work? Does it rely on any other modules?

Thanks for any help.

Comments

noopal’s picture

I was using drupal 7.34 have updated to 7.38.

Disabled almost all modules. The only ones I have left are the common ones, flags, ctools, rules.

Reinstalled geofield.

But I still get HTTP error when trying to add proximity field to a view.

Not other information, just a box on the screen saying

An AJAX HTTP error occurred.
HTTP Result Code: 500
Debugging information follows.
Path: admin/structure/views/ajax/add-item/proximity/default/field
StatusText: Internal Server Error
ResponseText:

simon.westyn’s picture

I got stuck on this problem for hours as well. You need to install the geocoder ( https://www.drupal.org/project/geocoder ) module before trying to add the proximity field.