drush xmlsitemap-regenerate 》”Error: Class 'XMLWriter' not found...
drush generate sitemap errors# drush xmlsitemap-regenerate PHP Fatal error: Class 'XMLWriter' not found in /home/public_html/sites/all/modules/xmlsitemap/xmlsitemap.xmlsitemap.inc on line 15 Drush...
View Article"There are currently no XML sitemap contexts available." error...
Related: #803756: No XML sitemaps available - There are currently no XML sitemap contexts available.When first adding a sitemap after upgrade to 2.x, the UI shows this message at...
View ArticlePriority nubers are translatable
Hi, on localization server I found for this module strings like "1.0", "0.9", ... and found reason in xmlsitemap.admin.inc:function xmlsitemap_get_priority_options($default = NULL, $guides = TRUE) {...
View ArticleXMLSitemapGenerationException
XMLSitemapGenerationException: Generated public://temp// -cut- /2.xml resulted in an empty file. in XMLSitemapWriter->endDocument() (linea 156 di...
View Articleadd sitemap gives error and deletes existing sitemap
I just installed the latest dev on my local testsite. (wamp server) When I add another sitemap I get the following error:recoverable fatal error: Argument 1 passed to xmlsitemap_sitemap_save() must be...
View ArticlePHP timeout while executing xmlsitemap.pages.inc
I get the following error occasionally when the sitemap is accessed:PHP Fatal error: Maximum execution time of 40 seconds exceeded in...
View ArticleMenus still excluded after changing default to included
When I change the menu setting, Main Menu in my case, to include the links in the sitemap as default, menu links are still excluded.When looking at an individual menu the drop down menu has the setting...
View ArticleDialog integration is broken
Currently D7 dialog integration is broken. Need to investigate and probably apply a quick fix and double check that the D6 integration is working as well.
View ArticleCleanup and reorganize tests
Currently the test are kind of a mess with lots of legacy functions testing the pre-context functionality. Need to go through, cut out the old crap, rewrite functions to handle contexts and generally...
View ArticleHandle context changes
These are the fringe cases that need to be handled right now: 1. User enables/disables a module that provides XML sitemap context: ? 2. User edits an individual sitemap and changes its context: delete...
View ArticleXML Sitemap creates links but not pages
This is a fresh install of XML Sitemap on a fairly new Drupal 7 site. After install XML Sitemap, the module seems to work as expected, except to add pages to the sitemap.I first visit...
View Articleuser submodule is borked
Ugh, there's lots of crappy stuff going on about when to save the XML sitemap data from the user account form and when to save it because the $account object changes. I'm looking into this right now,...
View ArticleXML sitemap needs to bootstrap to DRUPAL_BOOTSTRAP_CONFIGURATION before using...
Problem/MotivationUsing a patch to make variable.inc pluggable, I get a fatal error when xmlsitemap uses variable_get in hook_drush_command.This however means that that variable_get() never worked...
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 ArticleArabic Language encoding
I'm facing encoding problem with Arabic language. I have an Arabic aliases titles, After building the XML file it will not show probably! The encoding problem shown only in the generated xml file,...
View ArticleDecoding URL Location
Where I can add this script for decoding the URL location?<?php urldecode($loc_variable);?>
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 ArticleAfter cron runs, sitemap.xml contains incorrect links.
I have drupal 6.14 and xmlsitemap 6.x-2.x-dev I have set up a cron job to run cron.php every day. Only problem is that after the cron is run, the sitemap.xml file that is generated shows incorrect...
View ArticleError on sitemap generation when using Rackspace Cloud Files
Hi, I'm having a problem with XML Sitemap since version 7.x-2.0. So I installed the latest dev (7.x-2.x-dev - 2014/09/12) but the issue is still there.Cron always fails when XML Sitemap is active and...
View ArticleProvide upgrade path from 6.x and 7.x to 8,x
Provide upgrade path from 6.x, 7.x. It needs to use Migrate.
View Article