Quote:
Originally Posted by crzy
INSERT INTO kankane_forumsetting
|
Try runnning this:
PHP Code:
DELETE FROM `kankane_forumsetting` WHERE `grouptitle` = 'post_thanks' AND `product` = '';
DELETE FROM `kankane_forumsettinggroup` WHERE `grouptitle` = 'post_thanks' AND `product` = '';
DELETE FROM `kankane_forumphrase` WHERE `varname` LIKE '%post_thanks%' AND `product` = '';
DELETE FROM `kankane_forumtemplate` WHERE `title` LIKE '%post_thanks%' AND `product` = '';