Quote:
Originally Posted by punjabi.king
still not working 
|
Sorry, had to make that post on-the-run.
For those of you running through un-installation errors. Edit your product and replace the uninstall code with the following.
PHP Code:
$db->query_write("ALTER TABLE " . TABLE_PREFIX. "forum DROP COLUMN g_answer_forum");
$db->query_write("ALTER TABLE " . TABLE_PREFIX. "thread DROP COLUMN g_answer_forum_answer");
Zip updated :up: