Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter rehlers

    (@rehlers)

    Error
    SQL query:

    SET @@global.innodb_large_prefix = 1
    MySQL said: Documentation

    #1227 – Access denied; you need (at least one of) the SUPER privilege(s) for this operation

    Thread Starter rehlers

    (@rehlers)

    Sorry;

    but:

    Error
    Static analysis:

    4 errors were found during analysis.

    A comma or a closing bracket was expected. (near “signed” at position 962)
    Unexpected beginning of statement. (near “20” at position 1045)
    Unexpected beginning of statement. (near “10” at position 1048)
    Unrecognized statement type. (near “signed” at position 1052)
    SQL query:

    CREATE TABLE wpdb_wallets_txs ( id int(10) unsigned NOT NULL AUTO_INCREMENT, blog_id bigint(20) NOT NULL DEFAULT 1 COMMENT ‘useful in multisite installs only if plugin is not network activated’, category enum(‘deposit’,’move’,’withdraw’,’trade’) NOT NULL COMMENT ‘type of transaction’, tags varchar(255) NOT NULL DEFAULT ” COMMENT ‘space separated list of tags, slugs, etc that further describe the type of transaction’, account bigint(20) unsigned NOT NULL COMMENT ‘wpdb_users.ID’, other_account bigint(20) unsigned DEFAULT NULL COMMENT ‘wpdb_users.ID when category==move’, address varchar(128) NOT NULL DEFAULT ” COMMENT ‘blockchain address when category==deposit or category==withdraw’, extra varchar(128) NOT NULL DEFAULT ” COMMENT ‘extra info required by some coins such as XMR’, txid varchar(128) DEFAULT NULL COMMENT ‘blockchain transaction id’, symbol varchar(8) NOT NULL COMMENT ‘coin symbol (e.g. BTC for Bitcoin)’, amount decimal(20,10) signed NOT NULL COMMENT ‘amount plus any fees deducted from account’, fee decimal(20,10) signed NOT NULL DEFAULT 0 COMMENT ‘fees deducted from account’, comment TEXT DEFAULT NULL COMMENT ‘transaction comment’, created_time datetime NOT NULL COMMENT ‘when transaction was entered into the system in GMT’, updated_time datetime NOT NULL COMMENT ‘when transaction was last updated in GMT (e.g. for update to confirmations count)’, confirmations mediumint unsigned DEFAULT 0 COMMENT ‘amount of confirmations received from blockchain, or null for category IN (move,trade)’, status enum(‘unconfirmed’,’pending’,’done’,’failed’,’cancelled’) NOT NULL DEFAULT ‘unconfirmed’ COMMENT ‘state of transaction’, retries tinyint unsigned NOT NULL DEFAULT 1 COMMENT ‘retries left before a pending transaction status becomes failed’, admin_confirm tinyint(1) NOT NULL DEFAULT 0 COMMENT ‘1 if an admin has confirmed this transaction’, user_confirm tinyint(1) NOT NULL DEFAULT 0 COMMENT ‘1 if the user has confirmed this transaction over email’, nonce char(32) DEFAULT NULL COMMENT ‘nonce for user to confirm via emailed link’, PRIMARY KEY (id), KEY account_idx (account), KEY blogid_idx (blog_id), UNIQUE KEY uq_tx_idx (txid,address,symbol) )

    MySQL said: Documentation

    #1071 – Specified key was too long; max key length is 1000 bytes

    Thread Starter rehlers

    (@rehlers)

    I didn′t find anything in the logs. Various install, activate and deactivate. As site not live, I can give out an admin login.

    Thread Starter rehlers

    (@rehlers)

    I have now deleted the theme, wordpress installation and re-installed all.
    Your plugin is the only one to be installed (via wordress) and the error is exactly the same:

    UPDATE
    wpdp_wallets_txs
    SET
    status = ‘failed’,
    updated_time = ‘2018-09-01 12:16:18’
    WHERE
    ( blog_id = 1 || 0 ) AND
    status = ‘pending’ AND
    category IN ( ‘withdraw’, ‘move’ ) AND
    retries < 1
    made by do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, Dashed_Slug_Wallets_TXs->cron, Dashed_Slug_Wallets_TXs->fail_transactions
    [01-Sep-2018 12:16:18 UTC] WordPress database error Table ‘checstfb_wp160.wpdp_wallets_txs’ doesn’t exist for query
    LOCK TABLES
    wpdp_wallets_txs WRITE,
    wpdp_options WRITE,
    wpdp_wallets_adds READ,
    wpdp_users READ,
    wpdp_usermeta READ
    made by do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, Dashed_Slug_Wallets_TXs->cron, Dashed_Slug_Wallets_TXs->execute_pending_moves
    [01-Sep-2018 12:16:18 UTC] WordPress database error Table ‘checstfb_wp160.wpdp_wallets_txs’ doesn’t exist for query
    SELECT
    *
    FROM
    wpdp_wallets_txs
    WHERE
    ( blog_id = 1 || 0 ) AND
    category = ‘move’ AND
    status = ‘pending’ AND
    retries > 0 AND
    amount < 0
    ORDER BY
    created_time ASC
    LIMIT
    8
    made by do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, Dashed_Slug_Wallets_TXs->cron, Dashed_Slug_Wallets_TXs->execute_pending_moves
    [01-Sep-2018 12:16:18 UTC] WordPress database error Table ‘checstfb_wp160.wpdp_wallets_txs’ doesn’t exist for query SHOW FULL COLUMNS FROM wpdp_wallets_txs made by do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, Dashed_Slug_Wallets_Confirmations->cron, Dashed_Slug_Wallets_Confirmations->confirm_transactions
    [01-Sep-2018 12:16:18 UTC] confirm_transactions: Failed to update unconfirmed withdrawals.
    [01-Sep-2018 12:16:18 UTC] WordPress database error Table ‘checstfb_wp160.wpdp_wallets_txs’ doesn’t exist for query SHOW FULL COLUMNS FROM wpdp_wallets_txs made by do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, Dashed_Slug_Wallets_Confirmations->cron, Dashed_Slug_Wallets_Confirmations->confirm_transactions
    [01-Sep-2018 12:16:18 UTC] confirm_transactions: Failed to update unconfirmed moves between users.
    [01-Sep-2018 12:21:40 UTC] WordPress database error Table ‘checstfb_wp160.wpdp_wallets_txs’ doesn’t exist for query
    UPDATE
    wpdp_wallets_txs
    SET
    status = ‘failed’,
    updated_time = ‘2018-09-01 12:21:40’
    WHERE
    ( blog_id = 1 || 0 ) AND
    status = ‘pending’ AND
    category IN ( ‘withdraw’, ‘move’ ) AND
    retries < 1
    made by do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, Dashed_Slug_Wallets_TXs->cron, Dashed_Slug_Wallets_TXs->fail_transactions
    [01-Sep-2018 12:21:40 UTC] WordPress database error Table ‘checstfb_wp160.wpdp_wallets_txs’ doesn’t exist for query
    LOCK TABLES
    wpdp_wallets_txs WRITE,
    wpdp_options WRITE,
    wpdp_wallets_adds READ,
    wpdp_users READ,
    wpdp_usermeta READ
    made by do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, Dashed_Slug_Wallets_TXs->cron, Dashed_Slug_Wallets_TXs->execute_pending_moves
    [01-Sep-2018 12:21:40 UTC] WordPress database error Table ‘checstfb_wp160.wpdp_wallets_txs’ doesn’t exist for query
    SELECT
    *
    FROM
    wpdp_wallets_txs
    WHERE
    ( blog_id = 1 || 0 ) AND
    category = ‘move’ AND
    status = ‘pending’ AND
    retries > 0 AND
    amount < 0
    ORDER BY
    created_time ASC
    LIMIT
    8
    made by do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, Dashed_Slug_Wallets_TXs->cron, Dashed_Slug_Wallets_TXs->execute_pending_moves
    [01-Sep-2018 12:21:40 UTC] WordPress database error Table ‘checstfb_wp160.wpdp_wallets_txs’ doesn’t exist for query SHOW FULL COLUMNS FROM wpdp_wallets_txs made by do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, Dashed_Slug_Wallets_Confirmations->cron, Dashed_Slug_Wallets_Confirmations->confirm_transactions
    [01-Sep-2018 12:21:40 UTC] confirm_transactions: Failed to update unconfirmed withdrawals.
    [01-Sep-2018 12:21:40 UTC] WordPress database error Table ‘checstfb_wp160.wpdp_wallets_txs’ doesn’t exist for query SHOW FULL COLUMNS FROM wpdp_wallets_txs made by do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, Dashed_Slug_Wallets_Confirmations->cron, Dashed_Slug_Wallets_Confirmations->confirm_transactions
    [01-Sep-2018 12:21:40 UTC] confirm_transactions: Failed to update unconfirmed moves between users.
    [01-Sep-2018 12:53:14 UTC] WordPress database error Table ‘checstfb_wp160.wpdp_wallets_txs’ doesn’t exist for query
    UPDATE
    wpdp_wallets_txs
    SET
    status = ‘failed’,
    updated_time = ‘2018-09-01 12:53:14’
    WHERE
    ( blog_id = 1 || 0 ) AND
    status = ‘pending’ AND
    category IN ( ‘withdraw’, ‘move’ ) AND
    retries < 1
    made by do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, Dashed_Slug_Wallets_TXs->cron, Dashed_Slug_Wallets_TXs->fail_transactions
    [01-Sep-2018 12:53:14 UTC] WordPress database error Table ‘checstfb_wp160.wpdp_wallets_txs’ doesn’t exist for query
    LOCK TABLES
    wpdp_wallets_txs WRITE,
    wpdp_options WRITE,
    wpdp_wallets_adds READ,
    wpdp_users READ,
    wpdp_usermeta READ
    made by do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, Dashed_Slug_Wallets_TXs->cron, Dashed_Slug_Wallets_TXs->execute_pending_moves
    [01-Sep-2018 12:53:14 UTC] WordPress database error Table ‘checstfb_wp160.wpdp_wallets_txs’ doesn’t exist for query
    SELECT
    *
    FROM
    wpdp_wallets_txs
    WHERE
    ( blog_id = 1 || 0 ) AND
    category = ‘move’ AND
    status = ‘pending’ AND
    retries > 0 AND
    amount < 0
    ORDER BY
    created_time ASC
    LIMIT
    8
    made by do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, Dashed_Slug_Wallets_TXs->cron, Dashed_Slug_Wallets_TXs->execute_pending_moves
    [01-Sep-2018 12:53:14 UTC] WordPress database error Table ‘checstfb_wp160.wpdp_wallets_txs’ doesn’t exist for query SHOW FULL COLUMNS FROM wpdp_wallets_txs made by do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, Dashed_Slug_Wallets_Confirmations->cron, Dashed_Slug_Wallets_Confirmations->confirm_transactions
    [01-Sep-2018 12:53:14 UTC] confirm_transactions: Failed to update unconfirmed withdrawals.
    [01-Sep-2018 12:53:14 UTC] WordPress database error Table ‘checstfb_wp160.wpdp_wallets_txs’ doesn’t exist for query SHOW FULL COLUMNS FROM wpdp_wallets_txs made by do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, Dashed_Slug_Wallets_Confirmations->cron, Dashed_Slug_Wallets_Confirmations->confirm_transactions
    [01-Sep-2018 12:53:14 UTC] confirm_transactions: Failed to update unconfirmed moves between users.

    Thread Starter rehlers

    (@rehlers)

    Hello:

    Q1:
    New installation
    Q2:
    + Options
    VERSION()
    10.1.31-MariaDB-cll-lve
    Q3:
    [30-Aug-2018 21:12:57 UTC] WordPress database error Table ‘checstfb_wp186.wpeb_wallets_txs’ doesn’t exist for query
    UPDATE
    wpeb_wallets_txs
    SET
    status = ‘failed’,
    updated_time = ‘2018-08-30 21:12:57’
    WHERE
    ( blog_id = 1 || 0 ) AND
    status = ‘pending’ AND
    category IN ( ‘withdraw’, ‘move’ ) AND
    retries < 1
    made by do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, Dashed_Slug_Wallets_TXs->cron, Dashed_Slug_Wallets_TXs->fail_transactions
    [30-Aug-2018 21:12:57 UTC] WordPress database error Table ‘checstfb_wp186.wpeb_wallets_txs’ doesn’t exist for query
    LOCK TABLES
    wpeb_wallets_txs WRITE,
    wpeb_options WRITE,
    wpeb_wallets_adds READ,
    wpeb_users READ,
    wpeb_usermeta READ
    made by do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, Dashed_Slug_Wallets_TXs->cron, Dashed_Slug_Wallets_TXs->execute_pending_moves
    [30-Aug-2018 21:12:57 UTC] WordPress database error Table ‘checstfb_wp186.wpeb_wallets_txs’ doesn’t exist for query
    SELECT
    *
    FROM
    wpeb_wallets_txs
    WHERE
    ( blog_id = 1 || 0 ) AND
    category = ‘move’ AND
    status = ‘pending’ AND
    retries > 0 AND
    amount < 0
    ORDER BY
    created_time ASC
    LIMIT
    8
    made by do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, Dashed_Slug_Wallets_TXs->cron, Dashed_Slug_Wallets_TXs->execute_pending_moves
    [30-Aug-2018 21:12:57 UTC] WordPress database error Table ‘checstfb_wp186.wpeb_wallets_txs’ doesn’t exist for query SHOW FULL COLUMNS FROM wpeb_wallets_txs made by do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, Dashed_Slug_Wallets_Confirmations->cron, Dashed_Slug_Wallets_Confirmations->confirm_transactions
    [30-Aug-2018 21:12:57 UTC] confirm_transactions: Failed to update unconfirmed withdrawals.
    [30-Aug-2018 21:12:57 UTC] WordPress database error Table ‘checstfb_wp186.wpeb_wallets_txs’ doesn’t exist for query SHOW FULL COLUMNS FROM wpeb_wallets_txs made by do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, Dashed_Slug_Wallets_Confirmations->cron, Dashed_Slug_Wallets_Confirmations->confirm_transactions
    [30-Aug-2018 21:12:57 UTC] confirm_transactions: Failed to update unconfirmed moves between users.
    [30-Aug-2018 21:17:54 UTC] WordPress database error Table ‘checstfb_wp186.wpeb_wallets_txs’ doesn’t exist for query

    Rgds,

    Ralph

    Thread Starter rehlers

    (@rehlers)

    Can anybody give me a fix or point me in the right direction?

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