When I click on the Geocoding Options tab at /admin/config/content/location/geocoding, the page is empty. It doesn't break per se, just no HTML is printing. I can back-page and it's fine, there's just no form where I can set options.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

vincer’s picture

Issue summary: View changes
fliwatuet’s picture

Same problem here.

yepa’s picture

With display errors :

Fatal error: Call to a member function asXML() on a non-object in C:\wamp\www\domain.fr\htdocs\sites\all\modules\location\geocoding\google.inc on line 38

yepa’s picture

Status: Active » Needs review
FileSize
2.39 KB

A patch to remove fatal error.
The problem isn't solved because of Forbidden error when trying to get the list of countries supported by the Google geocoder.

Status: Needs review » Needs work

The last submitted patch, 4: location-geocoding-options-2457465-4.patch, failed testing.

yepa’s picture

Status: Needs work » Needs review
FileSize
3.8 KB

Bug is the same in version 6.x :
https://www.drupal.org/node/2406483

Another patch to solve the problem

leistiko_texvet’s picture

FYI: I strongly suspect that this issue is the same as the one in: https://www.drupal.org/node/2406483

If I'm wrong, feel free to poke me with a stick.

yepa’s picture

Yes it's the same and this patch is for d7.

bsufan17’s picture

I copied the patch contents, created a file, and named it the same as in #6. I run git apply -v location-geocoding-options-2457465-6.patch, and I get this: fatal: corrupt patch at line 103. What am I doing wrong?

yepa’s picture

Hi @bsufan17
Perhaps because you copied the patch content instead of download the patch...

marcel.jtf’s picture

Patch #6 fixed problem at my end.

dimaro’s picture

I had the same problem and finally this patch works fine for me

podarok’s picture

Version: 7.x-3.6 » 7.x-3.x-dev

Status: Needs review » Needs work

The last submitted patch, 6: location-geocoding-options-2457465-6.patch, failed testing.

podarok’s picture

Patch from #6 should apply 7.x-3.x-dev

Status: Needs work » Needs review

Status: Needs review » Needs work

The last submitted patch, 6: location-geocoding-options-2457465-6.patch, failed testing.

vincer’s picture

Issue summary: View changes