|
You need to check your database settings, PhotoPost is telling you that it cannot connect with the userid/password and host settings. Check with your ISP if you are unsure of what these setting are.
You can find these settings in the config-inc.php file:
//**************** MySQL Database Configuration ****************//
// PhotoPost database host address, or leave as localhost
$host="localhost";
// PhotoPost's database name
$database="photopost";
// 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="root";
$mysql_password="";
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |