Question
Help with login
SIte is www.kloco..net
I finaly got the database on the sever, but the login page doesn't show up. Click on Project and I get this:
Warning: mysql_pconnect(): Access denied for user: 'kloco0ne@cluster01.ahp01.lax.affinity.com' (Using password: YES) in /nfs/cust/7/41/89/698147/web/Connections/klocodb.php on line 9
Fatal error: Access denied for user: 'kloco0ne@cluster01.ahp01.lax.affinity.com' (Using password: YES) in /nfs/cust/7/41/89/698147/web/Connections/klocodb.php on line 9
lines 7-11are:
?><?php
// *** Validate request to login to this site.
if (!isset($_SESSION)) {
session_start();
}
What to do?
Thanks
I finaly got the database on the sever, but the login page doesn't show up. Click on Project and I get this:
Warning: mysql_pconnect(): Access denied for user: 'kloco0ne@cluster01.ahp01.lax.affinity.com' (Using password: YES) in /nfs/cust/7/41/89/698147/web/Connections/klocodb.php on line 9
Fatal error: Access denied for user: 'kloco0ne@cluster01.ahp01.lax.affinity.com' (Using password: YES) in /nfs/cust/7/41/89/698147/web/Connections/klocodb.php on line 9
lines 7-11are:
?><?php
// *** Validate request to login to this site.
if (!isset($_SESSION)) {
session_start();
}
What to do?
Thanks