xmlsitemap breaks database update
Hello,I was using Drupal 8.0.3 and when upgrading to 8.0.5 i get errors while launching :drush updatedb...
View ArticleThe directory public://xmlsitemap does not exist or is not writable
I keep getting the following error logged in watchdog:The directory public://xmlsitemap does not exist or is not writableI have checked this and the xmlsitemap folder does exist in the public files,...
View ArticleMaximum execution time of 240 seconds exceeded in exceeded in...
I have used the xmlsitemap module to generate the organic search xmlsitemap and i extended the module using hook_xmlsitemap_element_alter for adding the image and video tags. I am having the node id...
View ArticleUse a 'link update' queue for delayed link changes
To help solve #690120: Cannot reliably check node_access from inside hook_node_save() with node grants we should likely use D7's Queue API and whenever a link is flagged for updating (like when a node...
View ArticleHaving rel="alternate" URLs in sitemap under custom circumstances
This patch is intended to help those that want to enchance xmlsitemap in similar ways as the above image. This solution is closely tied to a large custom project, and not meant to be direclty applied...
View Articlexmlsitemap_menu triggers node rebuild on cron run
When the cron runs and xmlsitemap_menu is active, it triggers a rebuild of all the nodes linked to an active menu.xmlsitemap_menu.module:98 - menu_link_loadThis creates issues when a node is cached and...
View ArticleAutomatic generation / rebuild of sitemap.xml
I have a project where I'm using the XML Sitemap module, and have the sitemap.xml page generated without any issues.However, it would be more useful to have the sitemap update whenever new content is...
View ArticleHHVM (hip hop php) crashes when rebuilding sitemap
Rebuilding sitemaps crashes hhvmUsing HHVM 3.4 (tried nightly as well) on Ubuntu 14.04 64bit
View ArticleInvalid URL when titles contains accented characters
I have Pathauto installed The title of my node is : "Où va la nuit ?" The alias auto-generated by pathauto is:"<mysite>/o%3F%3F-va-la-nuit" The sitemap's url is...
View ArticleFatal error when enabling the base XML SiteMap module
When I try to enable the XML SiteMap module, I get the following nasty error screen. The module seems to enable after visiting the the Extend and Configuration pages but does not provide a positive...
View ArticlePrefetching aliases is incompatible with other path aliasing handlers
Drupal allows its core path.inc file that controls the way path aliases are fetched/stored/handled to be overridden, through the 'path_inc' variable. Some modules make use of this to add their own...
View ArticleExclude a single node programmatically
I create several nodes in my manifest and there are a few that I don't want in my sitemap.I could not find a function that worked for me so I wrote the following function:function...
View ArticleGoogle gets a parse error on line 2 of sitemap
When submitting a sitemap to google the following error occurs:"We were unable to read your Sitemap. It may contain an entry we are unable to recognize. Please validate your Sitemap before...
View ArticlePDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table...
When enabling the module, it comes up with the following 500 error:PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'xmlsitemap_sitemap' doesn't exist: SELECT...
View ArticleQuery join to retrieve index links is incorrect for xmlsitemap_menu
As part of xmlsitemap_menu_update_6201, the type stored for xmlsitemap menu items was renamed from `menu` to `menu_link`.The query in `xmlsitemap_menu_xmlsitemap_index_links` hasn't been updated...
View ArticleExclude specific user roles from xmlsitemap
Is there a way to exclude specific user role types from xmlsitemapFor example - lets say there are 3 roles - A, B, C. Is there a way that none of users with role B are present in the xmlsitemap.
View ArticleRemoved deprecated method render and entityManager from code base
As the \Drupal::entityManager() & drupal_render() methods are deprecated . They should no longer be used. Please find the patch which would replace this .
View ArticleUse 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 ArticleSitemap node for each language
I have a problem with Sitemap node.I have 3 menus: "Menu UA", "Menu RU" and "Menu EN". Each menu is displayed for a specific language on my site, using menu blocks. Default site language is Russian...
View Article