Not all URL's included in Sitemap
hi We just implemented a new website and then discovered that the xml sitemap module does not include all URL's which should be included. We then checked 4 other of our websites and found on 3 websites...
View ArticleMissing use statement for symfony response in xmlsitemap_output_file
Somewhere between rc1 and 1.0 the use statement for symfony response was removed as a result I get a TypeError: Argument 1 passed to xmlsitemap_output_file() must be an instance of Response, instance...
View ArticleThe cache-control header should specify a 'max-age' directive to...
Hi,We are currently experiencing a problem with varnish caching the XML sitemap for the default lifetime for a resource that does not specific a minimum cache lifetime.Can a 'Cache-Control' header of...
View ArticleFatal memory errors when running drush xmlsitemap:regenerate
Problem/MotivationWith a lot of entries in the xmlsitemap table, we have ~450,000, running drush xmlsitemap:regenerate hits memory errors on the latest 8.x-1.x-dev. I'm using Drush 9, enabled by this...
View ArticleWhen no sitemap entities exist, drush xmlsitemap:regenerate does not return...
I had somehow ended up with no xmlsitemap entities on my site. Running drush xmlsitemap:regenerate showed success, but did not indicate that no sitemaps were actually generated.
View ArticleGoogle GWT have problem with read sitemap
Hi i have problem with sitemap and GWT. For example i have a few websites and on all i have problem with google bot crawler Sitemap is generated and is it in xmlsitemap public folder looks ok. There is...
View ArticleFatal error when deleting a taxonomy
When trying to delete a taxonomy, the source code do not enter in the conditional of xmlsitemap_taxonomy_form_taxonomy_form_term_alter function.In case of deletion, the $form['delete']['#type'] is not...
View ArticleFatal error when deleting a taxonomy
Hi,I tried to delete a taxonomy term and I had a fatal error : PHP Fatal error: Cannot use object of type stdClass as array in...
View ArticleCall to deprecated function drush_log()
Problem/MotivationSteps to reproduceProposed resolutionRemaining tasksUser interface changesAPI changesData model changes
View Article404 Error - Site map is created but goes to 404 Error page
I have installed, uninstalled and reinstalled the XML Sitemap module and it still goes to a 404 Error page. I can not even access the files with the long link.It works on my development site on the...
View ArticlePrevent parallel cron execution
Sometimes xmlsitemap_cron() function can be executed while another cron (another xmlsitemap_cron() function) is in progress. This can happen if sitemap generation takes hours and days (which is usual...
View ArticleNo language passed in xmlsitemap_get_path_alias()
Hi, First of all, thanks for a great module!!.I´m having problems with aliases and language negotiation. I have my own implementation of hook_url_outbound_alter() in a custom module. I include domain...
View ArticleMemory limit
Problem/MotivationI have a memory limit error when I generate a sitemap of about 30,000 content . A sitemap is supposed to handle up to 50,000 linksSteps to reproduceSelect sitemap entites ( content,...
View ArticleMigrated taxonomy terms error with lastmod cannot be null
Tried to click a button in D8 again and all went down :) I tried to generate a sitemap added nodetypes. Somehow he doesnt have a value but no details. Can we maybe set a default value? Or any other...
View ArticleCleanup getSitemapResponse
we noticed that the sitemap is set to be non-cachable and the getSitemapResponse function contains some commented code which isn't needed anymorecreating a patch to fix this
View ArticleFix drupal coding standard for php function strpos
Fix drupal coding standard for php function strpos.From strpos to Unicode::strpos Using Drupal\Component\Utility\Unicode.
View ArticleXML Sitemap - broken URL's when including files
Problem/MotivationAdding 'File' as a custom entity through the XML Sitemap configuration results in broken sitemap URL's.Steps to reproduceConfigure Custom Entity Settings at:...
View ArticleThe module installation creates a weird issue
Problem/MotivationI just installed the module and immediately it asked me to log in. No matter how many times I log in, I can't access the admin bar. If I directly try to open any link, it doesn't show...
View ArticleImprove recursive delete function
Problem/MotivationThis is both a bug fix and an improvement.For the bug fix, the _xmlsitemap_delete_recursive function is a backport of what D7 does for file_unmanaged_delete_recursive. I'm assuming...
View Articlesitemap.xml does not include content translations, only the original ones...
I create a new content with Spanish as "Original language" and after that, I add the translation for English.http://example.com/es/contenido-de-ejemplo (Original...
View Article