+ Reply to Thread
Results 1 to 3 of 3

Thread: Table 'xxx.infractionban' doesn't exist

Threaded View

  1. #1
    New Member ogameclub is on a distinguished road
    Join Date
    Oct 2006
    Posts
    10

    Table 'xxx.infractionban' doesn't exist

    Database error in vBulletin 3.6.2:

    MySQL Error:
    Table 'xxx.infractionban' doesn't exist.

    where is my infractionban table?

  2. #2
    Customer Support Manager Steve Machol is a name known to all Steve Machol is a name known to all Steve Machol is a name known to all Steve Machol is a name known to all Steve Machol is a name known to all Steve Machol is a name known to all Steve Machol's Avatar
    Join Date
    Jul 2000
    Location
    Jelsoft InterGalactic HQ
    Posts
    142,702
    Quote Originally Posted by ogameclub View Post
    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.


  3. #3
    New Member ogameclub is on a distinguished road
    Join Date
    Oct 2006
    Posts
    10

    Thanks

    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.

+ Reply to Thread

Similar Threads

  1. threadviews table doesnt exist
    By ShAwNz in forum vBulletin 3.5 'How Do I' Questions and Troubleshooting
    Replies: 1
    Last Post: Tue 13th Dec '05, 3:02pm
  2. Table doesn't exist
    By pioneer in forum vBulletin 3.5 'How Do I' Questions and Troubleshooting
    Replies: 7
    Last Post: Thu 24th Nov '05, 5:50am
  3. Table 'administrator' doesn't exist
    By Quadzoola in forum vBulletin 3.0 How Do I and Troubleshooting Forum
    Replies: 1
    Last Post: Fri 3rd Dec '04, 1:23pm
  4. Table 'xxxx_xxxx_com.vb3_template' doesn't exist
    By lange in forum vBulletin 3.0 How Do I and Troubleshooting Forum
    Replies: 2
    Last Post: Wed 12th Nov '03, 2:56pm
  5. Table 'buffybb.pollvote' doesn't exist
    By Sinema in forum vBulletin 2 'How Do I' and Troubleshooting
    Replies: 6
    Last Post: Sun 10th Jun '01, 6:53pm

Bookmarks

Posting Permissions

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts