After trying to enable this module i was hit with the following:



    * user warning: Table 'corydorning.xmlsitemap_additional' doesn't exist query: SELECT COUNT(*) FROM xmlsitemap_additional WHERE status = 1 in /home/coryroc/public_html/drupal6/sites/all/modules/xmlsitemap/xmlsitemap/xmlsitemap.module on line 209.
    * user warning: Unknown column 'status' in 'where clause' query: SELECT COUNT(*) FROM xmlsitemap_node WHERE status = 1 AND (priority_override = -2 OR priority_override >= 0) in /home/coryroc/public_html/drupal6/sites/all/modules/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module on line 236.
    * user warning: Table 'xmlsitemap_node' already exists query: CREATE TABLE xmlsitemap_node ( `mid` INT NOT NULL auto_increment, `pdata` INT unsigned NOT NULL DEFAULT 0, `sdata` INT unsigned NOT NULL DEFAULT 0, `language` VARCHAR(12) NOT NULL DEFAULT '', `status` INT NOT NULL DEFAULT 1, `previously_changed` INT unsigned NOT NULL DEFAULT 0, `changed` INT unsigned NOT NULL DEFAULT 0, `priority` FLOAT NOT NULL DEFAULT 0.5, `priority_override` FLOAT NOT NULL DEFAULT -2, PRIMARY KEY (mid), UNIQUE KEY link_pdata (pdata), INDEX link_language (language), INDEX link_status (status), INDEX link_changed (changed), INDEX link_priority (priority) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /home/coryroc/public_html/drupal6/includes/database.inc on line 515.
    * user warning: Table 'corydorning.xmlsitemap_additional' doesn't exist query: SELECT COUNT(*) FROM xmlsitemap_additional WHERE status = 1 in /home/coryroc/public_html/drupal6/sites/all/modules/xmlsitemap/xmlsitemap/xmlsitemap.module on line 209.
    * user warning: Unknown column 'status' in 'where clause' query: SELECT COUNT(*) FROM xmlsitemap_node WHERE status = 1 AND (priority_override = -2 OR priority_override >= 0) in /home/coryroc/public_html/drupal6/sites/all/modules/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module on line 236.
    * user warning: Table 'corydorning.xmlsitemap_taxonomy' doesn't exist query: SELECT COUNT(*) FROM xmlsitemap_taxonomy WHERE status = 1 AND (priority_override = -2 OR priority_override >= 0) in /home/coryroc/public_html/drupal6/sites/all/modules/xmlsitemap/xmlsitemap_taxonomy/xmlsitemap_taxonomy.module on line 187.
    * user warning: Table 'corydorning.xmlsitemap_additional' doesn't exist query: SELECT COUNT(*) FROM xmlsitemap_additional WHERE status = 1 in /home/coryroc/public_html/drupal6/sites/all/modules/xmlsitemap/xmlsitemap/xmlsitemap.module on line 209.
    * user warning: Unknown column 'status' in 'where clause' query: SELECT COUNT(*) FROM xmlsitemap_node WHERE status = 1 AND (priority_override = -2 OR priority_override >= 0) in /home/coryroc/public_html/drupal6/sites/all/modules/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module on line 236.
    * user warning: Table 'corydorning.xmlsitemap_taxonomy' doesn't exist query: SELECT COUNT(*) FROM xmlsitemap_taxonomy WHERE status = 1 AND (priority_override = -2 OR priority_override >= 0) in /home/coryroc/public_html/drupal6/sites/all/modules/xmlsitemap/xmlsitemap_taxonomy/xmlsitemap_taxonomy.module on line 187.

Any help or ideas as to what is wrong?

CommentFileSizeAuthor
#3 Sitemap_error.pdf218.05 KBusa2k

Comments

corydorning’s picture

Also, when running update.php I get this:



    * user warning: Table 'corydorning.xmlsitemap_additional' doesn't exist query: SELECT COUNT(*) FROM xmlsitemap_additional WHERE status = 1 in /home/coryroc/public_html/drupal6/sites/all/modules/xmlsitemap/xmlsitemap/xmlsitemap.module on line 209.
    * user warning: Unknown column 'status' in 'where clause' query: SELECT COUNT(*) FROM xmlsitemap_node WHERE status = 1 AND (priority_override = -2 OR priority_override >= 0) in /home/coryroc/public_html/drupal6/sites/all/modules/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module on line 236.
    * user warning: Table 'corydorning.xmlsitemap_taxonomy' doesn't exist query: SELECT COUNT(*) FROM xmlsitemap_taxonomy WHERE status = 1 AND (priority_override = -2 OR priority_override >= 0) in /home/coryroc/public_html/drupal6/sites/all/modules/xmlsitemap/xmlsitemap_taxonomy/xmlsitemap_taxonomy.module on line 187.
    * warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/coryroc/public_html/drupal6/update.php on line 174.
    * user warning: Table 'corydorning.xmlsitemap_taxonomy' doesn't exist query: SELECT COUNT(*) FROM xmlsitemap_taxonomy WHERE status = 1 AND (priority_override = -2 OR priority_override >= 0) in /home/coryroc/public_html/drupal6/sites/all/modules/xmlsitemap/xmlsitemap_taxonomy/xmlsitemap_taxonomy.module on line 187.
    * warning: Invalid argument supplied for foreach() in /home/coryroc/public_html/drupal6/update.php on line 338.
Stone_Golem130’s picture

I`m having the same issues when I have the XML sitemap taxonomy module enabled.

usa2k’s picture

StatusFileSize
new218.05 KB

FWIW same here, see PDF

Guide-1’s picture

I've tried each version which was created for drupal 6 and only xmlsitemap-6.x-0.x-dev did't show any error during installation and usage... can you release any stable version?

Anonymous’s picture

Assigned: Unassigned »

Once I can get back to looking at the code (a dire family emergency is preventing me from spending time here) I will look at what needs to be done to correct the recent bout of ills against version 6.x-1.0-betaX. Please try out 6.x-1.0-beta0 which is a tag that I set for a base of code prior to Kiam's changes beginning with BETA2.

miche’s picture

+1 I was having similar issues with tables not being created on install.

paku’s picture

Same,

Multisite, multilanguage

After enabling

* user warning: Table 'l10n_4x4_org_pl_xmlsitemap_node' already exists query: CREATE TABLE l10n_4x4_org_pl_xmlsitemap_node ( `mid` INT NOT NULL auto_increment, `pdata` INT unsigned NOT NULL DEFAULT 0, `sdata` INT unsigned NOT NULL DEFAULT 0, `language` VARCHAR(12) NOT NULL DEFAULT '', `status` INT NOT NULL DEFAULT 1, `previously_changed` INT unsigned NOT NULL DEFAULT 0, `changed` INT unsigned NOT NULL DEFAULT 0, `priority` FLOAT NOT NULL DEFAULT 0.5, `priority_override` FLOAT NOT NULL DEFAULT -2, PRIMARY KEY (mid), UNIQUE KEY link_pdata (pdata), INDEX link_language (language), INDEX link_status (status), INDEX link_changed (changed), INDEX link_priority (priority) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /site/includes/database.inc on line 515.
* user warning: Table '4x5.l10n_4x4_org_pl_xmlsitemap_taxonomy' doesn't exist query: SELECT COUNT(*) FROM l10n_4x4_org_pl_xmlsitemap_taxonomy WHERE status = 1 AND (priority_override = -2 OR priority_override >= 0) in /site/sites/all/modules/xmlsitemap/xmlsitemap_taxonomy/xmlsitemap_taxonomy.module on line 187.
* user warning: Table '4x5.l10n_4x4_org_pl_xmlsitemap_taxonomy' doesn't exist query: SELECT COUNT(*) FROM l10n_4x4_org_pl_xmlsitemap_taxonomy WHERE status = 1 AND (priority_override = -2 OR priority_override >= 0) in /site/sites/all/modules/xmlsitemap/xmlsitemap_taxonomy/xmlsitemap_taxonomy.module on line 187.
* user warning: Table '4x5.l10n_4x4_org_pl_xmlsitemap_taxonomy' doesn't exist query: SELECT COUNT(*) FROM l10n_4x4_org_pl_xmlsitemap_taxonomy WHERE status = 1 AND (priority_override = -2 OR priority_override >= 0) in /site/sites/all/modules/xmlsitemap/xmlsitemap_taxonomy/xmlsitemap_taxonomy.module on line 187.
* user warning: Table '4x5.l10n_4x4_org_pl_xmlsitemap_taxonomy' doesn't exist query: SELECT COUNT(*) FROM l10n_4x4_org_pl_xmlsitemap_taxonomy WHERE status = 1 AND (priority_override = -2 OR priority_override >= 0) in /site/sites/all/modules/xmlsitemap/xmlsitemap_taxonomy/xmlsitemap_taxonomy.module on line 187.
* user warning: Table '4x5.l10n_4x4_org_pl_xmlsitemap_taxonomy' doesn't exist query: SELECT COUNT(*) FROM l10n_4x4_org_pl_xmlsitemap_taxonomy WHERE status = 1 AND (priority_override = -2 OR priority_override >= 0) in /site/sites/all/modules/xmlsitemap/xmlsitemap_taxonomy/xmlsitemap_taxonomy.module on line 187.

At the end of the update script:

user warning: Table '4x5.l10n_4x4_org_pl_xmlsitemap_taxonomy' doesn't exist query: SELECT COUNT(*) FROM l10n_4x4_org_pl_xmlsitemap_taxonomy WHERE status = 1 AND (priority_override = -2 OR priority_override >= 0) in /site/sites/all/modules/xmlsitemap/xmlsitemap_taxonomy/xmlsitemap_taxonomy.module on line 187.

Anonymous’s picture

Status: Active » Fixed

We've reset the code via #483844: Restore code to beta0. There is not an intra development upgrade path available. You must follow the instructions per #379854-128: The site map is not being populated.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.