<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Installing Drupal&#8217;s Google Sitemaps Module</title>
	<atom:link href="http://www.scribbledesigns.co.uk/2007/07/17/installing-drupals-google-sitemaps-module/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scribbledesigns.co.uk/2007/07/17/installing-drupals-google-sitemaps-module/</link>
	<description>Web Design in Northern Ireland.</description>
	<lastBuildDate>Tue, 15 Dec 2009 02:19:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: S</title>
		<link>http://www.scribbledesigns.co.uk/2007/07/17/installing-drupals-google-sitemaps-module/comment-page-1/#comment-26936</link>
		<dc:creator>S</dc:creator>
		<pubDate>Thu, 08 Nov 2007 09:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.scribbledesigns.co.uk/2007/07/17/installing-drupals-google-sitemaps-module/#comment-26936</guid>
		<description>Hi,

I also faced this problem. The sitemap.xml file is empty(even after cron jobs) and parse error is generated in firefox.

I tried to change the file permissions to 777. But no use.

The solution is removing / slash !

Thanks for your help.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I also faced this problem. The sitemap.xml file is empty(even after cron jobs) and parse error is generated in firefox.</p>
<p>I tried to change the file permissions to 777. But no use.</p>
<p>The solution is removing / slash !</p>
<p>Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Puraz</title>
		<link>http://www.scribbledesigns.co.uk/2007/07/17/installing-drupals-google-sitemaps-module/comment-page-1/#comment-26927</link>
		<dc:creator>Puraz</dc:creator>
		<pubDate>Wed, 31 Oct 2007 14:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.scribbledesigns.co.uk/2007/07/17/installing-drupals-google-sitemaps-module/#comment-26927</guid>
		<description>Hey Gerard

Thanks for this write up. Insightful and informative. I didn&#039;t run into any problems, my sitemap worked without a problem, but it was good to know that this module works.

