![]() |
SQL errors
I installed the hack and I get this when I hit "View Warned Users"
Code:
Database error in vBulletin 3.0.7: Code:
Database error in vBulletin 3.0.7: Thanks |
Well, obviously your user table does not have the needed columns.
Run this query: describe user Check that the following columns are defined: `warnings` int(5) default '0' `warning_level` int(15) default '0' `warning_bans` int(2) default '0' If they are not defined (why?), add them using 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' Remember to change the Table Prefix if you are using one. Rgds |
This is going to sound dumb, but what is a "table Prefix?" My co-admin (who knows this stuff) started this modification before she left and I am so lost since I can't get a hold of her for help.
|
It's a prefix that is used in front of every table name. For example, in some installations, where the admin didn't want to leave the default naming alone, he may have added a table prefix like "vb_", in which every table in his database would start with those three letters. In other words, his user table will no longer be named user, but vb_user.
Rgds |
Thanks! I wasn't sure since my former co-admin did most of the work on the board.
|
No problem.
|
All times are GMT. The time now is 05:51 AM. |
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:
|