Arne
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Rebuilding sitemap via another pluginCan you try to search for “GoogleSitemapGenerator::GetInstance()” in the sitemap.php and replace it with “&GoogleSitemapGenerator::GetInstance()”? Should be there 7 times.
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Rebuilding sitemap via another pluginMhh, maybe its related with the references, since PHP4 returns a copy of the object by default (instead of a reference, as in PHP5). I will have a look 🙂
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Rebuilding sitemap via another pluginHi,
could you check which PHP version is installed on the not working one?
Thanks,
Arne
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] lots of problem with pluginEvery 20 seconds? That sounds a lot 😉
Maybe you can switch to the GET rebuild which you can run via cron once a hour.
Also please make sure that you’ve enabled the option to build the sitemap in a background process, which will eliminate the delay after posting.
The link there is wrong, please see here for details: See here: http://wordpress.org/support/topic/335669
Forum: Fixing WordPress
In reply to: [Plugin: Google XML Sitemaps] Not indexing static page?Hi,
thanks for this hint. Since pages don’t have a category, I will remove the exclusion check for pages in the next release.
Thanks for pointing this out!
Best regards,
Arne
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Before using Google XML Sitemap plugin…Hi,
1. The plugin creates a XML file primarily for Google, but includes a stylesheet which makes it more readable. However, the file is not really intended to be viewed by your visitors, there are better plugins for that.
2. No problem. The only limitation is that it can only create one sitemap file at the moment, which cannot hold more than 50.000 urls.
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Cannot configure pluginHi,
Thanks for the hint! I forgot that link, directly under it there should be another one next to “Visit plugin site” which will work. I will remove the non-working one in the next version. Thanks!
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Cannot configure pluginHi,
the url of the admin interface has changed and includes now the directory of the plugin, so if you access the admin page by using a bookmark or the history of a browser you will receive the permission error. Please use the WP navigation bar to access it and it should work 🙂
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Options page not completeCan you try to find out which PHP versions you are using?
Hi,
thanks for the suggestion, I will include it in the next version!
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Rebuilding sitemap via another pluginYou’re welcome 🙂 Let me know if you have any other ideas or suggestions.
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Sitemap not being generated with Version 3.2Hi,
the url of the admin interface has changed and includes now the directory of the plugin, so if you access the admin page by using a bookmark or the history of a browser you will receive the permission error. Please use the WP navigation bar to access it and it should work 🙂
Hi,
Thanks for the note! I will try to find out more, but actually the changes in the new version are not really related to the build process itself so its strange that the memory usage increased.
The permission problem on the admin page appears because of the changed plugin identifier. Before it used just a hardcoded “sitemap.php”, so the URL of the admin page was always options-general.php?page=sitemap.php. I’ve changed this to use the recommended WordPress function plugin_basename, which includes the plugin directory too, so the new url is something like
options-general.php?page=google-sitemap-generator/sitemap.php, or whatever the directory is named.Accessing the page through the menu should be fine, did you use a bookmark or the history of your browser to access it?