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)

popup 04-19-2022 01:28 PM

Quote:

Originally Posted by jetkai (Post 2597181)
If anyone is having issues with PHP 7+ / vb 4.2.5 with the following error Call to undefined method vB_HumanVerify_Abstract::vB_HumanVerify_Abstract() on line 14


You'll need to replace the following in class_humanverify_new_recaptcha.php:
Code:

        function vB_HumanVerify_New_Recaptcha(&$registry)
        {
                parent::vB_HumanVerify_Abstract($registry);
        }

with
Code:

        function vB_HumanVerify_New_Recaptcha(&$registry)
        {

                parent::__construct($registry);
        }

not sure if there are any more issues aside from this, but registering works now on my forum.

I'm using VB 4.2.5 on PHP 7.0. This trick solved my problem. Thanks!

MentorBR 05-10-2022 08:15 PM

Can anyone explain why when I install the plugin it only installs on the mobile theme?

meschiash 05-17-2023 12:29 PM

From one week I have a problem with this add-on. In reply I have info:
Quote:

reCAPTCHA could not be verified due to server issues. Please try again later.
.
Any solution's?

oldfan 05-18-2023 11:24 PM

isnt this built into 4.2.5?

wolfe 10-22-2023 01:14 PM

seems to clash with this https://vborg.vbsupport.ru/showthread.php?t=297834


getting this reCAPTCHA could not be verified due to server issues. Please try again later. on people requesting new passwords.

mainframe 11-10-2023 08:19 AM

This mod stopped working around 21 Oktober. Also getting the error that recaptcha cannot be verified due to server error. The test feature in the admin panel works fine.


All times are GMT. The time now is 06:18 PM.

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.03202 seconds
  • Memory Usage 1,724KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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