Quote:
Originally Posted by Scoooter
I've already done this but will do it for a third time. I'll report back if I receive another error. Thanks for the help
|
going by your above error you have more than the one table missing from dbtech_dbseo_sitemapbuildlog
run this query
Code:
DROP TABLE IF EXISTS `dbtech_dbseo_sitemapbuildlog`;
CREATE TABLE `dbtech_dbseo_sitemapbuildlog` (
`sitemapbuildlogid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`dateline` int(10) NOT NULL DEFAULT '0',
`builddetails` mediumblob,
`sitemaphits` int(10) NOT NULL DEFAULT '0',
`spiderhits` int(10) NOT NULL DEFAULT '0',
`prevbuilddetails` mediumblob NOT NULL,
PRIMARY KEY (`sitemapbuildlogid`)
) ENGINE=MyISAM
then rebuild the sitemap