[config] Problem!

pspGATE

New Member
HI!
i just installed TWS!
and wanted to run vBulletin 3.7.0 Beta 3 on our server!
but i am getting this problem! can any generous help me?
CLICK here for full review! as in site the image is not full!

FCB913EF.png


This is the problem!
MY DATABASE is on Database name ; root
and user name ; test
and no pass!

please help!

FAISAL!
 

pspGATE

New Member
well yup! but by default the SQL of TWS don't come with pass :)
as with same settings when i tried to install MyBB. it worked! but why not vBulletin??

FAISAL!
 

Mr-Ice-Man

New Member
pspGATE said:
well yup! but by default the SQL of TWS don't come with pass :)
as with same settings when i tried to install MyBB. it worked! but why not vBulletin??

FAISAL!

I havnt long started setting vbulletin forums up so not 100% on all problems, but all the details you added in config.php file are correct arnt they the same as sql details?
 

pspGATE

New Member
YUP the same!
but is it not a problem that i am trying to install vBulletin on localhost?? is it so?
i mean not a particular server! it's on TWS server on my local computer!

so hope some one vBulletin master will help!

FAISAL!
 

letdoit

New Member
There must be something wrong with your config file.

You should check:

Code:
$config['Database']['dbtype'] = 'root';

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

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

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

$config['MasterServer']['username'] = 'username of mysql';
$config['MasterServer']['password'] = 'password of mysql';

//	******** FULL PATH TO FORUMS DIRECTORY ******
	//	On a few systems it may be necessary to input the full path to your forums directory
	//	for vBulletin to function normally. You can ignore this setting unless vBulletin
	//	tells you to fill this in. Do not include a trailing slash!
	//	Example Unix:
	//	  $config['Misc']['forumpath'] = '/home/users/public_html/forums';
	//	Example Win32:
	//	  $config['Misc']['forumpath'] = 'c:\program files\apache group\apache\htdocs\vb3';


// ****** The following options are only needed in special cases ******

	//	****** MySQLI OPTIONS *****
	// When using MySQL 4.1+, MySQLi should be used to connect to the database.
	// If you need to set the default connection charset because your database
	// is using a charset other than latin1, you can set the charset here.
	// If you don't set the charset to be the same as your database, you
	// may receive collation errors.  Ignore this setting unless you
	// are sure you need to use it.
// $config['Mysqli']['charset'] = 'utf8';

	//	Optionally, PHP can be instructed to set connection parameters by reading from the
	//	file named in 'ini_file'. Please use a full path to the file.
	//	Example:
	//	$config['Mysqli']['ini_file'] = 'c:\program files\MySQL\MySQL Server 4.1\my.ini';
 

Hoxxy

New Member
Simple, stick with 3.6.8 till 3.7 is full not beta! you will always find problems with betas thats why their betas!
 
Top