Extra close paranthesis at XmlSitemapTestBase::verbose() line 408
Line 408 from src/Tests/XmlSitemapTestBase.php$this->error($this->l($message, $message_url)), 'User notice'); This issue was introduced by this issue
View ArticleIncompatible with SQL Server databases (and possibly others, too)
I'm getting the following error when running cron:PDOException: SQLSTATE[42000]: [Microsoft][SQL Server Native Client 10.0][SQL Server]Incorrect syntax near 'USING'.: SELECT TOP(100) t.tid FROM...
View ArticleTypo in XmlSiteMapTestBase.php
There is a typo in this function:Â protected function verbose($verbose_message, $message = 'Verbose message') {Â Â Â if ($id = parent::verbose($verbose_message)) {Â Â Â Â Â $url =...
View Articledrupal_write_record() has been removed
The drupal_write_record() function has been removed, as per https://www.drupal.org/node/2340291It results in the following error when the settings form is saved.Fatal error: Call to undefined function...
View Articlexmlsitemap doesn't work with nodes translated with entity translation...
Currently xmlsitemap uses only the node language to generate URLs and ignores nodes that have been translated with entity translation.
View ArticlefromRoute used where fromUri should be
Trying to build a sitemap was crashing with this error:Uncaught PHP Exception Symfony\\Component\\Routing\\Exception\\RouteNotFoundException: "Route "http://michelle.dev/d8b7/" does not exist." at...
View ArticleSymfony\Component\Routing\Exception\RouteNotFoundException
After replacing 'url(' to '\Drupal::url(', and trying to install xmlsitemap, this error/warning shows up above the Drupal message: "The website has encountered an error. Please try again...
View ArticleWrong path to arrow images
Problem/Motivationxmlsitemap.xsl.css has a url linking to /misc/arrow-asc.png for image. There is no misc folder to be found.Proposed resolutionAdd the directory and image required by css.Remaining...
View Articlexmlsitemap-content-settings-table.html.twig does not exist
On the admin/config/search/xmlsitemap/entities/settings configuration page, when any of the entity type checkboxes are checked, the only thing that appears is...
View ArticleLink related issues on settings page
Once you have content selected to be mapped, the settings page at /admin/config/search/xmlsitemap/settings has a few link related bugs. Patch incoming.
View Articlecheck_plain used on settings page
On admin/config/search/xmlsitemap/settings if it can't get a link to the entity, it uses check_plain on the label. This function no longer exists. See https://www.drupal.org/node/2302363
View ArticleXML Sitemap generates wrong url
Hey there, the xml module generates not the www.domain.com, but css.domain.com... How can i change this problem. Here you can see my xml sitemap: http://www.hifi-agent.de/sitemap.xml
View ArticleUnpublished node still display in sitemap
I found unpublished nodes can be excluded from sitemap on first setup. But if a node is unpublished afterwards, it still display in sitemap even cron job is running regularly. I would be appreciated if...
View Articledrupal_strtolower()is now Unicode::strtolower()
Change record: https://www.drupal.org/node/1992584
View ArticleNo js in #attached and no need for summary
The js in #attached is no longer allowed. See change record. Furthermore, it doesn't seem like it's needed anymore. It was there to add in the summary info on the vertical tabs and none of the core...
View ArticleMissing fields in db merge
The the location was not included in the db merge which caused it to not show up on the sitemap. The subtype was also missing. I don't know what effect that may have had but I figured I might as well...
View ArticleSubdirectory incorrectly included in location
My site is located at michelle.dev/d8b7. When I save a node, it ends up in the xmlsitemap loc field like "/d8b6/node/12" which causes the sitemap to have http://michelle.dev/d8b7/d8b7/node/12. I don't...
View ArticleDocumentation should not exceed 80 chars
According to coding standards comments max. length should be 80 characters. Some comments in this module doesn't comply with the coding standards. This was noticed by using code-sniffer.
View ArticleRemove xmlsitemap_permission() with a xmlsitemap.permissions.yml file
Replace xmlsitemap_permission() with a xmlsitemap.permissions.yml file.
View Article