Geocode was not successful for the following reason: ZERO_RESULTS
When I'm loading my wordpress website it is showing this error message "Geocode was not successful for the following reason: ZERO_RESULTS". How can I fix it?
wordpress
|
show 2 more comments
When I'm loading my wordpress website it is showing this error message "Geocode was not successful for the following reason: ZERO_RESULTS". How can I fix it?
wordpress
I did not see any error message. Website loads fine.
– zipkundan
Nov 15 '18 at 11:00
Are you using free or purchased theme ??
– Priyanka Modi
Nov 15 '18 at 11:08
@Priyanka Modi It is purchased theme.
– Octavia
Nov 15 '18 at 11:11
@Octavia - which is the theme name you use it in your project??
– Priyanka Modi
Nov 15 '18 at 11:15
Your website uses "Google Maps JavaScript API" which requires authentication via api-key. The google maps api must be called either by your theme or one of the plugin. You will need to register for the google maps api, generate the api-key and use it on your website.
– zipkundan
Nov 15 '18 at 11:16
|
show 2 more comments
When I'm loading my wordpress website it is showing this error message "Geocode was not successful for the following reason: ZERO_RESULTS". How can I fix it?
wordpress
When I'm loading my wordpress website it is showing this error message "Geocode was not successful for the following reason: ZERO_RESULTS". How can I fix it?
wordpress
wordpress
edited Nov 16 '18 at 4:42
Octavia
asked Nov 15 '18 at 10:56
OctaviaOctavia
316
316
I did not see any error message. Website loads fine.
– zipkundan
Nov 15 '18 at 11:00
Are you using free or purchased theme ??
– Priyanka Modi
Nov 15 '18 at 11:08
@Priyanka Modi It is purchased theme.
– Octavia
Nov 15 '18 at 11:11
@Octavia - which is the theme name you use it in your project??
– Priyanka Modi
Nov 15 '18 at 11:15
Your website uses "Google Maps JavaScript API" which requires authentication via api-key. The google maps api must be called either by your theme or one of the plugin. You will need to register for the google maps api, generate the api-key and use it on your website.
– zipkundan
Nov 15 '18 at 11:16
|
show 2 more comments
I did not see any error message. Website loads fine.
– zipkundan
Nov 15 '18 at 11:00
Are you using free or purchased theme ??
– Priyanka Modi
Nov 15 '18 at 11:08
@Priyanka Modi It is purchased theme.
– Octavia
Nov 15 '18 at 11:11
@Octavia - which is the theme name you use it in your project??
– Priyanka Modi
Nov 15 '18 at 11:15
Your website uses "Google Maps JavaScript API" which requires authentication via api-key. The google maps api must be called either by your theme or one of the plugin. You will need to register for the google maps api, generate the api-key and use it on your website.
– zipkundan
Nov 15 '18 at 11:16
I did not see any error message. Website loads fine.
– zipkundan
Nov 15 '18 at 11:00
I did not see any error message. Website loads fine.
– zipkundan
Nov 15 '18 at 11:00
Are you using free or purchased theme ??
– Priyanka Modi
Nov 15 '18 at 11:08
Are you using free or purchased theme ??
– Priyanka Modi
Nov 15 '18 at 11:08
@Priyanka Modi It is purchased theme.
– Octavia
Nov 15 '18 at 11:11
@Priyanka Modi It is purchased theme.
– Octavia
Nov 15 '18 at 11:11
@Octavia - which is the theme name you use it in your project??
– Priyanka Modi
Nov 15 '18 at 11:15
@Octavia - which is the theme name you use it in your project??
– Priyanka Modi
Nov 15 '18 at 11:15
Your website uses "Google Maps JavaScript API" which requires authentication via api-key. The google maps api must be called either by your theme or one of the plugin. You will need to register for the google maps api, generate the api-key and use it on your website.
– zipkundan
Nov 15 '18 at 11:16
Your website uses "Google Maps JavaScript API" which requires authentication via api-key. The google maps api must be called either by your theme or one of the plugin. You will need to register for the google maps api, generate the api-key and use it on your website.
– zipkundan
Nov 15 '18 at 11:16
|
show 2 more comments
1 Answer
1
active
oldest
votes
I think that the problem is that you may forget to activate the Geocoding API in Google Cloud Platform.
So, You can try to create an account with Google Cloud Platform. The system produced a code and you can paste it in
Theme Setup > Content Setup > Geolocation & Google Maps > API Key
Then clicked on Save.
Once activated, it started to work just fine.
I hope that it works !!
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53317883%2fgeocode-was-not-successful-for-the-following-reason-zero-results%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I think that the problem is that you may forget to activate the Geocoding API in Google Cloud Platform.
So, You can try to create an account with Google Cloud Platform. The system produced a code and you can paste it in
Theme Setup > Content Setup > Geolocation & Google Maps > API Key
Then clicked on Save.
Once activated, it started to work just fine.
I hope that it works !!
add a comment |
I think that the problem is that you may forget to activate the Geocoding API in Google Cloud Platform.
So, You can try to create an account with Google Cloud Platform. The system produced a code and you can paste it in
Theme Setup > Content Setup > Geolocation & Google Maps > API Key
Then clicked on Save.
Once activated, it started to work just fine.
I hope that it works !!
add a comment |
I think that the problem is that you may forget to activate the Geocoding API in Google Cloud Platform.
So, You can try to create an account with Google Cloud Platform. The system produced a code and you can paste it in
Theme Setup > Content Setup > Geolocation & Google Maps > API Key
Then clicked on Save.
Once activated, it started to work just fine.
I hope that it works !!
I think that the problem is that you may forget to activate the Geocoding API in Google Cloud Platform.
So, You can try to create an account with Google Cloud Platform. The system produced a code and you can paste it in
Theme Setup > Content Setup > Geolocation & Google Maps > API Key
Then clicked on Save.
Once activated, it started to work just fine.
I hope that it works !!
answered Nov 15 '18 at 11:13
Priyanka ModiPriyanka Modi
1,0441611
1,0441611
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53317883%2fgeocode-was-not-successful-for-the-following-reason-zero-results%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I did not see any error message. Website loads fine.
– zipkundan
Nov 15 '18 at 11:00
Are you using free or purchased theme ??
– Priyanka Modi
Nov 15 '18 at 11:08
@Priyanka Modi It is purchased theme.
– Octavia
Nov 15 '18 at 11:11
@Octavia - which is the theme name you use it in your project??
– Priyanka Modi
Nov 15 '18 at 11:15
Your website uses "Google Maps JavaScript API" which requires authentication via api-key. The google maps api must be called either by your theme or one of the plugin. You will need to register for the google maps api, generate the api-key and use it on your website.
– zipkundan
Nov 15 '18 at 11:16