Hi there,
I've recently started getting this error on just about every page... I can't say what set it off or exactly when it started. I've copied the error here, replacing my database name and path to Drupal root with and
.
user warning: Table '_xmlsitemap' doesn't exist query: SELECT COUNT(xsm.loc) FROM _xmlsitemap xsm INNER JOIN vdrupal_system s ON s.name = xsm.module WHERE s.type = 'module' AND s.status = 1 AND xsm.changefreq <> 0 AND xsm.changed <> 0 AND (xsm.priority >= 0 AND xsm.priority <= 1) in
/sites/all/modules/xmlsitemap/xmlsitemap.module on line 283.
Can anyone tell me what this is?
Comments
Comment #1
jessia commentedOkay, let's try that again:
user warning: Table '<database>_xmlsitemap' doesn't exist query: SELECT COUNT(xsm.loc) FROM <database>_xmlsitemap xsm INNER JOIN vdrupal_system s ON s.name = xsm.module WHERE s.type = 'module' AND s.status = 1 AND xsm.changefreq <> 0 AND xsm.changed <> 0 AND (xsm.priority >= 0 AND xsm.priority <= 1) in <path to Drupal root>/sites/all/modules/xmlsitemap/xmlsitemap.module on line 283.Comment #2
Anonymous (not verified) commentedHow did your vdrupal_xmlsitemap table become missing? Only you (or someone with access to your system) can answer that question by looking in log files and such.
Comment #3
Anonymous (not verified) commentedComment #4
avpadernoComment #5
jessia commentedI don't know... I didn't delete it or change the path or do anything with XML Sitemap except set it up and then perhaps upgrade it (I can't remember).
There's another error I'm getting. I'm not sure if it's related or not, but I'll post it here:
user warning: Unknown column 'nid' in 'field list' query: INSERT INTO vdrupal_xmlsitemap_node (nid, changed, previously_changed, comment_ratio, priority_override) VALUES (317, 1246458935, 1246458935, 0, -2) in <path>/includes/common.inc on line 3423.Can you suggest where in the logs to look?
Comment #6
Anonymous (not verified) commentedWith the extra information it sounds to me as if you've mixed versions somehow. All I can suggest is you follow the instructions at http://drupal.org/node/501912 and reinstall.
The log files you would need would be more at the system level.
Comment #7
Anonymous (not verified) commentedComment #8
9svn6 commentedI also got the same error when updating from beta5 to beta6:
I got these errors when running the update script:
And this error on the top of admin pages:
Comment #9
9svn6 commentedI reinstalled it with the link above and it works now not sure why the update messed it up.
Comment #10
Anonymous (not verified) commented@9svn6: The reason is that you can't get a working version by upgrading from beta5 (or any other previous 6.x version) to beta6 other than doing a complete reinstall.
Comment #11
Anonymous (not verified) commentedSince I've just released RC1 and I haven't heard a response from the OP to the questions I'm closing this issue as fixed.
Comment #12
jessia commentedI completely removed the old version and switched to RC1. No problems. Thanks!