Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   xBTiT (http://www.bvlist.com/forumdisplay.php?f=30)
-   -   install error (http://www.bvlist.com/showthread.php?t=3113)

tRoV 30th July 2009 15:43

install error
 
Why I have this error :sad:
Code:


Notice:  Undefined index:  error_mysql_connect in C:\wamp\www\traker\upload\install.php on line 375

Access denied for user 'root'@'localhost' (using password: YES)
Click here to try again


Timisoreanul 30th July 2009 22:25

Hi, go to include/settings.php it looks like this
Code:


$dbhost = "localhost";
$dbuser = "";
$dbpass = "";
$database = "";
$TABLE_PREFIX = "";

?>

end pus your detalis example :
Code:


$dbhost = "localhost";
$dbuser = "root";
$dbpass = "mypassword";
$database = "tracker_database";
$TABLE_PREFIX = "";

?>


tRoV 30th July 2009 22:40

Still gives me that error

Timisoreanul 30th July 2009 23:30

1 Attachment(s)
Ok , first what version of xbtit are you use?, is you use xBTiT v2.0.0.547 i just install it , here are the steps

go to http://siteurls/phpmyadmin/ make sure you have a user create o put a password on root ,then creat a database , upload your php files to server ,

go to http://siteurls/install.php follow the steps ,end at step 2 put your server detalis ..aka localhost , user of mysql, the password of user of mysql, the database name your create, . after you complete the steps delete the file install.php & upgrade.php

tRoV 31st July 2009 15:39

I use xBTiT v2.0.0.547 , Wamp Server and I have db created mysql and a user root and password...

http://i385.photobucket.com/albums/o...a/untitled.jpg


All times are GMT +2. The time now is 06:45.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.