Quote:
Originally Posted by vbboarder
@psychobike:
That really strange you got that error. If you look at the line that say "mysql error", you see that it says "Duplicate column name 'is_manual'. That's should not happen because previous versions do not have that column. Did you manually add that column to the database? In any case, the fix is simple: FIRST: verify with phpMyAdmin or MySql Browser that you have the column 'is_manual' for the 'nominate_topic_thread' table, THEN go to ACP -> Plugins & Products -> Manage Product -> Edit Product (for Topic Nominations) -> REMOVE from the "2.0.0 Install Code" and make sure you click the BOTTOM "Save" button:
Code:
$vbulletin->db->query_write("ALTER TABLE ". TABLE_PREFIX ."nominate_topic_thread ADD `is_manual` TINYINT(1) UNSIGNED DEFAULT '0' NOT NULL");
|
Ok I did what you suggested.
I use postbit legacy. I tried the mod out by nominating a thread. I then clicked on the "View Poll" option and it directs me to a page that says "The Administrator(s) did not defined a receiving forum for hosting poll results of the TOTW/TOTM contest". I do not see this option available in the acp vb options anywhere. What needs to be done to get this working.
Btw, I do have a forum option selected where it says...
Forum:
Specify the ID of the forum that will receive threads containing results of the nomination contest.