• Resolved riki36

    (@riki36)


    Hello,

    The following error message is displayed when I try to change wallet balance in TerraWallet.

    “There may be some issue with database connection. Please deactivate TeraWallet plugin and activate again.”

    I enabled wp-debug and then I have seen the below message in the log.

    “WordPress database error Unknown column ‘created_by’ in ‘field list’ for query INSERT INTO wp_woo_wallet_transactions (blog_id, user_id, type, amount, balance, currency, details, date, created_by) VALUES (1, 93, ‘credit’, ’10’, ’10’, ‘VND’, ”, ‘2023-04-14 19:02:58′, ’85’) made by do_action(‘load-admin_page_woo-wallet-add’), WP_Hook->do_action, WP_Hook->apply_filters, Woo_Wallet_Admin->add_woo_wallet_add_balance_option, Woo_Wallet_Wallet->credit, Woo_Wallet_Wallet->recode_transaction”

    deactivated TeraWallet plugin and activated again several times.
    The database was updated.

    PHP version 7.3.5
    mysql 5.7.28
    WooCommerce 7.6.0
    TeraWallet 1.4.7
    WordPress 6.2

    Could you please help me? Thank you.

    • This topic was modified 3 years, 1 month ago by riki36.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Subrata Mal

    (@subratamal)

    @riki36 Please check the database table wp_woo_wallet_transactions and check if created_by column is there or not. If the created_by column is not there then you have to create that column manually.

    Thread Starter riki36

    (@riki36)

    @subratamal I’ve created created_by column. It’s working.
    Thank you for your support.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘cannot change wallet balance.’ is closed to new replies.