i dont really understand sql, but this query seems incorrect
ALTER TABLE `forum` ADD `mimicbotrop` INT( 5 ) DEFAULT '0' NOT NULL ;
`forum` should not be literal, but should instead be the name of the target forum. changing this to my forum's name fixed the error.
edit: i came back to post this before i saw your post. when using the install xml, the forum prefix is not appended as you wish.
|