It seems that it works if $args is an array…
Thanks anyway!
In the Audit Log Viewer, we are getting several rows logging failed logins, but we have unchecked “Login Failed”, at Enable/Disable Alerts > Other User Activity. Is this a known issue?
Cheers,
Hi!
Thanks for the reply.
Ok. GetDbType() method (Query.php:74), is returning ‘unknown’.
We’ve logged the $wpdb object, and it doesn´t have the property is_mysql in our live environment.
We forced GetDbType() to return ‘mysql’, and it worked. We are a bit concerned, because since we are hacking the core, we have to manually do this fix each time we perform a plugin update 🙁
Regards