I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

receive address not displayed

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #3936
    pumpernickel
    Member

    Hi,
    I am still having difficulty with getting it to load.

    test

    Anything else it could be?

    Thanks

    #3948
    alexg
    Keymaster

    Hello,

    I logged in and had another look. You currently don’t have any frontend errors, and only the issue with addresses not being assigned remains.

    1. Could you please hit this into your SQL console? DESCRIBE wp_wallets_adds; I would like to verify that your schema was indeed upgraded.

    2. Addresses not being assigned could be due to a number of reasons. Could you please enable WordPress debugging and check your logs for errors? See #2 here.

    Thank you
    kind regards

    #3994
    pumpernickel
    Member

    Hi,

    Im getting

    Full Texts Field Type Null Key Default Extra
    Edit Delete id int(10) unsigned NO PRI NULL auto_increment
    Edit Delete blog_id bigint(20) NO 1
    Edit Delete account bigint(20) unsigned NO MUL NULL
    Edit Delete symbol varchar(8) NO NULL
    Edit Delete address varchar(255) NO MUL NULL
    Edit Delete extra varchar(255) NO
    Edit Delete created_time datetime NO NULL
    Edit Delete status enum(‘old’,’current’) NO NULL

    Perhaps my URIs are off?

    walletnotify=curl -s http://www.scoobycoin.com/wallets/api2/notify/SCOOBY/wallet/%s >/dev/null
    blocknotify=curl -s http://www.scoobycoin.com/wallets/api2/notify/SCOOBY/block/%s >/dev/null

    As there isn’t a folder called wallets in the main directory? Where else would the api2 directory be located with a default installation?

    Also I am not sure how to enable wordpress debugging.

    Thanks

    #3999
    alexg
    Keymaster

    Hello,

    Your DB schema looks good – it is upgraded to the latest version. The symbol column in particular allows for symbols with a length of 8 characters.

    It might be a good idea to check your debug log for errors as mentioned before. For instructions, please have a look here: https://codex.wordpress.org/Debugging_in_WordPress

    Please let me know if you see any errors written to the logs, especially at the time when you visit https://scoobycoin.com/my-account/?__wallets_apiversion=2&__wallets_action=get_coins_info

    kind regards

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.