MyBB Community Forums

Full Version: Where am I upload files????
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I use Linux server...Am I upload in www or public html???
I uploaded in www in directory and when ı create database I take below error

Connection Strings
Perl	$dbh = DBI->connect("DBI:mysql:forumbay_MyBB:localhost","forumbay_haXan","<PASSWORD HERE>");
PHP	$dbh=mysql_connect ("localhost", "forumbay_haXan", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("forumbay_MyBB");

what can ı do???


and where will I upload files???


[Image: adsz6xh.jpg]
I would put it in the public_html as the www looks only to be a shortcut (perhaps even into the public_html -dir)

as for the error....no idea...the gurus here will undoubtedly answer soonish...
Quote:Connection Strings
Perl $dbh = DBI->connect("DBI:mysql:forumbay_MyBB:localhost","forumbay_haXan","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "forumbay_haXan", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("forumbay_MyBB");

"<PASSWORD HERE>" i guess u haven't put the password in this file!.

regards
what can ı do for this error???
when and where do u excatly get this error

regards
when i create database in cntrol panel 10...add to db after add user and add to user db...after ı took tihs error..
this is not an error with mybb, you should look after your host.

regards
thanks the problem has been solved...