Quote:
Originally Posted by sv1cec
The following tables are used by this hack (and Zero's):
warning_options
warning_types
warnings
If you had installed version 2.0 and above, you would also have a table named pmtext_warned.
Zero was using another table for banned users, called banned_members. All these should be in your database, and should be useable again.
If you want to delete them and start from scratch, just make sure you do not use a TABLE_PREFIX. If you do, add that in the installation script.
I would suggest that you do not start with Zero's hack, go directly to the installation of this one, the installation procedure is much easier.
Let me know if that helps.
Rgds
|
I removed the following tables
warning_options
warning_types
warnings
And from the "user" table i removed:
warnings
warning_level
warning_bans
I then started the install scripts, it installed the templates but then I get this error:
Code:
Database error in vBulletin 3.0.3:
Invalid SQL: INSERT INTO `warning_options` values ('1','Yes', 'No', '','0','7','10','8','6','8','0','Yes','3','All','Yes','Yes','No','Yes','Yes','15')
mysql error: Column count doesn't match value count at row 1
mysql error number: 1136
Date: Tuesday 07th of December 2004 12:21:14 AM
What's the problem?