Arne
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: Google XML Sitemaps] Does not work in WP 2.6Can you try to rebuild the sitemap via the debug function from the admin screen and watch out for any errors or warnings?
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Error notifying YahooThe plugin searches for “success” somewhere in the response. To debug this you could try the following:
open the sitemap-core.php
Search for “//Ping YAHOO”
Add below the line “$pingres=$this->RemoteOpen($sPingUrl);” the following code:var_dump($pingres);This should output what the plugin receives from YAHOO. Remember to remove the line after you chaed the results.
I would recommend to change the mime type in the server config since as far as I know, text/xsl is the correct mime type for XSLT stylesheets.
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Throws me back to login-screenThanks, the next version will use the admin_url function if possible (WP 2.6+)
Forum: Fixing WordPress
In reply to: Error in deleting (posts, images, categories)Thank you very much for your bug reports. I will release a new version which will try to detect these bulk modifications shortly.
In the meantime, it should also help to activate the “Build in a background process” option, since this schedules the build process with a delay of 15 seconds. In bulk mode the scheduled process will be cleared and set again for every post so there should only be one build at the end.
Please let me know if this works for you!
Thanks and best regards,
Arne
Forum: Plugins
In reply to: Google Sitemaps vs. Sitemap GeneratorAs far as I know, the sitemap plugin by Dagon will create a normal sitemap only and not communicate with search engines.
In the XML Sitemap generator plugin, you can enter IDs of posts you don’t want to have included in the XML sitemap.
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] SiteMap 50,000/10MB limitShow me a real blog which has more than 50.000 posts and I will consider to include this feature 🙂
Forum: Plugins
In reply to: Google Sitemaps vs. Sitemap GeneratorHi boscardin,
the Google Sitemap Generator plugin generates a sitemap just for search engines in a special XML format, the Sitemap Generator by Dagon Design generates a “normal”, themed sitemap.
You can use both 🙂
Hmm, the error message says that the allowed memory size is 262 144 byte = 0.25 megabytes. Could you check if you have another plugin which tries to change the memory limit?
Hi,
could you check if your sitemap is actually modified? You can do this by comparing the last modified date of the sitemap.xml file with your ftp program. If the file is old, you may check if the path to the blog directory is correctly detected on the plugin configuration page.
Best regards,
Arne
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Feature Request: Split SitemapsHi,
this would require a lot of refactoring within the plugin. The plugin would have to know about all the older sitemap files in case a post is deleted and that makes the whole thing a bit complicated.
Do you really have that much posts? A sitemap file is allowed to contain up to 50.000 posts.
Best regards,
Arne
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] BUG: Sitemap Generator stops in betweenDo you see a E_ERROR or E_WARNING message when you run the build process on debug mode?
Forum: Plugins
In reply to: Google XML Site Maps error – taxonomy.php on line 1233Hi,
do you see a message like E_WARNING or E_ERROR? These notices are coming from WordPress and are outside of the plugins scope. However, they shouldn’t affect the building process.
Coulkd you try to raise the memory and time limits? You can do this under “Advanced options” on the plugin configuration page.
Best regards,
Arne
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Feature Request: Optional individual priorityHi Ryan,
I’ve added this to the list of the requested features. It will probably come along with the option to ignore pages / posts via the post edit screen.
Best regards,
Arne
Forum: Everything else WordPress
In reply to: [Plugin: Google XML Sitemaps] WordPress muHi Gautier_Girard,
a WPMU version is currently under development bot not ready for release yet. I will post in this forum as soon as it is ready for production.
Best regards,
Arne