Quote:
Originally Posted by WalkingWaldo2
Having issues with this MOD after upgrade to vb 4.2.5. register.php does not load if thsi eature is eanbled in Human Verification Actions setting.
Uncheck "register" box and register.php loads.
|
The fix has already been posted above.
See
https://vborg.vbsupport.ru/showpost....&postcount=217 and
https://vborg.vbsupport.ru/showpost.php?p=2586632
EDIT FILE /includes/class_humanverify_new_recaptcha.php
On line 14 replace:
Code:
parent::vB_HumanVerify_Abstract($registry);
with:
Code:
parent::__construct($registry);