Closed (fixed)
Project:
XML sitemap
Version:
6.x-1.1
Component:
xmlsitemap_engines.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2009 at 13:54 UTC
Updated:
16 Mar 2010 at 17:50 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedI can't find the issue now but this is a duplicate of another one. It seems that your environment isn't set to accept the length of time required by the ask.com ping command and it times out giving this error code. At least that is what I think I remember for the root cause analysis.
Comment #2
Anonymous (not verified) commentedI think I was remembering http://drupal.org/node/565436#comment-1996518
Comment #3
Anonymous (not verified) commentedIs this still an issue?
Comment #4
mrfelton commentedI get this error in my logs 3 or 4 times a day. My cron job runs every 3 minutes.
Comment #5
dave reid@mrfelton: What is your 'Frequency of sitemap submission' setting set to?
Comment #6
mrfelton commentedDave Reid: hourly, and when content changes.
Comment #7
avpadernoComment #8
dave reidMight want to try upgrading to latest 6.x-1.x-dev. We made some improvements to the engine submission messages.
I'd be willing to bet that the problem is either/both:
1. When cron is run, the $base_url isn't set properly so its creating improper URLs to sitemaps for the engines (like http://local/sitemap.xml which is not request-able by engines since its a local path).
2. Your submission frequency is too frequent. I highly recommend to most everyone using 24 hours or more. Doing more frequently than every 24 hours is cause for engines to ignore or block your requests.
Comment #9
dave reidNo response, so assuming we can mark this as fixed.