I get these errors when adding can replies for the first time.''
Code:
Warning: mysql_query() [function.mysql-query]: Access denied for user 'djxtazy'@'localhost' (using password: NO) in [path]/cannedreplies.php on line 112
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/cannedreplies.php on line 112
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in [path]/cannedreplies.php on line 113
Also "Edit Your Canned Replies" leads to a blank page if you're clicking the link other than from profile.php
*edit:
for those mysql errors, I simply replaced mysql_query to $db->query_read on line 112 and mysql_num_rows to $db->num_rows on line 113