The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once



UserSpice
Please check the reCaptcha - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26)
+--- Thread: Please check the reCaptcha (/showthread.php?tid=1141)



Please check the reCaptcha - eforbes - 09-12-2018

I am continuously receiving the " Please check the reCaptcha" message on my login and registration page.  I cannot find where to check the reCaptcha.  I am using the Invisible reCAPTCHA site type and i have updated the keys in US4.3 and yes, i have checked to make sure the keys are correct.


RE: Please check the reCaptcha - Brandin - 09-12-2018

Hi there,

Please use the below Patch:
http://userspice.com/patch/us43_recap_patch.zip

Thank you,
Brandin.


RE: Please check the reCaptcha - eforbes - 09-12-2018

My join.php and login.php is in the usersc folder.  So should i apply the patch to that folder?


RE: Please check the reCaptcha - Brandin - 09-12-2018

Apply it to the users folder and then replace your usersc files of join and login.


RE: Please check the reCaptcha - eforbes - 09-12-2018

I replaced the join and login pages in usersc but when i try to access the login page, i get a 500 Internal Server Error. I tried the join and got "reCaptcha check failed, please contact the Administrator".


RE: Please check the reCaptcha - Brandin - 09-12-2018

Enable Error Reporting so we can find out what the 500 Error is from:
https://www.inmotionhosting.com/support/website/php-troubleshooting/troubleshoot-php-errors


RE: Please check the reCaptcha - eforbes - 09-12-2018

(09-12-2018, 05:07 PM)Brandin Wrote: Enable Error Reporting so we can find out what the 500 Error is from:
https://www.inmotionhosting.com/support/website/php-troubleshooting/troubleshoot-php-errors

The requested URL /login.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


RE: Please check the reCaptcha - eforbes - 09-13-2018

(09-12-2018, 09:35 PM)eforbes Wrote:
(09-12-2018, 05:07 PM)Brandin Wrote: Enable Error Reporting so we can find out what the 500 Error is from:
https://www.inmotionhosting.com/support/website/php-troubleshooting/troubleshoot-php-errors

The requested URL /login.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Warning: require_once(/public_html/sitedev/users/includes/template/prep.php): failed to open stream: No such file or directory in /home/denisher/public_html/sitedev/users/login.php on line 24

Fatal error: require_once(): Failed opening required '/public_html/sitedev/users/includes/template/prep.php' (include_path='.:/opt/cpanel/ea-php56/root/usr/share/pear') in /public_html/sitedev/users/login.php on line 24

Prep.php is not in the directory.  Did i miss any upgrade before using the one you sent?


RE: Please check the reCaptcha - Brandin - 09-13-2018

Sorry about that, I forgot we did some changes to the headers. Please revert to the old files from the latest 4.3 install. I will try to get a solution for you soon.


RE: Please check the reCaptcha - eforbes - 09-13-2018

(09-13-2018, 01:51 AM)Brandin Wrote: Sorry about that, I forgot we did some changes to the headers. Please revert to the old files from the latest 4.3 install. I will try to get a solution for you soon.

Ok will do.  I am able to register but the login is my only problem.