Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 14 of 14
  1. #1
    Member
    Join Date
    May 2005
    Posts
    7

    Arrow vBulletin [PROBLEM]

    Hello,
    I'm using cPanel Build 10.2.0-RELEASE 82 and I'm trying to install vBulletin 3.0.7 .
    First of all I uploaded the vB to the FTP server and then I set up a new MySQL DB in "MySQL Databases" called forums (finally it's named test_forums) after that I created a new db user called admin (test_admin) and I assigned him "ALL" right's to the forums database.

    This is not my first vBulletin installtion and before ( on servers where no cPanel was on it worked ). Please don't ask me to contact my provider because I already did, without success.

    My vB config.php looks like this:

    Code:
    // ****** 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 = 'test_admin';
    $dbpassword = 'password';
    
    // ****** DATABASE NAME ******
    // This is the name of the database where your vBulletin will be located.
    // This must be created by your webhost.
    $dbname = 'test_forums';
    When I try to join www.mydomain.com/forums/install/install.php I get prompt to enter the username and the password of the cPanel but I don't know why.



    No matter if I enter the right cPanel information or just click on "cancel" the installation wizard and the acp ( after the installation ) looks blank as you can see on the screenshots.




    Thanks for your help!
    Last edited by |xT|; 05-26-2005 at 11:05 AM.

  2. #2
    cPanel Product Evangelist Infopro's Avatar
    Join Date
    May 2003
    Location
    Pennsylvania
    Posts
    7,894
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    You have an account setup named test? Why?

    Setup a real user account in WHM, then go to that users cPanel and setup the database thru there. And then try it again. SHould go off without a hitch.

    This picture should be the giveaway that you've done it wrong.

  3. #3
    Member
    Join Date
    May 2005
    Posts
    7

    Default

    Quote Originally Posted by Infopro
    You have an account setup named test? Why?

    Setup a real user account in WHM, then go to that users cPanel and setup the database thru there. And then try it again. SHould go off without a hitch.

    This picture should be the giveaway that you've done it wrong.
    the "test" account was just an example because I see no reason to name the real account in here because it won't change anything...

    And well yeh...I set up an account...went into users cPanel and setup the database thru there alrady before.

  4. #4
    cPanel Product Evangelist Infopro's Avatar
    Join Date
    May 2003
    Location
    Pennsylvania
    Posts
    7,894
    cPanel/Enkompass Access Level

    Root Administrator

    Question

    Look at the picture where you outlined in red. Is this directory password protected with an .htaccess?

  5. #5
    Member
    Join Date
    Aug 2004
    Posts
    77

    Default

    I was thinking the same thing.

    I can tell you though that you should, in general, have no trouble w/ CPANEL and installing VB on a server. I have a Cpanel/WHM server (Redhat) and I have installed various versions of VBulletin w/ no trouble as well as most other major forums (tried em all trying to find the one I liked the most).

  6. #6
    Member
    Join Date
    May 2005
    Posts
    7

    Default

    Quote Originally Posted by Infopro
    Look at the picture where you outlined in red. Is this directory password protected with an .htaccess?
    yeh it is...well the root directory is but the directory of the I'm trying to reach is not and even after I've erased the .htaccess file nothing changed.

  7. #7
    cPanel Product Evangelist Infopro's Avatar
    Join Date
    May 2003
    Location
    Pennsylvania
    Posts
    7,894
    cPanel/Enkompass Access Level

    Root Administrator

    Question

    If you erased the .htaccess and it's still popping up asking for the password, then I'd have to guess you deleted a different one.
    If you have root directory protected, everything under it is protected as well.

    Did you pass protect from inside cPanel?

  8. #8
    Member
    Join Date
    May 2005
    Posts
    7

    Default

    Quote Originally Posted by Infopro
    If you erased the .htaccess and it's still popping up asking for the password, then I'd have to guess you deleted a different one.
    If you have root directory protected, everything under it is protected as well.

    Did you pass protect from inside cPanel?
    for sure I deleted the .htaccess in the root directory as well and it's not about any .htaccess files since it prompts me to enter the login information of the cpanel and not any restricted area. And yes I protected it from inside the cpanel before and removed it over there as well.

  9. #9
    cPanel Product Evangelist Infopro's Avatar
    Join Date
    May 2003
    Location
    Pennsylvania
    Posts
    7,894
    cPanel/Enkompass Access Level

    Root Administrator

    Question

    Well you're missing something simple here. Without enough Info to go on here it's tough to understand where you went wrong. I'd suggest you find someone who knows more, have a look for you.

    One last try from me, where is this account located on your server?

    /home/test/public_html/vbforum/
    (test is a generic username of course)
    Is that correct?

  10. #10
    Member
    Join Date
    May 2005
    Posts
    7

    Default

    "forum" instead of "vbforum" in my case but it doesnt matter tru

  11. #11
    Member rpmws's Avatar
    Join Date
    Aug 2001
    Location
    back woods of NC, USA
    Posts
    1,858

    Default

    what's weird here is that his install script is pointing him to the SSL cPanel port 2083. Can you look through the code in that install.php script and look through all the files it includes and or calls and see if anything might tell you why.
    Just keeping my "eye" on things....
    R. Paul Mathews
    RPMWS - diehard cPanel Nutcase

  12. #12
    cPanel Product Evangelist Infopro's Avatar
    Join Date
    May 2003
    Location
    Pennsylvania
    Posts
    7,894
    cPanel/Enkompass Access Level

    Root Administrator

    Lightbulb

    Yep. That's why I wondered where it was located.

    Is this domain available to view right now?

  13. #13
    cPanel Product Evangelist Infopro's Avatar
    Join Date
    May 2003
    Location
    Pennsylvania
    Posts
    7,894
    cPanel/Enkompass Access Level

    Root Administrator

    Exclamation

    WTF is this garbage? Check the source.
    instantmsgr.com

    (where those images above are being hosted)

  14. #14
    Member
    Join Date
    May 2005
    Posts
    7

    Default

    Quote Originally Posted by Infopro
    WTF is this garbage? Check the source.
    instantmsgr.com

    (where those images above are being hosted)
    nice hoax, isn't it

Similar Threads & Tags
Similar threads

  1. vbulletin
    By ianpeace1980 in forum cPanel and WHM Discussions
    Replies: 6
    Last Post: 07-18-2010, 07:29 AM
  2. vBulletin Update!
    By Silent Sniper in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 04-19-2008, 12:28 PM
  3. I really need help with VBulletin
    By xxhacks101xx in forum New User Questions
    Replies: 1
    Last Post: 12-10-2005, 12:30 AM
  4. Is vBulletin secure?
    By ferox in forum cPanel and WHM Discussions
    Replies: 10
    Last Post: 07-15-2004, 06:50 AM
  5. which one is better - vbulletin or phpbb - and why?
    By cyberspirit in forum cPanel and WHM Discussions
    Replies: 8
    Last Post: 07-31-2003, 03:45 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube