Not unique table/alias: ‘wpu9_usermeta’
-
Hi.
I get this DB error on my site now:
Not unique table/alias: ‘wpu9_usermeta’1066
SELECT SQL_CALC_FOUND_ROWS wpu9_users.ID
–
FROM wpu9_users
INNER JOIN wpu9_usermeta
ON ( wpu9_users.ID = wpu9_usermeta.user_id )
LEFT JOIN wpu9_usermeta
ON wpu9_usermeta.user_id = wpu9_users.ID
WHERE 1=1
AND (user_login LIKE '%cost%'
OR ID = 'cost'
OR meta_value LIKE '%cost%')
ORDER BY user_login ASCWP_User_Query->query()
wp-includes/class-wp-user-query.php:844WP_User_Query->__construct()
wp-includes/class-wp-user-query.php:80woo_add_customer_helper->get_users_created_by_plugin()
wp-content/plugins/add-customer-for-woocommerce/include/tools/helper.php:795woo_add_customer_helper->is_customer_created_miss_match()
wp-content/plugins/add-customer-for-woocommerce/include/tools/helper.php:775woo_add_customer_backend->wac_register_settings()
wp-content/plugins/add-customer-for-woocommerce/include/classes/wac-backend.php:60do_action('admin_init')
wp-includes/plugin.php:517
Plugin: add-customer-for-woocommerce
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.