vBulletin 4.2.5
Edits for PHP 7.x applied
Just had a message from a forum member who forgot his password. He said that
Quote:
the forgot password and contact us links give this error message:
Code:
"Call to undefined method vB_HumanVerify_Abstract::vB_HumanVerify_Abstract() on line 14 in /home/psychlin/public_html/forum/includes/class_humanverify_new_recaptcha.php
#0 /path/to/forum/includes/class_humanverify.php(61): vB_HumanVerify_New_Recaptcha->vB_HumanVerify_New_Recaptcha(Object(vB_Registry))
#1 //path/to/forum/login.php(197): vB_HumanVerify::fetch_library(Object(vB_Registry))
#2 {main}"
|
Any suggestions? Testing the connection via the ACP checks out fine and I am using the correct reCaptcha V2 keys.