Clients cant register captcha doesnt match ever

This topic has 26 replies, 3 voices, and was last updated 10 years, 6 months ago ago by Eva Kemp

  • Avatar: xdigital
    xdigital
    Participant
    May 19, 2015 at 23:46

    When a user trieds to register after filling all the form data and inputting the captcha code there is a error code that says Security Code doenst match no one can register I know the captcha code is correct

    Please, contact administrator
    for this information.
    25 Answers
    Avatar: Eva
    Eva Kemp
    Participant
    May 20, 2015 at 09:24

    Hello,

    The problem may be caused by old plugins versions you use. There may be some conflict because of them. So please update the required plugins https://www.8theme.com/download-plugins/ .

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: xdigital
    xdigital
    Participant
    May 20, 2015 at 16:54

    Thank you but I have updated all plugins I have even disable all pluings and the error is there no one can register because of captcha

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 20, 2015 at 17:01

    Hello,

    I’ve just checked register form and it’s working perfect. Please see screenshot: http://prntscr.com/77dzcx

    Regards,
    Robert Hall.

    Avatar: xdigital
    xdigital
    Participant
    May 20, 2015 at 18:37

    Thanks Robert I have clear my cache and if try from the top menu the captcha image wont load and if i GO TO the registration page I can see the captcha but the code is not validated

    Avatar: xdigital
    xdigital
    Participant
    May 20, 2015 at 18:39
    Avatar: xdigital
    xdigital
    Participant
    May 20, 2015 at 18:41
    Avatar: xdigital
    xdigital
    Participant
    May 20, 2015 at 18:43
    Avatar: Robert Hall
    Robert Hall
    Participant
    May 20, 2015 at 19:08

    Hello,

    Please make backup your site and we’ll try to reupdate theme for you.

    Regards,
    Robert Hall.

    Avatar: xdigital
    xdigital
    Participant
    May 20, 2015 at 23:48

    Thank you I have the backup so please proceed

    Avatar: Eva
    Eva Kemp
    Participant
    May 21, 2015 at 09:31

    Hello,

    We can’t connect to FTP getting the following error:
    Response: 421 50 users (the maximum) are already logged in, sorry
    Error: Could not connect to server

    Please give us access to FTP.

    Regards,
    Eva Kemp.

    Avatar: xdigital
    xdigital
    Participant
    May 21, 2015 at 14:05

    I have connected without any problems I will post the user and password in the private content

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Participant
    May 21, 2015 at 14:53

    Hello,

    Now there is an error on your site:
    http://storage2.static.itmages.com/i/15/0521/h_1432216314_3335021_16f276ec86.png

    Are there any issues on a server where your site is located?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: xdigital
    xdigital
    Participant
    May 21, 2015 at 15:04

    Ok ready please proceed

    Avatar: xdigital
    xdigital
    Participant
    May 22, 2015 at 02:06

    Do you have any news for me its quite bad I cant sell if my customers cant register. I am quite desperate for help. Thanks

    Avatar: Eva
    Eva Kemp
    Participant
    May 22, 2015 at 11:11

    Hello,

    Sorry for a delay.
    The problem is caused by your server limits.
    You need ask your server administrator to set permissions for files to 777:
    http://gyazo.com/6261e300f3e9bce00bc94826245750a2
    After that check registration page.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: xdigital
    xdigital
    Participant
    May 22, 2015 at 15:09

    Thank you, this dint fix the problem, those files are temp files even if I erase them when they get created again they are createad with wrong permisions please I need some light

    Avatar: xdigital
    xdigital
    Participant
    May 22, 2015 at 15:32

    my server administrator say: Hello.

    Thank you for contacting us.

    This is not a Server setting.

    This is the way the script that is writing those files configured.

    Best Regards,
    Tom Alexander
    cPanel@ResellersPanel.com
    ResellersPanel.com

    Avatar: Eva
    Eva Kemp
    Participant
    May 22, 2015 at 17:22

    Hello,

    I’ve created a test file in the directory wp-content/themes/royal/framework/inc/really-simple-captcha/tmp, but the link http://www.zujiss.com/wp-content/themes/royal/framework/inc/really-simple-captcha/tmp/test.php gives 404 error, that the file can’t be found. If you check the directory wp-content/themes/royal/framework/inc/really-simple-captcha/tmp you’ll see the file test.php exists.
    So the problem is with your server configuration.
    Please contact your hosting provider again.
    The issue isn’t related to the script but to the server.

    Thank you for understanding.

    Regards,
    Eva Kemp.

    Avatar: xdigital
    xdigital
    Participant
    May 22, 2015 at 19:49

    this is what my server people are saying

    This is a WordPress based script and it is not possible to access the content in wp-content directory directly using the mentioned URL.

    You or your theme “developer” can create a /tmp directory in your public_html and configure your script to create your files there.

    This way you will be able to access them directly in your browser using http://www.zujiss.com/tmp/yourfile.php this the file you have uploaded http://www.zujiss.com/tmp/test.php

    Avatar: xdigital
    xdigital
    Participant
    May 22, 2015 at 20:11

    you cant access any files thru web browser when they are located in wp-content only wordpress access them
    I NEED HELP

    Avatar: xdigital
    xdigital
    Participant
    May 24, 2015 at 16:04

    Hello please once again I really need to find an answer to this problem.

    Avatar: xdigital
    xdigital
    Participant
    May 24, 2015 at 16:27

    At least tell me how to disable captcha so I can have people register.

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 09:50

    Hello,

    You can disable captcha commenting or deleting the code in wp-content/themes/royal/framework/theme-functions.php (line 1580):

    $captcha_instance = new ReallySimpleCaptcha();
    		
    		if(!$captcha_instance->check( $_REQUEST['captcha-prefix'], $_REQUEST['captcha-word'] )) {
    			$return['status'] = 'error';
    			$return['msg'] = __('The security code you entered did not match. Please try again.', ETHEME_DOMAIN);
    			echo json_encode($return);
    			die();
    		}

    and the line 1409:

    $captcha_instance = new ReallySimpleCaptcha();
    $captcha_instance->bg = array( 204, 168, 97 );
    $word = $captcha_instance->generate_random_word();
    $prefix = mt_rand();
    $img_name = $captcha_instance->generate_image( $prefix, $word );
    $captcha_img = ETHEME_CODE_URL.'/inc/really-simple-captcha/tmp/'.$img_name;

    and line 1436:

    <div class="captcha-block">
    					<img src="<?php echo $captcha_img; ?>">
    					<input type="text" name="captcha-word" class="captcha-input">
    					<input type="hidden" name="captcha-prefix" value="<?php echo $prefix; ?>">
    				</div>

    Regards,
    Eva Kemp.

    Avatar: xdigital
    xdigital
    Participant
    May 25, 2015 at 14:56

    Thank you but would you offer me a solution I have mounted the site in another host and the same problem I have also check that other users report the same issues https://www.8theme.com/topic/remove-captcha-from-registration-page/ so this is an old problem.
    I have disable captcha but its an important featured and I would like your great theme to work 100%.
    Waitting for a permanent solution, Thanks

    Avatar: Eva
    Eva Kemp
    Participant
    May 25, 2015 at 16:09

    Hello,

    As a solution you can try to remove our Register page and use default Woocommerce registration form on My Account page. To enable it go to Woocommerce > Settings > Accounts tab > Registration Options > tick “Enable registration on the “My Account” page” and try to use one of the plugins https://wordpress.org/plugins/easy-captcha/ or https://wordpress.org/plugins/no-captcha-recaptcha-for-woocommerce/screenshots/

    Regards,
    Eva Kemp.

  • Viewing 26 results - 1 through 26 (of 26 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.