Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Table DB Error:

$
0
0

Replies: 0

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 DESC

SELECT 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 DESC

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 DESC

SELECT 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 DESC

the caller: get_wallet_transactions()


Viewing all articles
Browse latest Browse all 59525

Trending Articles