Here are the lines involved :
PHP Code:
if(!mysql_select_db($this->database, $this->link_id)) {
$this->halt("cannot use database ".$this->database);
}
}
Here is the error :
Quote:
Warning: Access denied for user: 'thelyceu@localhost' (Using password: YES) in /home2/thelyceu/public_html/admin/db_mysql.php on line 40
Warning: MySQL Connection Failed: Access denied for user: 'thelyceu@localhost' (Using password: YES) in /home2/thelyceu/public_html/admin/db_mysql.php on line 40
|
Please help!
Satan