Quote:
Originally Posted by rory2000
HI...
On vb 4.2.5 Beta 1 the mod does not work and throws this error:
Fatal error: Call to undefined method vB_HumanVerify_Abstract::vB_HumanVerify_Abstract() in /home/volkswag/public_html/includes/class_humanverify_new_recaptcha.php on line 14
do we have an update to fix this please ??
Thanks in advance for a great MOD.
|
On line 14 replace:
Code:
parent::vB_HumanVerify_Abstract($registry);
with:
Code:
parent::__construct($registry);
That's it.