object of class wp_error could not be converted to string in my site

Error:

Catchable fatal error: Object of class WP_Error could not be converted to string in thanks.php on line 86

Read More

The code is below where problem is:

 $wpdb->get_results('SELECT phone, user_nicename, user_email FROM ol_users WHERE ID = "'.$pidl.'"');

Related posts