vBulletin® install does not work for me !

Discussion in 'General Chat' started by bestPro, Jun 30, 2007.

Thread Status:
Not open for further replies.
  1. #1
    hello
    all

    last time .i bought a vBulletin®.

    today i want trying install.seems does not work for me .


    here is config.php

    $config['Database']['dbtype'] = 'mysql';

    $config['Database']['dbname'] = 'forum';

    $config['Database']['tableprefix'] = '';

    $config['Database']['technicalemail'] = 'dbmaster@example.com';

    $config['Database']['force_sql_mode'] = false;

    $config['MasterServer']['servername'] = 'localhost';
    $config['MasterServer']['port'] = 3306;

    $config['MasterServer']['username'] = 'root';
    $config['MasterServer']['password'] = '';

    $config['MasterServer']['usepconnect'] = 0;

    $config['SlaveServer']['servername'] = '';
    $config['SlaveServer']['port'] = 3306;
    $config['SlaveServer']['username'] = '';
    $config['SlaveServer']['password'] = '';
    $config['SlaveServer']['usepconnect'] = 0;

    $config['Misc']['admincpdir'] = 'admincp';
    $config['Misc']['modcpdir'] = 'modcp';

    $config['Misc']['cookieprefix'] = 'bb';

    $config['Misc']['forumpath'] = '';

    $config['SpecialUsers']['canviewadminlog'] = '1';

    $config['SpecialUsers']['canpruneadminlog'] = '1';

    $config['SpecialUsers']['canrunqueries'] = '';

    $config['SpecialUsers']['undeletableusers'] = '';

    $config['SpecialUsers']['superadministrators'] = '1';




    i have Database name.Database user.and my sql Hostname. I really understand, how to write that info ?

    I need an example.
    thanks
     
    bestPro, Jun 30, 2007 IP
  2. bacanze

    bacanze Peon

    Messages:
    2,419
    Likes Received:
    127
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Have you created a database using your cpanel net?

    Actually if I remeber with Vbulliten, I think you need to create a empty database using your cpanel, and then import the one which came with your copy of VB.
     
    bacanze, Jun 30, 2007 IP
  3. bestPro

    bestPro Banned

    Messages:
    523
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #3
    i have Database name.Database user.and my sql Hostname.but I really understand, how to write that info ?so still can't install.install is failed!:(
     
    bestPro, Jun 30, 2007 IP
  4. 010081

    010081 Banned

    Messages:
    4,657
    Likes Received:
    222
    Best Answers:
    0
    Trophy Points:
    0
    #4
    you using cpanel or ....
    trying to install in your home computer or..

    $config['Database']['dbtype'] = 'mysql';

    $config['Database']['dbname'] = 'your db name';

    $config['MasterServer']['servername'] = 'localhost';
    $config['MasterServer']['port'] = 3306;

    $config['MasterServer']['username'] = 'your username';
    $config['MasterServer']['password'] = 'your pass';
     
    010081, Jun 30, 2007 IP
  5. sunilvarma

    sunilvarma Peon

    Messages:
    440
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    if you are using cpanel, make sure to add your cpanel username to the database name.

    For example, if your database name is forum, db username is abcd, and your cpanel username is xyzcom then:

    $config['Database']['dbtype'] = 'mysql';

    $config['Database']['dbname'] = 'xyzcom_forum';

    $config['MasterServer']['servername'] = 'localhost';
    $config['MasterServer']['port'] = 3306;

    $config['MasterServer']['username'] = 'xyzcom_abcd';
    $config['MasterServer']['password'] = 'password';

    Hope this helps
     
    sunilvarma, Jun 30, 2007 IP
  6. ashish1987

    ashish1987 Well-Known Member

    Messages:
    824
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    110
    #6
    let someone take a look at it and resolve it for you if you aren't able to do it.
    I can do it for you. PM me if you want.
     
    ashish1987, Jun 30, 2007 IP
  7. bestPro

    bestPro Banned

    Messages:
    523
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #7
    thanks for the info . guys .now install passed!:)
     
    bestPro, Jun 30, 2007 IP
  8. Brandon Sheley

    Brandon Sheley Illustrious Member

    Messages:
    9,721
    Likes Received:
    612
    Best Answers:
    2
    Trophy Points:
    420
    #8
    Let me know if you need anything else :)
    You can check my sig for vBulletin info
     
    Brandon Sheley, Jun 30, 2007 IP
Thread Status:
Not open for further replies.