(2013-09-13, 05:25:43)D.O. Wrote: How I can fix it?
The default setting (since v3.1, I think) is not to ping search engines. The error message is a bit misleading, because it suggests that something has gone wrong (but the notification is green, not red).
If you want to ping search engines when you generate a sitemap, comment (disable) the following line in gsconfig.php:
Code:
define('GSDONOTPING', 1);
If you do not want to ping the search engines, do not change the line in gsconfig.php, just ignore the message. Check that the sitemap is being generated correctly.
Hi Hameau,
thanks for replying me.
Then the written "Sitemap Created, however there was an error pinging one or more of the search engines" is green so I think it is not so serious.
Anyway, turning off GSDONOTPING, it says: "Sitemap Created! We also successfully pinged 4 search engines of the update".
2013-09-18, 04:53:48 (This post was last modified: 2013-09-18, 05:01:24 by hameau.)
(2013-09-17, 23:05:06)shawn_a Wrote: Well that makes no sense.
GSDONOTPING gives an error about pinging ?
Yes, it always has (since the advent of GSDONOTPING).
Sorry, I see I had it in my notes to report it at the time, but it must have slipped through the cracks. I'm just testing now to see if it's plugin related.
Edit: Yes, it's down to mvlcek's I18N (specifically, I18N Base), which takes control of the sitemap generation. With no plugins, it's all good.
2013-09-22, 18:26:13 (This post was last modified: 2013-09-22, 18:38:32 by D.O..)
@ Hameau: Thanks for your precious Help!
@ Shawn: I suppose that search engines index the content of my pages anyway 'cause Google shows my site at the top. I think Hameau is right about it can depend on I18N plugin because the button "Generate Sitemap" is linked to this url http://www.mysite.com/admin/load.php?id=...se&sitemap
After I followed the Hameau's tip, the message is now "Sitemap Created! We also successfully pinged 4 search engines of the update" and this is my gsconfig...
PHP Code:
# Ping search engines upon sitemap generation? #define('GSDONOTPING', 1);
# Disable Sitemap generation and menu items # define('GSNOSITEMAP',true);
I18n has base functionality that can remain active even with its plugins disabled.
And I cannot read German, what is the i18n token for that message?
Same as above?
I deactivated and removed the I18N plugins and then got exactly the same message:
"Fehler: Die Sitemap wurde erstellt, jedoch trat ein Fehler beim Benachrichtigen der Suchmaschinen auf" = "Sitemap Created, however there was an error pinging one or more of the search engines"
So what can I do? I never had a version earlier than 3.3.2 on my server...
Without I18N I only have a "View Sitemap" link that takes me to a page that only shows a couple buttons ("refresh" and "view") and displays the Sitemap below, nothing else. No errors, no messages.
I might fix it up a bit in 3.3.x cause ask.com doesnt exist anymore, and the ping statuses are all wrong, it returns the last result from that function. Just deleting the ask.com block might fix it.
actually that connection fails entirely so it doesn't set status, so one of your other pings is actually failing.
probably bing, not sure why though, could be a connection issue, or fsockopen not allowed