VBulletin3 plugin wont work help plz

Discussion in 'Integration' started by krg2k, Jul 27, 2005.

  1. krg2k

    krg2k Guest

    guys i installed amember pro 2.3.7 just fine,

    but when I enabled vb3 plugin, and went to install it and clicked the save button two times it gave me this error and it keeps giving this error to me on every page I go, I can't even login anymore cuz this error keeps coming up

    Cannot select MySQL db: Incorrect database name 'tapesh_forums.tvb_'

    my forum db is : tapesh_forums
    my forums prefix is: tvb_

    so put them together based in the instruction on the plugin it becomes :

    tapesh_forums.tvb_

    but it can't find the db by doing that !!!!
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    please paste your file vbulletin3/includes/config.php here
    (of course, replace password to ***** !)
  3. krg2k

    krg2k Guest

    <?php
    // ****** DATABASE SERVER NAME ******
    // This is the hostname or IP address of the database server.
    // It is in the format HOST:pORT. If no PORT is specified, 3306 is used.
    // If you are unsure of what to put here, leave it at the default value.
    $servername = 'localhost';

    // ****** DATABASE USERNAME & PASSWORD ******
    // This is the username and password you use to access MySQL.
    // These must be obtained through your webhost.
    $dbusername = '****';
    $dbpassword = '****';

    // ****** DATABASE NAME ******
    // This is the name of the database where your vBulletin will be located.
    // This must be created by your webhost.
    $dbname = 'tapesh_forums';

    // ****** TECHNICAL EMAIL ADDRESS ******
    // If any database errors occur, they will be emailed to the address specified here.
    // Leave this blank to not send any emails when there is a database error.
    $technicalemail = 'tapesh@cox.net';

    // ****** PERSISTENT CONNECTIONS ******
    // This option allows you to turn persistent connections to MySQL on or off.
    // The difference in performance is negligible for all but the largest boards.
    // If you are unsure what this should be, leave it off.
    // 0 = Off; 1 = On
    $usepconnect = 0;

    // ****** PATH TO ADMIN & MODERATOR CONTROL PANELS ******
    // This setting allows you to change the name of the folders that the admin and
    // moderator control panels reside in. You may wish to do this for security purposes.
    // Please note that if you change the name of the directory here, you will still need
    // to manually change the name of the directory on the server.
    $admincpdir = 'admincp';
    $modcpdir = 'modcp';

    // ****** USERS WITH ADMIN LOG VIEWING PERMISSIONS ******
    // The users specified here will be allowed to view the admin log in the control panel.
    // Users must be specified by *ID number* here. To obtain a user's ID number,
    // view their profile via the control panel. If this is a new installation, leave
    // the first user created will have a user ID of 1. Seperate each userid with a comma.
    $canviewadminlog = '1';

    // ****** USERS WITH ADMIN LOG PRUNING PERMISSIONS ******
    // The users specified here will be allowed to remove ("prune") entries from the admin
    // log. See the above entry for more information on the format.
    $canpruneadminlog = '1';

    // ****** USERS WITH QUERY RUNNING PERMISSIONS ******
    // The users specified here will be allowed to run queries from the control panel.
    // See the above entries for more information on the format.
    // Please note that the ability to run queries is quite powerful. You may wish
    // to remove all user IDs from this list for security reasons.
    $canrunqueries = '1';

    // ****** UNDELETABLE / UNALTERABLE USERS ******
    // The users specified here will not be deletable or alterable from the control panel by any users.
    // To specify more than one user, separate userids with commas.
    $undeletableusers = '';

    // ****** SUPER ADMINISTRATORS ******
    // The users specified below will have permission to access the administrator permissions
    // page, which controls the permissions of other administrators
    $superadministrators = '1';

    // Prefix that your vBulletin tables have in the database.
    // For example: $tableprefix = 'vb3_';
    $tableprefix = 'tvb_';

    // Prefix that all vBulletin cookies will have
    // For example
    $cookieprefix = 'TapeshComForum';


    ?>
  4. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    Please contact support via helpdesk with aMember CP login info, FTP info and URL.
  5. krg2k

    krg2k Guest

    I have done that already
  6. michel

    michel Guest

    I'm having the same problem. Please help? It's urgent and I'm willing to pay you for the support. Should I send you the information via the helpdesk?
  7. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    YES!! (if you want your problem resolved, of course).
  8. michel

    michel Guest

    And you came through for me, with flying colors. Thank you so much Alex.
  9. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    You talked with Alexander, but you are welcome anyway! :)
  10. michel

    michel Guest

    Ah yes, I remember ... :) You are 2.

Share This Page