Closed (fixed)
Project:
XML sitemap
Version:
6.x-1.1
Component:
xmlsitemap.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2009 at 18:05 UTC
Updated:
18 Jan 2010 at 12:40 UTC
Jump to comment: Most recent
Comments
Comment #1
dave reidYes, it means the table did not get created. We've typically seen this when users have gallery.module installed and have other languages enabled, because of a major bug in the gallery code and setlocale() altering numbers like '0.5' to '0,5'. This then causes the insert table SQL to fail, since we have a column with a default value of 0.5, which when using '0,5' causes invalid SQL, and the table isn't installed.
Comment #2
avpadernoComment #3
Dubber Dan commentedOk, so how do I fix it? (I don't have gallery or other languages installed btw)
Comment #4
dave reidOnly way would be to disable all XML sitemap modules via admin/build/modules, then uninstall them via admin/build/modules/uninstall.
Comment #5
Dubber Dan commentedThe XML sitemap module isn't listed at /admin/build/modules/uninstall so can't be uninstalled that way.
Can anyone help with either stripping out the module so I can try re-installing it, or adding the missing database?
Comment #6
dave reidDid you disable all the modules first via admin/build/modules?
Comment #7
dave reidComment #8
Anonymous (not verified) commentedNo response from OP for more than 2 weeks.