Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'my110181'@'localhost' (using password: YES) in /var/www/vhosts/sufiway.org/httpdocs/schedule/application.php on line 11
ERROR--CAN'T CONNECT TO SERVER
Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'www-data'@'localhost' (using password: NO) in /var/www/vhosts/sufiway.org/httpdocs/schedule/application.php on line 12

Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in /var/www/vhosts/sufiway.org/httpdocs/schedule/application.php on line 12
ERROR--CAN'T CONNECT TO DB
Warning: mysql_query() [function.mysql-query]: Access denied for user 'www-data'@'localhost' (using password: NO) in /var/www/vhosts/sufiway.org/httpdocs/schedule/models/event.php on line 27

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /var/www/vhosts/sufiway.org/httpdocs/schedule/models/event.php on line 27
SELECT e.id, e.event_name, DATE_FORMAT(e.start_date,'%Y-%m-%d %k:%i' ) as start_date, DATE_FORMAT(e.end_date,'%Y-%m-%d %k:%i' ) as end_date, e.fee, e.currency_type_id, ct.display_name as currency_display_name, ct.symbol as currency_symbol, e.location_id, e.short_description, e.long_description, e.document1_title, e.document1_relative_path, e.document2_title, e.document2_relative_path, e.anchor1_title, e.anchor1_url, e.anchor2_title, e.anchor2_url, DATE_FORMAT(e.start_date,'%Y' ) as start_year, DATE_FORMAT(e.start_date,'%M' ) as start_month, DATE_FORMAT(e.start_date,'%e' ) as start_day, DATE_FORMAT(e.start_date,'%H' ) as start_hour, DATE_FORMAT(e.start_date,'%i' ) as start_minute, DATE_FORMAT(e.end_date,'%Y' ) as end_year, DATE_FORMAT(e.end_date,'%M' ) as end_month, DATE_FORMAT(e.end_date,'%e' ) as end_day, DATE_FORMAT(e.end_date,'%H' ) as end_hour, DATE_FORMAT(e.end_date,'%i' ) as end_minute FROM events e LEFT OUTER JOIN currency_types ct ON e.currency_type_id = ct.id WHERE e.id = 64
Error: Access denied for user 'www-data'@'localhost' (using password: NO)