Quantcast
Channel: Issues for XML sitemap
Browsing all 1238 articles
Browse latest View live
↧

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 Article


Incompatible 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 Article


Typo 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 Article

drupal_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 Article

xmlsitemap 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 Article


fromRoute 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 Article

Symfony\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 Article

Wrong 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 Article


xmlsitemap-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 Article


Link 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 Article

check_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 Article

XML 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 Article

watchdog is now logging

Change record: https://www.drupal.org/node/2270941

View Article


Unpublished 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 Article

drupal_strtolower()is now Unicode::strtolower()

Change record: https://www.drupal.org/node/1992584

View Article


No 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 Article

Missing 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 Article


Subdirectory 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 Article

Documentation 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 Article

Remove xmlsitemap_permission() with a xmlsitemap.permissions.yml file

Replace xmlsitemap_permission() with a xmlsitemap.permissions.yml file.

View Article
Browsing all 1238 articles
Browse latest View live