Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 01-10-2015, 06:52 PM
Snowhog's Avatar
Snowhog Snowhog is offline
 
Join Date: Oct 2011
Location: Andover, MN
Posts: 423
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default reCaptcha problem

Running vBulleting 4.2.3 Beta 3
Running Ubuntu 14.04.1 LTS (GNU/Linux 3.16.7-x86_64-linode49 x86_64)
Running PHP Version 5.5.9-1ubuntu4.5
Running Apache/2.4.7 (Ubuntu)

We have been using reCaptcha Image Verification for several years without any issues. But now image verification is failing, returning this message to registrants:

"Image verification could not be verified due to server issues. Please try again later."

I tried myself, and I get the same message, and I did type in the numbers correctly.

Is this an issue with reCaptch and PHP 5.5, or truly an issue on reCaptcha's server? For now, I've disabled reCaptcha on our forum (we use ZB Block, so I'm not really concerned).
Reply With Quote
  #2  
Old 01-10-2015, 07:05 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

And you didn't change anything? I just tried it and it seems to work for me, so maybe it's just a temporary thing.
Reply With Quote
  #3  
Old 01-10-2015, 07:10 PM
Dave Dave is offline
 
Join Date: May 2010
Posts: 2,583
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

reCaptcha works fine here as well. Maybe your server or host blocked reCaptcha's server?
Reply With Quote
  #4  
Old 01-10-2015, 07:37 PM
Snowhog's Avatar
Snowhog Snowhog is offline
 
Join Date: Oct 2011
Location: Andover, MN
Posts: 423
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was notified today that this issue had been reported. Prior to today, we had no issues (that I am aware of). The last member to have registered, did so on 12-26-2014. I'll have to check with one of my other Admin's to see what changes were made after that date.

On December 27, 2014 we migrated our server, upgrading to Ubuntu 10.04 LTS, which uses PHP 5.5.9. We were still using vBulletin 4.2.2 PL2. We experienced the incompatibility between vBulletin 4.2.2 and PHP 5. With help here, we upgraded to vBulletin 4.2.3 Beta 3, which fixed all the PHP errors. Those are the only changes we made. Is it coincidence that we haven't had any new registrations since?
Reply With Quote
  #5  
Old 01-10-2015, 07:48 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't know what method of using recaptcha you were using, but perhaps try Kevin's mod, and see if you still have the same issues, https://vborg.vbsupport.ru/showthread.php?t=315960
Reply With Quote
  #6  
Old 01-10-2015, 08:32 PM
Snowhog's Avatar
Snowhog Snowhog is offline
 
Join Date: Oct 2011
Location: Andover, MN
Posts: 423
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, installed Kenin's mod, and now have the option to use the New reCAPTCHA Verification. But, when I choose that option in Human Verification Options, clicking on our registration link brings up a totally blank page. If I didable Human Verification, the registration page loads just fine. What's up with that? For now -- again -- I've disabled Human Verification.
Reply With Quote
  #7  
Old 01-10-2015, 08:35 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ask him in the mod's thread for issues with it.
Reply With Quote
  #8  
Old 01-10-2015, 08:35 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you remember to upload the file in the upload folder to the includes folder on your server?
Reply With Quote
  #9  
Old 01-10-2015, 09:10 PM
Snowhog's Avatar
Snowhog Snowhog is offline
 
Join Date: Oct 2011
Location: Andover, MN
Posts: 423
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Doh. That was it. But, I shouldn't have had to copy the new .php to the includes folder:
Quote:
Installation:
----------------------------
1) Upload the files in the "upload" folder to your server.

2) Import the product XML file from the Product Manager.

3) If you don't already have keys, go to www.google.com/recaptcha and create keys for your domain. (If you already have
keys you can get them from that page as well).

4) Go to Settings > Human Verification Manager and select "New reCAPTCHA" for the Verification Library.

5) Enter your keys on the options page, and select the light or dark widget as desired (apparently white and black are
the only options at this time). You could select "Audio" to default to audio instead of image for the challenge, but the
widget seems to have a bug in it at the moment so I recommend leaving it set to "image").

6) Do a test registration (or other action that requires hv) to test that your keys are entered correctly and everything is working.
Oh. So,

1) Upload the files in the "upload" folder to your server.

meant to put the .php file into the includes folder. Hmm. I put all the files in the upload folder to the upload folder on our server and then ran the XML file. This is normally what one does, and the XML file takes care of putting things were they need to be. No biggy. Now that the new .php file is in the includes folder, no more blank registration page.
Reply With Quote
  #10  
Old 01-10-2015, 09:25 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Snowhog View Post
Doh. That was it. But, I shouldn't have had to copy the new .php to the includes folder:

Oh. So,

1) Upload the files in the "upload" folder to your server.

meant to put the .php file into the includes folder. Hmm. I put all the files in the upload folder to the upload folder on our server and then ran the XML file. This is normally what one does, and the XML file takes care of putting things were they need to be. No biggy. Now that the new .php file is in the includes folder, no more blank registration page.
I've actually never heard of doing anything other than uploading files to the place they belong on the server, so I don't know how that's done. Can you point me to a mod that works like you described?

In any case, did it solve the verification issue? I believe that the new one connects to a different server (or at least the domain name was different)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:44 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.07667 seconds
  • Memory Usage 2,256KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete