I think this error hapen becouse wordpress 3.9 use now mysqli driver, then the function the plugin must use is mysqli_real_escape_string or use wordpress function like $wpdb->prepare.
↧
I think this error hapen becouse wordpress 3.9 use now mysqli driver, then the function the plugin must use is mysqli_real_escape_string or use wordpress function like $wpdb->prepare.