The Arcive of vBulletin Modifications Site. |
|
Just installed, SQL error when I warn a user Details »»
|
||||||||||||||||||||||||||
I just installed this mod, and when I go to warn someone, I get this error.
Quote:
Show Your Support
|
||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Your user table hasn't the proper columns.
Run the following query: ALTER TABLE `".TABLE_PREFIX."user` add `warnings` int(5) default '0', add `warning_level` int(15) default '0', add `warning_bans` int(2) default '0', add `alerts` int(5) default '0' Rgds |
|
#3
|
|||
|
|||
|
Thanks
|
|
#4
|
|||
|
|||
|
Most welcome
|
![]() |
|
|