dashed-slug.net
Forum Replies Created
-
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Withdrawal errorHello again,
In version
3.8.0of Bitcoin and Altcoin Wallets, you should be able to see a more meaningful error message when a withdrawal fails.Please let me know what the error was if you like.
with regards
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] QR AddressHello,
The
[wallets_deposit]shortcode takes an optionalqrsizeargument. Please see here. The same argument is available when you use the widget form of the deposit UI.with regards
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Withdrawal errorIn the upcoming patch which will be out in a few days you will be able to know what the error was. In the mean time, if you want to do something, you can go through the installation instructions for the CoinPayments adapter and make sure that you have set up correctly all the permissions.
This is the best Bitcoin adapter at the moment if you are not able to set up your own full node. Instructions for setting up a full node are here.
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Withdrawal errorOn CoinPayments the minimal withdrawal amount for BTC is 80k Satoshi.
This is probably why your withdrawals fail.
Once one withdrawal fails for this reason, the plugin will now remember this limit, and the withdraw UI will now warn you if your withdrawal is too small.
In the future I will make sure that these errors are reflected in the emails.
thanks
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Sorry, you are not allowed to access this page.Great to hear that you resolved the issue! A faulty .htaccess file can cause problems that are not immediately apparent.
If you encounter any more difficulties with the plugin, please open a new thread.
with regards
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Sorry, you are not allowed to access this page.OK, this might be a clue.
1. It could be a more generic problem. It’s worth checking your file ownership/permissions, and also the debug log. See here for an explanation: https://www.hostinger.com/tutorials/fix-sorry-you-are-not-allowed-to-access-this-page-wordpress
2. Normally the plugin assigns
manage_walletsto users withmanage_options. This is typically administrators. Does your user havemanage_options?3. It could be that a stale wpnonce from your other installation is causing this. Nonces are refreshed every 12 hours.
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Sorry, you are not allowed to access this page.Are you on a multisite install?
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Withdrawal errorHello,
Thank you, you bring a valid point. The email only displays errors arising due to DB errors, not wallet errors. I will have to address this in the next patch.
Having said this, the problem is possibly that 50k Satoshi is too small an amount for your wallet’s fee settings. If you are using a Bitcoin full node, one way to look at this would be to check the wallet log for errors. This would be in
~/.bitcoin/debug.log.Which coin adapter are you using?
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Sorry, you are not allowed to access this page.OK, thank you. This is not a problem I have encountered before.
To be clear:
1. You verified that you have the
manage_walletscapability, but you still do not see the Wallets menu in the admin screens?2. Do the rest of the WordPress admin screens work OK?
3. Does the problem persist when you deactivate your other plugins?
4. Have you tried uninstalling the plugin and re-installing?
Please let me know. Thank you.
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Sorry, you are not allowed to access this page.Hello,
The capabilities menu is only available to users who have the
manage_walletscapability.Normally, if you are logged in as an Administrator, you should not be able to alter the capability of yourself. This is to prevent this exact problem. However, depending on the way your site is configured, it is possible that you have removed this capability from yourself.
The solution is to use any plugin that edits roles and capabilities to add the required capability to your user. Simply add
manage_walletsand the menu should reappear.Please let me know if this solved your problem.
with regards
AlexForum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] UI not displaying after installationIt is not obvious that this is how you should fix these problems.
The Elementor plugin works just with the Wallets plugin. The problem is specific to your site. Start by experimenting with a new blank page and simply add the shortcodes with nothing else. This should help you debug the issue.
Your membership plugin is OK, but you need to configure it so that when you are logged in, it shows the shortcodes, and not the content that non-logged in users should see.
Hope this is a bit clearer.
with regards
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] UI not displaying after installationThank you.
When I log in I see the JSON data successfully on the API. You must have tried it with a logged out account.
First of all Elementor is causing a JavaScript error on the wallets page, I’m not sure why.
TypeError: Argument 1 of Window.getComputedStyle is not an object.frontend.min.js:2:4259Secondly, after logging in, when I visit your wallets page it appears as if I am not logged in. This looks like a problem with your membership plugin most likely. The shortcodes are not rendered at all for this reason.
You should focus on resolving these issues first. The JSON API seems functional which means that you have set up your coin adapters correctly.
Please let me know if you face any more problems after resolving the above issues.
with regards
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] UI not displaying after installationOK thank you.
It seems there are no JS errors.
While you are logged in, what do you see when you follow this link?
http://atinvestmentgroups.com/?__wallets_apiversion=3&__wallets_action=get_coins_info
If you like I can login to your site and have a look if you email me some credentials. You can find my email at https://www.dashed-slug.net/contact/
P.S. Also, please note that for production you should enable SSL on your site. There is a warning about this in the plugin.
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] UI not displaying after installationHello,
It seems like you have already checked the troubleshooting section in the manual because you have checked for most of the requirements.
Have you also checked your frontend for JavaScript errors? If there are any, you will need to resolve them. Check the console and if you find any errors let me know please. These could be caused by some other plugin, your theme, or any custom code.
with regards
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Error after activationI filtered the logs you pasted above and there is no error here caused by the wallets plugin.
However, the description you gave of the plugin slowing down and timing out is exactly what happens if the built in Bitcoin full node wallet is blocked by some firewall.
At this point the only thing I can recommend would be to delete the following WordPress option manually:
wallets-bitcoin-core-node-settings-general-enabledWith wp-cli you can do it with:
wp-cli option delete wallets-bitcoin-core-node-settings-general-enabledOr from your MySQL console you can do it with:
DELETE FROM wp_options WHERE option_name = 'wallets-bitcoin-core-node-settings-general-enabled';This will disable the build in adapter and therefore the plugin should function normally when activated again.
Please let me know if this works.
with regards