Hi Jason,
Thanks for the prompt reply. I have changed the PowerCMSConnections file using what I believe to be the correct info but are still getting the same error message when attempting to log in.
Below is the PowerCMSConnections file. Can you tell me where to find the correct usernames and password? (I have replaced them with ???)
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_PowerCMSConnection = "localhost";
$database_PowerCMSConnection = "?????????_cms";
$username_PowerCMSConnection = "?????????_admin";
$password_PowerCMSConnection = "?????????";
$PowerCMSConnection = mysql_pconnect($hostname_PowerCMSConnection, $username_PowerCMSConnection, $password_PowerCMSConnection) or trigger_error(mysql_error(),E_USER_ERROR);
?>
Sorry for my lack of knowledge on this