
12-26-2014, 04:39 PM
|
|
|
Join Date: Nov 2012
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by ForceHSS
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
|
Still having this same issue. I have had no issues until the last update..
|