Skip to main content
  Wednesday, September 30 2020
  3 Replies
  1.7K Visits
  Subscribe
Hi,

We get the following error message, when a person searches, see attachment

Geen resultaten, vul uw woonplaats of postcode in of laat uw woonplaats lokaliseren.
No results, enter your city or zip code or have your city located.

No results are displayed.

At the moment we have an older version of my maps location + no valid subscription. But i was first wondering if this issue is related to an older version of the plugin, before renewing it as we are transferring soon to a wordpress site.

Kind regards,

Geert
S
3 years ago
Hallo,

ich hatte heute auch ein Problem mit Standorterkennung von PLZ

Was bei mir geholfen hat:
In der Datei:
/components/com_mymaplocations/helpers/mymaplocations.php
ändere
http://geocode.arcgis.com/
zu
https://geocode.arcgis.com/
in Zeile 2304 (oder wo sonst diese URL vorkommt).

Arcgis erlaubt wohl keine Anfragen über http mehr. (Bin mir nicht sicher warum Arcgis verwendet wird, obwohl ich überall Google ausgewählt habe.)

LG Robert
S
3 years ago
Hi,

we had a related similar problem today.
"Error in geocoding"

What we did to fix this problem:
In the file

/components/com_mymaplocations/helpers/mymaplocations.php

change

http://geocode.arcgis.com/

to

https://geocode.arcgis.com/

in line 2304 (or wherever you have the url)

br Robert
A
3 years ago
@ salamantex @geertjoomla
I already applied this fix and we will push v4.2.3 .
also if you have your customized version if you haven't done helper override

/components/com_mymaplocations/helpers/mymaplocations.php

if you have done helper override

/templates/your_template/com_mymaplocations/html/mymaplocations.php

search for code

http://geocode.arcgis.com/

change it to

https://geocode.arcgis.com/

they have disabled the http access.
if any issue please create a ticket as well.
  • Page :
  • 1
There are no replies made for this post yet.