Quote:
Originally Posted by Battle_Ring
im trying to install this i ran the installer and it says i have version 3.1.7
i tried to run this query
`".TABLE_PREFIX."warning_options` SET version='3.1.8' WHERE oid='1'
but got this
An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'warning_options` SET version='3.1.8' WHERE oid='1'' at line 1
|
Maybe I am missing something here?
The queries are:
UPDATE `".TABLE_PREFIX."warning_options` SET version='3.1.8' WHERE oid='1'
ALTER TABLE `".TABLE_PREFIX."warning_options` ADD COLUMN sig_thresshold INT(15)
ALTER TABLE `".TABLE_PREFIX."warning_options` ADD COLUMN avatar_thresshold INT(15)
Remove the table prefix thing, if you have no prefix.