Database error in vBulletin 3.6.2:
MySQL Error:
Table 'xxx.infractionban' doesn't exist.
where is my infractionban table?
Database error in vBulletin 3.6.2:
MySQL Error:
Table 'xxx.infractionban' doesn't exist.
where is my infractionban table?
Apparently it doesn't exist.
Are you using a table prefix? Have you installed any hacks, plugins or products?
If you are not using a table prefix, run this query to create that table:
CREATE TABLE infractionban (
infractionbanid int unsigned NOT NULL auto_increment,
usergroupid int NOT NULL DEFAULT '0',
banusergroupid int unsigned NOT NULL DEFAULT '0',
amount int unsigned NOT NULL DEFAULT '0',
period char(5) NOT NULL DEFAULT '',
method enum('points','infractions') NOT NULL default 'infractions',
PRIMARY KEY (infractionbanid),
KEY usergroupid (usergroupid)
);
Steve Machol, vBulletin Customer Support Manager
"Have Copy, Will Paste" (when appropriate)
Please do not email or PM me for vBulletin support. I will be more than glad to answer your questions on the vB Forums and in the support system.
Just remember that what happens in localhost, stays in localhost.
I had installed a preMod ad on. It may was.
I opened php phpMyAdmin, runned SQL query/queries on database with your code.
Oh my God! This was may infarktionban table! It was smiling.![]()
Bookmarks