Hi Chuck,
thanks for the help on my path issues yesterday. I'm learning. Next issue: reading through the posts I see most people that have trouble with db connections have the config.inc database parms wrong. I'm getting the same:
Could not connect to PhotoPost databaseAccess denied for user: 'vettescene@localhost' to database 'vettescene_vettescene'
I've gone back through the parms several times and I think they are correct:
// PhotoPost database host address, or leave as localhost
$host="localhost";
// PhotoPost's database name
$database="vettescene_vettescene";
// MySQL username and password to access PhotoPost's database
//
// These two variables are for the userid and password needed to access
// the PhotoPost database named above.
$mysql_user="vettescene";
$mysql_password="74990396";
// User database host address, or leave as localhost
$host_bb="localhost";
// If you want to use a prefix for your database, enter it here.
// NOTE: This variable can only be set PRIOR to your first installation of PhotoPost;
// existing databases will not be changed and you will be unable to connect if you change
// this variable after performing a default installation.
$pp_db_prefix = "pp_";
// User database MySQL database name
//
// This is the variable for the User Database; if you are using Internal
// as your registration system, then these variables are the same as the
// ones above. If you are linking to a message board system,
// thse variables should be set to the database, user and password for that
// database.
$database_bb="vettescene_vettescene";
// MySQL username and password to access user database
//
// These two variables are for the userid and password needed to access
// the PhotoPost or BB database.
$user_bb="vettescene";
$password_bb="74990396";
The thing is, these are exactly the same parameters in the
VB config.php, but I can get into
VB just fine

:
// ****** MASTER DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
$config['MasterServer']['username'] = 'vettescene';
$config['MasterServer']['password'] = '74990396';
I also get the same access denied if I change to a regular mysql user/pswd and not the master.
Your expertise would again be appreciated!!!
Sorry for the lengthy post
thanks
Lee