<?php osc_run_hook('user_login_form'); ?><?php osc_show_recaptcha('login'); ?>
You should see these 2 lines of code in your user-login.php, if not add it.Code: [Select]<?php osc_run_hook('user_login_form'); ?><?php osc_show_recaptcha('login'); ?>
<div class="user-reg-hook"><?php osc_run_hook('user_login_form'); ?></div> <div class="row fr"> </div> <?php zet_show_recaptcha('login'); ?>
If it's just sometimes, it's probably related to your network or communication between client and google server.
You will need to go to plugin code and debug what's going on and why this message is shown.... no other way