Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’ve found the problem here … line number 721 in wp-content/plugins/register-plus is breaking at the include of recapthcalib.php. The very last part of that page when I view source is

    … name=”regplus_reCAP_public_key” id=”public_key” value=”” /> <a href=”

    and it abruptly ends. Not sure why, but I just took the php code out of there and made it a dummy link and all the options show up.

    Here is the broken line (721) …

    <label for="public_key"><?php _e('reCAPTCHA Public Key:','regplus');?></label> <input type="text" style="width:500px;" name="regplus_reCAP_public_key" id="public_key" value="<?php echo $regplus['reCAP_public_key'];?>" /> <a href="<?php require_once ("recaptchalib.php"); echo rp_recaptcha_get_signup_url('skullbit.com','register_plus');?>" target="_blank"><?php _e('Sign up &raquo;','regplus');?></a><br />

    I am having this problem also. Does anyone have any idea why this happens?

    BTW, I found this other topic which is basically the same issue I am faced with…
    http://ww.wp.xz.cn/support/topic/191538?replies=1

    I am having the same sort of problem and more. I have a custom themed WP site which I downloaded with multiple plugins and one of them is Register Plus. My Register Plus settings is not showing ALL customizable values that is supposed to be included like custom registration fields and disclaimer. Also when I try to enable fields and click on Save, it is not saving. Per my reading of posting, I deactivated all of my other plug-ins, deleted and deployed Register Plus , made sure the chown and chmoded correctly but still the same problem.

    In addition, I created a “sand-box” type of WP and have only Register plus as the only plug in but still have the same problem.

    The only configurable fields showing up in my REgister setting page are:
    Password, Custom Logo, Email Verification, Admin Verification, Invitation COde and CAPTCHA.
    None of them are working when enabled due to maybe the values are not being saved.
    Please somebody help me..I am lost what else to do and I have read each individual posting related to this. I really really really appreciate it. THe site is scheduled for release this Monday and I need to get this working.

Viewing 4 replies - 1 through 4 (of 4 total)