![]() |
Unknown Column when changing usergroup
Hey vBulletin.org,
I was changing the usergroup of one of my members from Registered to VIP, and I got a mySQL error. Here is what the error read: Code:
Database error in vBulletin 3.0.7: -Auvee B. |
it seems that you have Warning System installed on your board, but you miss warning_bans column in user table. Contact the hack's author for support.
or to add warning_bans column in the table. i.e: (note that it's just a sample) Code:
ALTER TABLE " . TABLE_PREFIX . "user ADD warning_bans TINYINT(1) DEFAULT '0' NOT NULL; |
Here's what I get when I attempt to execute the query you provided:
Code:
An error occurred while attempting to execute your query. The following information was returned. |
where did you run that query?
If your forum doesn't use table prefix, you can use run this query: Code:
ALTER TABLE user ADD warning_bans TINYINT(1) DEFAULT '0' NOT NULL; |
All times are GMT. The time now is 08:22 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|