Quote:
Originally Posted by hotwheels
Try this one:
PHP Code:
$db->query_write("ALTER TABLE " . TABLE_PREFIX . " `forum` ADD `fviews` INT( 10 ) DEFAULT '0' NOT NULL AFTER `defaultsortorder` ;");
Should fix the query problem........
|
Thanks, that totally fixed it.
...seems the author forgot to include creating the field in the forum table that his code was looking to read.