The Arcive of vBulletin Modifications Site. |
|
Help Details »»
|
|||||||||||||||||||||||||
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 Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Quote:
Rgds |
|
#3
|
|||
|
|||
|
get the same error doing it withotu the tabel prefix cuz i dotn got a table prefix
|
|
#4
|
|||
|
|||
|
Quote:
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. |
|
#5
|
|||
|
|||
|
ALTER TABLE `".TABLE_PREFIX."warning_options` ADD COLUMN sig_thresshold INT(15)
ALTER TABLE `".TABLE_PREFIX."warning_options` ADD COLUMN avatar_thresshold INT(15) them 2 worked the first time but now i get the error when i try doing them |
|
#6
|
|||
|
|||
|
Quote:
Rgds |
|
#7
|
|||
|
|||
|
the error i posted above
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 |
|
#8
|
|||
|
|||
|
Quote:
Check that there is one row of data in that table. If you do not have the table at all, create it using the following query: PHP Code:
PHP Code:
|
|
#9
|
|||
|
|||
|
i ra nthat and got
An error occurred while attempting to execute your query. The following information was returned. error number: 1062 error desc: Duplicate entry '1' for key 1 |
|
#10
|
|||
|
|||
|
Quote:
If there is one, and it looks as if there is one, tell me what it contains. Rgds |
![]() |
|
|