So after a while I was looking at my site's error logs and found LOTS and LOTS of these:
[2014-10-22 23:50:30 -0300] web1 php[php_error] : [23-Oct-2014 02:50:30 UTC] Erro de banco de dados do WordPress Table 'site.wp_itsec_lockouts' doesn't exist para a consulta SELECT
lockout_hostFROM
wp_itsec_lockoutsWHERE
lockout_active=1 AND
lockout_expire_gmt> '2014-10-23 02:50:29' AND
lockout_host`='187.112.16.229'; feita por require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, ITSEC_Lockout->check_lockout, W3_Db->query, W3_DbCache->
[2014-10-22 23:50:30 -0300] web1 php[php_error] : [23-Oct-2014 02:50:30 UTC] Erro de banco de dados do WordPress Table 'site.wp_itsec_lockouts' doesn't exist para a consulta SELECT lockout_host
FROM wp_itsec_lockouts
WHERE lockout_active
=1 AND lockout_expire_gmt
> '2014-10-23 02:50:29' AND lockout_host
='73.186.165.60'; feita por require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, ITSEC_Lockout->check_lockout, W3_Db->query, W3_DbCache->q`
I came back to this topic, but it's now closed:
https://wordpress.org/support/topic/itsec-tables-not-created
I'm running the plugin's latest version and don't know what to do.
Is there any way I can manually create that table? Would that fix this issue?
Thanks a lot in advance.