Quote:
Originally Posted by magnus
Hrm, are you including the ";" at the end? There's no reason for that query not to work, you can try removing the " . TABLE_PREFIX ." portion (provided you don't actually use a table prefix).
|
Quote:
Originally Posted by Socrate
veiled the solution
PHP Code:
ALTER TABLE thread ADD bannedposters VARCHAR( 250 ) NOT NULL ;
thank at Pithchoume 
|
That's what I said to do, heh. Seems RC3 doesn't like " . TABLE_PREFIX . " .. odd.