do_update_event() cron hook fails
-
The latest version of this extension seems to now use cron which is pretty cool. The thing is cron appears to work on my server, I tested if I can reach cryptocompare from a shell on the webserver, but the table in the MySQL database for rates monero_gateway_live_rates() puts nothing in the database for some reason. This has broke my customers site which is kind of sad really, and it needs to be fixed.
I noticed there is no $wpdb->commit() after the INSERT query but adding it hasn’t done a damn thing. Please fix this, I can’t figure out what is wrong. I am only a novice PHP programmer with limited experience. At present the extension is clearly broken…
SELECT * FROM
wp_monero_gateway_live_rates
MySQL returned an empty result set (i.e. zero rows). (Query took 0.0005 seconds.)The cron hook is there but this function do_update_event() is plainly broken when it comes to updating the exchange rates.
- The topic ‘do_update_event() cron hook fails’ is closed to new replies.