Table DB Error:
-
Hi there. Thank you for the plugin.
I am having this issue after mistakenly adding a value to a user (me-;)) and needing to remove it. Table ‘xxxxxx_xx.wp_woo_wallet_transactions’ doesn’t exist Since then I have tried to track down where this string error is occurring and cannot. Can you help?
SELECT transactions.*
FROM wp_woo_wallet_transactions AS transactions
WHERE transactions.user_id = 1
AND transactions.deleted = 0
AND transactions.type = ‘credit’
ORDER BY transactions.transaction_id DESCSELECT transactions.*
FROM wp_woo_wallet_transactions AS transactions
WHERE transactions.user_id = 1
AND transactions.deleted = 0
AND transactions.type = ‘debit’
ORDER BY transactions.transaction_id DESCSELECT transactions.*
FROM wp_woo_wallet_transactions AS transactions
WHERE transactions.user_id = 1
AND transactions.deleted = 0
AND transactions.type = ‘credit’
ORDER BY transactions.transaction_id DESCSELECT transactions.*
FROM wp_woo_wallet_transactions AS transactions
WHERE transactions.user_id = 1
AND transactions.deleted = 0
AND transactions.type = ‘debit’
ORDER BY transactions.transaction_id DESCthe caller: get_wallet_transactions()
- The topic ‘Table DB Error:’ is closed to new replies.