Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'colorsne_cnews'@'localhost' (using password: YES) in /home/colorsne/public_html/colorsnews.com/include/database.class.php on line 111

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/colorsne/public_html/colorsnews.com/include/database.class.php:111) in /home/colorsne/public_html/colorsnews.com/include/common.inc.php on line 59

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/colorsne/public_html/colorsnews.com/include/database.class.php:111) in /home/colorsne/public_html/colorsnews.com/include/common.inc.php on line 59

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/colorsne/public_html/colorsnews.com/include/database.class.php on line 211
    SELECT
      article_id,
      title_en,
      title_jp,
      category.title,
      category.category_id,
      file.filename
    FROM
      article,
      category
      LEFT JOIN file ON thumb_file_id=file_id
    WHERE
      article.category_id=category.category_id
    ORDER BY
      category.ordering,
      article.created DESC
    

Access denied for user 'colorsne_cnews'@'localhost' (using password: YES) (1045)