dashed-slug.net › Forums › Full Node Multi Coin Adapter extension support › receive address not displayed
Tagged: deposit, frontend, installation, shortcode, UI
- This topic has 18 replies, 2 voices, and was last updated 7 years, 2 months ago by alexg. 
- 
		AuthorPosts
- 
		
			
				
July 27, 2018 at 9:46 pm #3936pumpernickel MemberJuly 30, 2018 at 7:34 am #3948alexg KeymasterHello, 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 regardsAugust 6, 2018 at 10:52 pm #3994pumpernickel MemberHi, 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 NULLPerhaps 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/nullAs 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 August 7, 2018 at 7:51 am #3999alexg KeymasterHello, 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 
- 
		AuthorPosts
- You must be logged in to reply to this topic.

