Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'subone_todo'@'localhost' (using password: YES) in /home/subone/http/todo/includes/Database.class.php on line 116

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/subone/http/todo/includes/Database.class.php on line 219

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/subone/http/todo/includes/Database.class.php on line 259
TODO
Title Due

Debug

Error: Database: Wrong connection data! Can't establish connection to host.
Info: Sort By: "Due" (Asc)
Info: SQL statement: SELECT id, title, due, due_bits, trash FROM tasks WHERE trash = 0 OR id = 0 ORDER BY `due` ASC
Error: Database: No database connection exists or invalid query
Warning: Database: Not connected yet