Quote:
Originally Posted by TheLordACS
Hello,
I searched in entire topic but i can't found a fix for this:
"[ PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; vB_HumanVerify_New_Recaptcha has a deprecated constructor in includes/class_humanverify_new_recaptcha.php on line 8
"
How can if ix this error?
|
See
https://vborg.vbsupport.ru/showpost....&postcount=217
EDIT FILE /includes/class_humanverify_new_recaptcha.php
On line 14 REPLACE
Code:
parent::vB_HumanVerify_Abstract($registry);
with
Code:
parent::__construct($registry);