Hi Yoast, I'm using
WordPress version: 3.4.2
WordPress SEO version: 1.2.8.7
genesis child theme
I did this:
1. updated to new version,
2. deactivated all other plugins,
3. deactivated, updated and reactivated Yoast
4. have since reactivated other plugins since this did not make a difference
I expected the plugin to do this: continue creating sitemaps
Instead it did this: no sitemaps as of 10/13 first time in webmaster tools
I'm having trouble with the sitemap as of the the update to Version 1.2.8.7
I'm on nginx but previous version worked. I'm checking with host about rewrites:
rewrite ^/sitemap_index\.xml$ /index.php?sitemap=1 last;
rewrite ^/([^/]+?)-sitemap([0-9]+)?\.xml$ /index.php?sitemap=$1&sitemap_n=$2 last;