ginkgostreet / com.ginkgostreet.geofill

When CiviCRM geocodes an address, the geocoding service generally returns much more information than CiviCRM uses. This extension allows site administrators to set a policy for what to do with that information on a field-by-field basis: discard it, fill in missing data, or overwrite existing data.
Other
4 stars 2 forks source link

Geofill fails on Civi 5.51.1 #10

Closed andyburnsco closed 2 years ago

andyburnsco commented 2 years ago

The geocoder has been successful up to Civi 5.50.3. I upgraded to 5.51.1, and Google is still geocoding correctly, however no address fields are being populated. This fails on both the "Fill" and "Overwrite" policy setting.

This extension worked fine with USPS standardization. However, noting that I disabled USPS standardization and therefore ruled out that being a conflict.

No log of error with report errors extension.

twomice commented 2 years ago

I think this is caused by a bug in civicrm core as of 5.51.0. Reference: https://lab.civicrm.org/dev/core/-/issues/3756

PR forthcoming.

ginkgomzd commented 2 years ago

Thanks @twomice !

twomice commented 2 years ago

PR submitted to core: https://github.com/civicrm/civicrm-core/pull/24067