Thanks again.
Cheers.</description>
		<content:encoded><![CDATA[<p>Hey Gerard</p>
<p>Thanks for this write up. Insightful and informative. I didn&#8217;t run into any problems, my sitemap worked without a problem, but it was good to know that this module works.</p>
<p>Thanks again.<br />
Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerard McGarry</title>
		<link>http://www.scribbledesigns.co.uk/2007/07/17/installing-drupals-google-sitemaps-module/comment-page-1/#comment-26335</link>
		<dc:creator>Gerard McGarry</dc:creator>
		<pubDate>Sat, 01 Sep 2007 14:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.scribbledesigns.co.uk/2007/07/17/installing-drupals-google-sitemaps-module/#comment-26335</guid>
		<description>Finley - I emailed this answer to you, but am posting it here for completeness (and so that people don&#039;t think I ignore the comments!):

If the sitemap.xml file exists and is blank, perhaps the system doesn&#039;t have write access to it? Maybe try giving it CHMOD 777 to open up the permissions and try to generate the sitemap again.

Also, make sure that sitemap happens as part of your Cron run and that cron runs regularly for your site - it&#039;ll keep the sitemap up to date as well as perform other optimisations that keep your Drupal installation happy.</description>
		<content:encoded><![CDATA[<p>Finley &#8211; I emailed this answer to you, but am posting it here for completeness (and so that people don&#8217;t think I ignore the comments!):</p>
<p>If the sitemap.xml file exists and is blank, perhaps the system doesn&#8217;t have write access to it? Maybe try giving it CHMOD 777 to open up the permissions and try to generate the sitemap again.</p>
<p>Also, make sure that sitemap happens as part of your Cron run and that cron runs regularly for your site &#8211; it&#8217;ll keep the sitemap up to date as well as perform other optimisations that keep your Drupal installation happy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: finley</title>
		<link>http://www.scribbledesigns.co.uk/2007/07/17/installing-drupals-google-sitemaps-module/comment-page-1/#comment-26001</link>
		<dc:creator>finley</dc:creator>
		<pubDate>Wed, 29 Aug 2007 07:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.scribbledesigns.co.uk/2007/07/17/installing-drupals-google-sitemaps-module/#comment-26001</guid>
		<description>Hi Gerard, 
 I have the same problem, with many drupal 5 installation that can produce just empy sitemaps.
Changing tmp dir doesn&#039;t help me much.
Any other idea?</description>
		<content:encoded><![CDATA[<p>Hi Gerard,<br />
 I have the same problem, with many drupal 5 installation that can produce just empy sitemaps.<br />
Changing tmp dir doesn&#8217;t help me much.<br />
Any other idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.scribbledesigns.co.uk/2007/07/17/installing-drupals-google-sitemaps-module/comment-page-1/#comment-24814</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Mon, 13 Aug 2007 17:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.scribbledesigns.co.uk/2007/07/17/installing-drupals-google-sitemaps-module/#comment-24814</guid>
		<description>Great post, Gerard.

Your advice about the /tmp directory is especially useful.  I learned the hard way that permissions issues on that directory can cause the installation to fail miserably.  

For instance, if you happen to have your Drupal site hosted elsewhere and another of your hosting company&#039;s customers also uses Drupal and the Sitemaps module, the other customer might have already created the directory this module wants to use by default.  In that situation, the directory will probably only be writable by the first user&#039;s account, meaning the second user is SOL... 

Unless, of course, they follow your advice and change the temporary directory path to one relative to their own Drupal installation.

Again, great post.

&lt;a href=&quot;http://www.nerdliness.com&quot; rel=&quot;nofollow&quot;&gt;Justin&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Great post, Gerard.</p>
<p>Your advice about the /tmp directory is especially useful.  I learned the hard way that permissions issues on that directory can cause the installation to fail miserably.  </p>
<p>For instance, if you happen to have your Drupal site hosted elsewhere and another of your hosting company&#8217;s customers also uses Drupal and the Sitemaps module, the other customer might have already created the directory this module wants to use by default.  In that situation, the directory will probably only be writable by the first user&#8217;s account, meaning the second user is SOL&#8230; </p>
<p>Unless, of course, they follow your advice and change the temporary directory path to one relative to their own Drupal installation.</p>
<p>Again, great post.</p>
<p><a href="http://www.nerdliness.com" rel="nofollow">Justin</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Del.icio.us bookmarks: Juli 18th - Juli 20th &#124; Bloganbieter.de Blog</title>
		<link>http://www.scribbledesigns.co.uk/2007/07/17/installing-drupals-google-sitemaps-module/comment-page-1/#comment-23129</link>
		<dc:creator>Del.icio.us bookmarks: Juli 18th - Juli 20th &#124; Bloganbieter.de Blog</dc:creator>
		<pubDate>Sat, 21 Jul 2007 16:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.scribbledesigns.co.uk/2007/07/17/installing-drupals-google-sitemaps-module/#comment-23129</guid>
		<description>[...] Installing Drupals Google Sitemaps Module - [...]</description>
		<content:encoded><![CDATA[<p>[...] Installing Drupals Google Sitemaps Module &#8211; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Free as in Time &#187; Blog Archive &#187; Drupal Thursday 19/07/2007</title>
		<link>http://www.scribbledesigns.co.uk/2007/07/17/installing-drupals-google-sitemaps-module/comment-page-1/#comment-22981</link>
		<dc:creator>Free as in Time &#187; Blog Archive &#187; Drupal Thursday 19/07/2007</dc:creator>
		<pubDate>Thu, 19 Jul 2007 19:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.scribbledesigns.co.uk/2007/07/17/installing-drupals-google-sitemaps-module/#comment-22981</guid>
		<description>[...] Installing Drupal’s Google Sitemaps Module - Google is my dear and glorious leader.  Providing a sitemap to the search engines basically gives them an inventory of the pages in your site. It’s useful in helping them to find and index older and possibly orphaned content in your website that they wouldn’t otherwise be able to find. [...]</description>
		<content:encoded><![CDATA[<p>[...] Installing Drupal’s Google Sitemaps Module &#8211; Google is my dear and glorious leader.  Providing a sitemap to the search engines basically gives them an inventory of the pages in your site. It’s useful in helping them to find and index older and possibly orphaned content in your website that they wouldn’t otherwise be able to find. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
