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

Replace !placeholder with @

Core doesn't support the ! placeholder anymore, change to @.See CR: https://www.drupal.org/node/2575819

View Article


XML sitemap ESLint errors

As of Drupal 8 all JS needs to follow our JavaScript coding standards. For this we use ESLint to check most of our standards. Here is the summary of running ESLint on this module JS:✖ 8 problems (8...

View Article


Custom link to view page throws InvalidArgumentException "The URI...

at /core/lib/Drupal/Core/Url.php line 273

View Article

Rethink the way we store and use paths

Problem/MotivationIn a quest to make XML Sitemap generate proper links for multilingual sites (started with #2781603: Add support for entity translations), I saw that our usage of paths was outdated...

View Article

Entity save bug

Uncaught PHP Exception Drupal\\Core\\Entity\\EntityStorageException: "SQLSTATE[HY000]: General error: 1366 Incorrect integer value: '' for column 'access' at row 1:XmlSitemapLinkStorage::create()When...

View Article


Use relative path for XSL File

I think it's better to use relative path to sitemap.xsl instead of https://www.drupal.org/node/2244449. Sitemap.xsl is domain-undepended. That's way it is possible to use relative path by default.

View Article

Remove master branch

drupal.org git repositories are not supposed to contain a master branch. Here are the instructions for deleting the master branch.

View Article

Figure out how to handle the global 'type' context

One of the things I ran into while trying to make a 'News sitemap' sub-module using the new context system was that there will be a conflict as several different modules try to provide different...

View Article


High form element weight moves sitemap options below "Save" button...

Title explains it all.

View Article


RouteNotFoundException when a module is disabled

When xmlsitemap module is configured and then uninstalled, RouteNotFoundException is thrown.Symfony\Component\Routing\Exception\RouteNotFoundException: Route "xmlsitemap.admin_search" does not exist....

View Article

XML Rebuild issue

Hello,I have huge traffic site.20,000 to 30000 Content daily posted on site. I want to display total sitemap generation time (How much time taken to rebuild) along with last updated value. Can you...

View Article

Error rebuilding sitemap when field collections are used

Receiving this error when trying to rebuild (even first) xmlsitemap. Nodes contain 1 field that is a field collection.An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows....

View Article

Add views integration for xmlsitemap settings.

Problem/MotivationI have an interesting use case where a client is exposing a series of data feeds of their sites content. One of the requirements raised was being able to exclude items from that feed...

View Article


Add Views Bulk Operations integration

So I wanted to bulk update a portion of my Basic Pages XML Sitemap settings. The default is set to exclude Basic Pages. I could manually update every page, but with over 100 pages that need to be...

View Article

/sitemap.xml blank, do not think it is a duplicate

Hi All,After seeing the blank sitemap.xml, by doing "update cached files" or rebuilt, the sitemap.xml would be back. However, after a while, say one day, the sitemap.xml would be blank again.It is...

View Article


There are currently no XML sitemap contexts available

Please add to the Readme that after installing and enabling the module, you also need to include content types to the site map.It took me one hour to find that out.

View Article

Fatal error: Class 'XMLWriter' not found in...

I just upgraded to the latest 6.x-dev and got this error in multiple pages.Fatal error: Class 'XMLWriter' not found in .../sites/all/modules/xmlsitemap/xmlsitemap.xmlsitemap.inc on line 12

View Article


Use Protocol-less URL for XSL File

After update from 7.x-2.0-rc2 to 7.x-2.0 the sitemap looks strange on the https page variant. With strange I mean like in https://www.inforwijzer.nl/sitemap.xml. In Chrome I get a blank page, in FF I...

View Article

Add loc with query string (get parameters) into drupal xml sitemap link

I need to add urls with query string to sitemap, for example "node?page=2" via API. I setup $xmllink array with 'loc'='node?page=2', but via this way in XML I see "node%3Fpage%3D2" instead of normal...

View Article

Module Uninstalled and Flushed from DB, Still Appears on Modules List

Repeatable: ConsistentSteps to repeat:Load /admin/modules.Expected Results: XML Sitemaps module has been uninstalled and all components have been fully deleted from its file path. It is expected that...

View Article
Browsing all 1238 articles
Browse latest View live