Running VB 3.8.11 and after making the change talked about in post 26, copied here from the VB 4.x version of this mod, working fine:
Quote:
Originally Posted by Domenico
On line 14 replace:
Code:
parent::vB_HumanVerify_Abstract($registry);
with:
Code:
parent::__construct($registry);
That's it. 
|
Note- Line 14 to be edited is in the file to be uploaded /includes/class_humanverify_new_recaptcha.php.