I'm getting the following errors on the frontend:
| Code: |
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'jermit.nl'@'srv93.one.com' (using password: NO) in /customers/jermit.nl/jermit.nl/httpd.www/beta/components/com_blastchatc/module.blastchatc.php on line 73
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /customers/jermit.nl/jermit.nl/httpd.www/beta/components/com_blastchatc/module.blastchatc.php on line 73
|
And these in the backend:
| Code: |
DB function failed with error number 1054
Unknown column 'g.group_id' in 'on clause' SQL=SELECT a.*, g.name AS groupname , bcu.sec_code AS bc_sec_code , bcu.logged AS bc_logged , bcu.last_entry AS bc_last_entry , bcu.last_update AS bc_last_update , bcu.idle AS bc_idle , bcu.roomid AS bc_roomid , bcu.roomname AS bc_roomname FROM jos_users AS a INNER JOIN jos_core_acl_aro_groups AS g ON g.group_id = a.gid LEFT JOIN jos_blastchatc_users AS bcu ON bcu.userid = a.id WHERE bcu.serverid = 1 GROUP BY a.id LIMIT 0, 1
|
How can I fix this?