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:
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.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';
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!



LinkBack URL
About LinkBacks
Reply With Quote





