• Resolved ConceptAlchemyCompany

    (@conceptalchemycompany)


    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 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Table DB Error:’ is closed to new replies.