vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Anti-Spam Options - reCAPTCHA v2 Human Verification (https://vborg.vbsupport.ru/showthread.php?t=315960)

MarkFL 10-24-2017 02:51 AM

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? :)

djbaxter 10-24-2017 02:56 AM

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.

djbaxter 10-24-2017 03:01 AM

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.

twitch 10-24-2017 12:20 PM

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?

franzes80 10-24-2017 04:53 PM

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 :)

Flipfloptrader 10-27-2017 11:28 AM

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.

CharlieDelta 12-21-2017 03:49 PM

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
Any thoughts on how to rectify?

CharlieDelta 12-21-2017 03:50 PM

Oops. Nevermind I just noticed a fix above.
Will try that.

w11cekd 12-29-2017 08:21 AM

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
#0 /var/www/vbforum/includes/class_humanverify.php(61): vB_HumanVerify_New_Recaptcha->vB_HumanVerify_New_Recaptcha(Object(vB_Registry))
#1 /var/www/vbforum/register.php(1244): vB_HumanVerify::fetch_library(Object(vB_Registry))
#2 {main}


djbaxter 12-29-2017 02:48 PM

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
  • Page Generation 0.01511 seconds
  • Memory Usage 1,732KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete