![]() |
At the risk of sounding like I am asking you if the appliance that doesn't work is plugged in, are you sure this edit exists in the copy on your server? :)
|
It does. I just tried to reproduce it by logging out and using the Contact Us form. I don't get that error.
Going to test the forgot password form now. |
It works fine for me. I don't know how he got those errors but I can't reproduce them. Very odd.
To be fair, I did re-upload class_humanverify_new_recaptcha.php before testing. It's possible the version on the server was corrupted or contained an error. In any case, I can confirm that it's working fine now. |
Looks like it is working good with the fix for line 14. Is it possible to force reCAPTCHA and question/answer at the same time?
|
1 Attachment(s)
Updated with fix of line 14. To work well you have to uninstall the old version and put that new.works on vbulletin 4.2.5 :)
|
Hi all,
I was wondering if anyone found the fix to the deprecated error on line 8? My error log is just full of the same line and would be nice to get rid of it. Using 4.2.5 and PHP 7.1. |
I am receiving this error when I try to test registration on my forum.
Code:
Fatal User Error: Call to undefined method vB_HumanVerify_Abstract::vB_HumanVerify_Abstract() on line 14 in ..../includes/class_humanverify_new_recaptcha.php in ..../vb/vb.php on line 286 |
Oops. Nevermind I just noticed a fix above.
Will try that. |
I get this error when i register.
Code:
Call to undefined method vB_HumanVerify_Abstract::vB_HumanVerify_Abstract() on line 14 in /var/www/vbforum/includes/class_humanverify_new_recaptcha.php |
Fix already posted at https://vborg.vbsupport.ru/showpost....&postcount=217 and https://vborg.vbsupport.ru/showpost.php?p=2586632
EDIT /includes/class_humanverify_new_recaptcha.php On line 14, FIND: Code:
parent::vB_HumanVerify_Abstract($registry); REPLACE with: Code:
parent::__construct($registry); |
All times are GMT. The time now is 03:19 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|