Undefined property: Config::$mysql in /include/lib/core/db_mysql.php (21)
 16 
 17 
 18 
 19 
 20 
 21 
 22 
 23 
 24 
 25 
 26 
         var $Link_ID  null;
         var 
$Query_ID null;
 
         function 
DB_Sql($query '')
         {
             
$conn $GLOBALS['config']->mysql;
             
$this->Host $conn->host;
             
$this->Database $conn->database;
             
$this->User $conn->user;
             
$this->Password $conn->password;
 
Trying to get property of non-object in /include/lib/core/db_mysql.php (22)
 17 
 18 
 19 
 20 
 21 
 22 
 23 
 24 
 25 
 26 
 27 
         var $Query_ID null;
 
         function 
DB_Sql($query '')
         {
             
$conn $GLOBALS['config']->mysql;
             
$this->Host $conn->host;
             
$this->Database $conn->database;
             
$this->User $conn->user;
             
$this->Password $conn->password;
 
             
$this->Debug = (bool)(@$GLOBALS['config']->debug_mode);
Trying to get property of non-object in /include/lib/core/db_mysql.php (23)
 18 
 19 
 20 
 21 
 22 
 23 
 24 
 25 
 26 
 27 
 28 
 
         function DB_Sql($query '')
         {
             
$conn $GLOBALS['config']->mysql;
             
$this->Host $conn->host;
             
$this->Database $conn->database;
             
$this->User $conn->user;
             
$this->Password $conn->password;
 
             
$this->Debug = (bool)(@$GLOBALS['config']->debug_mode);
 
Trying to get property of non-object in /include/lib/core/db_mysql.php (24)
 19 
 20 
 21 
 22 
 23 
 24 
 25 
 26 
 27 
 28 
 29 
         function DB_Sql($query '')
         {
             
$conn $GLOBALS['config']->mysql;
             
$this->Host $conn->host;
             
$this->Database $conn->database;
             
$this->User $conn->user;
             
$this->Password $conn->password;
 
             
$this->Debug = (bool)(@$GLOBALS['config']->debug_mode);
 
             
$this->query($query);
Trying to get property of non-object in /include/lib/core/db_mysql.php (25)
 20 
 21 
 22 
 23 
 24 
 25 
 26 
 27 
 28 
 29 
 30 
         {
             $conn $GLOBALS['config']->mysql;
             
$this->Host $conn->host;
             
$this->Database $conn->database;
             
$this->User $conn->user;
             
$this->Password $conn->password;
 
             
$this->Debug = (bool)(@$GLOBALS['config']->debug_mode);
 
             
$this->query($query);
         }
mysql_connect() [function.mysql-connect]: Access denied for user 'lagunaph'@'localhost' (using password: NO) in /include/lib/core/db_mysql.php (52)
 47 
 48 
 49 
 50 
 51 
 52 
 53 
 54 
 55 
 56 
 57 
             if ('' == $Password) {
               
$Password $this->Password;
             }
 
             if (
is_null($this->Link_ID)) {
                 
$this->Link_ID mysql_connect($Host$User$Password);
                 if (!
$this->Link_ID) {
                     
$this->halt("connect($Host, $User, \$Password) failed.");
                 }
 
                 if (!@
mysql_select_db($Database$this->Link_ID)) {
Database error: connect(, , $Password) failed.
MySQL Error: ()