Hi,
Experiencing sitemap plugin errors when generating sitemap for first time. It's working fine on my other blogs.
Using WP 2.3.2
Google XML Sitemaps 3.0.3
Using "debug function" does nothing. Just spins and I let it go for 5 minutes.
Only thing in log:
[Thu Jan 03 08:07:44 2008] [notice] child pid 17656 exit signal Segmentation fault (11)
I do see content being added to sitemap.xml, but it's obviously dieing someplace in the process:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://a.com/wp-content/plugins/google-sitemap-generator/sitemap.xsl"?><!-- generator="wordpress/2.3.2" --><!-- sitemap-generator-url="http://www.arnebrachhold.de" sitemap-generator-version="3.0.3" --><!-- generated-on="January 3, 2008 8:07 am" --><!-- Debug: Total comment count: 1 --><urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url>
<loc>http://a.com/</loc>
<lastmod>2008-01-03T13:00:04+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<!-- Debug: Start Postings --><!-- Debug: Priority report of postID 1: Comments: 1 of 1 = 1 points --> <url>
<loc>http://a.com/?p=1</loc>
<lastmod>2008-01-03T13:00:04+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>http://a.com/?page_id=2</loc>
<lastmod>2008-01-03T13:00:04+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.6</priority>
</url>
Then nothing. Any ideas? Suggestions?