Arne
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: Google XML Sitemaps] 3.1.5 updateOups, thats a PHP 4 issue.
Quick fix:
1. Go to line 1756 in sitemap-core.php
2. Replace:
$p = get_page(get_option('page_on_front'));
with:$pageOnFront = get_option('page_on_front'); $p = get_page($pageOnFront);That should work. I don’t have PHP4 at my test machine at the moment, so please tell me the result 🙂
Forum: Requests and Feedback
In reply to: [Plugin: Google XML Sitemaps] Custom Taxonomies SupportHi,
the last version was more a bug fix release which addressed the most annoying issues. I will have more time for the next version and will try to include your patch. Thanks!
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] A problem notifying GoogleHi,
the new version includes a new check if the sitemap files are still readable when you view the admin page. The previous version did not include this check. Could somebody else confirm that this message appears by mistake?
Thanks,
Arne
Just keep the “ping” feature enabled and the plugin will tell the search engines about your sitemap 🙂
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] A problem notifying GoogleHi,
the error comes from the WordPress API and says that it can’t resolve the IP address of google.com. Looks like there is something wrong with the configuration of your webserver.
Forum: Fixing WordPress
In reply to: [Plugin: Google XML Sitemaps] Not indexing static page?Hi,
sorry, but I can’t reproduce this bug. If anybody of you could contact me by mail so I can have a look directly at your blog to find out whats wrong? Thanks! arne at arnebrachhold dot de
– Arne
Forum: Installing WordPress
In reply to: [Plugin: Google XML Sitemaps] Ask.com ping is failing in 3.1.4Hi,
the first line says that there was a timeout while connection to ASK.com, this could be due to network problems or that the ASK ping service was down.
Yes, this was a pretty stupid bug caused by some refactoring. The pings actually worked, the result was just not returned to the user interface…
Please update the plugin, this bug should be fixed now. If not, please rebuild with the debug build and see the Notices / Warnings section, there should be the responses from the search engines.
Hi,
this was a quite stupid bug which actually broke the pings in WP versions older than 2.7. It’s fixed now, please update 🙂
Forum: Fixing WordPress
In reply to: [Plugin: Google XML Sitemaps] error message with google site mapThe .xsl file doesn’t need to be writable since it only contains the styling information and is not modified by the plugin 🙂
The new version uses now the WordPress HTTP API instead of the old Snoopy class. Do you experience any issues with other HTTP functions line sending pings / trackbacks?
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] problem with upgrade directory clean up?Hi,
the changes between the last versions were quite small and the plugin doesn’t do any special things on install / uninstall / uprade, so I think your problem is more WordPress related than directly to this plugin.
Can you reproduce this behavior on all of your blogs?
Hi Mike,
yes, 3.1.3 was already released when I saw your posting. Since I don’t want to release a new version immediately again, I will include it with some other changes in the next one.
Thanks,
Arne
Thanks for reporting this 🙂
Yes, moving the line you wrote should fix the problem!