$wpdb error when selecting user meta table
-
I’m trying to pull data from a database and I’m getting the following error message:
WordPress database error: [] SELECT user_id, meta_key, meta_value FROM wp_usermeta WHERE user_id IN (1) ORDER BY umeta_id ASC
Is there a common mistake I’m making by getting this? What does error message mean exactly? Shouldn’t there be a value in the
WHERE
clause?edit
Figured it out; was an issue with selecting the table in an array. Oops!
Mods: please lock this.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘$wpdb error when selecting user meta table’ is closed to new replies.