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!

Reply To: Cannot enter fixer.io API key due to form validation

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

#12058
alexg
Keymaster

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 SettingsBitcoin and Altcoin WalletsCron tasks.

3. Ultimately the way to know what happened is to look at the logs. Can you enable verbose logging? This is in: SettingsBitcoin and Altcoin WalletsVerbose 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.