Quote:
Originally Posted by tnguy3n
Those no permission messages appear cuz you don't have "Thank You Option" enable for existing forums. Just run this following query (in either Admin CP or phpMyAdmin):
|
How can I clear #1060 - Duplicate column name 'showthanks'
to run
ALTER TABLE `forum` ADD `showthanks` INT(1) DEFAULT '0' NOT NULL;
again, because anytime I run it give me error as the message below.
Thanks tnguy3n
Error
SQL-query :
ALTER TABLE `forum` ADD `showthanks` INT( 1 ) DEFAULT '0' NOT NULL
MySQL said:
#1060 - Duplicate column name 'showthanks'