dashed-slug.net › Forums › General discussion › Cannot enter fixer.io API key due to form validation › Reply To: Cannot enter fixer.io API key due to form validation
Hello,
I have also deleted the form validation in version 6.0.0-RC2
. Thanks for the feedback, I’m really interested in your first impressions, and pitfalls.
You mentioned that nothing happened after 5 hours. Normally, there should be fiat currencies being created.
1. Go to Currencies. Are there any fiat currencies there?
2. Were you using your site at all during those 5 hours? If your site doesn’t get traffic, the cron jobs won’t run. Ideally you should be triggering cron externally, as explained in Settings → Bitcoin and Altcoin Wallets → Cron tasks.
3. Ultimately the way to know what happened is to look at the logs. Can you enable verbose logging? This is in: Settings → Bitcoin and Altcoin Wallets → Verbose logging. This requires editing wp-config, as explained on-screen. Add define( 'WP_DEBUG', true );
and define( 'WP_DEBUG_LOG', true );
to your wp-config.php
, then enable verbose logging and check the logfile.
If you collect the logs from a single cron run, it will be obvious what is going on.
Again thank you very much for testing. Let me know what the logs say.