Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'Invalid activation key'

Viewing 25 results - 26 through 50 (of 70 total)
  • Author
    Search Results
  • #186344

    In reply to: Activate your Account

    hkcharlie
    Participant

    Sorry, that is not what you would expect of a user.

    What I did was log out, shut down my browser session, ran CCleaner to clear cache etc then went about registering for my website like a new user would.

    Filled in the registration page, got a message to check my email, so went to my email and clicked the link, this opened another tab which read “Invalid Activation Key”.

    1) You would not expect your new users to close their session before going to their email for the activation key.

    2) On the page that says “Invalid Activation Key” there is a box that says “Please provide valid activation key”. Nowhere on the email that is created does it say “this is your activation key” you need to be a little tech literate and cut it out of the URL that is posted on there as the link.

    I can’t expect new members to be doing either of these.

    How can I change this ?

    #185894
    growingforward
    Participant

    I’m having the exact same problem with new use registration. They get the confirmation email, but when they click on the link it goes back to my home page with the:

    ‘invalid activation key’ message and a box to enter a number.

    Seems like there hasn’t been a resolution to this so far, can anyone help?!

    malathis
    Participant

    Hi,

    I have checked about this issue in the forum. Many questions raised about the “Invalid Activation key” issue, but nobody reply to solve this.

    No one give best solution to solve this problem.

    Please anyone help me to fix this issue,because i have tried with last one week.

    I have another one question below

    After sending the confirmation link to email, if i “Sign In” with created user details it is not connected.It shows “ERROR: Invalid username. Lost your password?”

    So i have used my email id in Forget password field. But is shows “ERROR: There is no user registered with that email address.”

    What is the issue? Please anyone help me to solve.

    Thanks..

    bp-help
    Participant

    @malathis
    You will probably find after clicking the activation email that you can actually log in to the site if you want to try it even though the invalid activation key message is displayed. This issue has been brought up many times on the forums so do a search of how others resolved it.

    #183508
    bummedbride
    Participant

    Hello everyone! I still can not find a resolution to this “invalid activation key” – has anyone had any success? My Buddypress website works fine for most but there are still several of my members that are experiencing this issue?

    Has anyone found any fixes?

    Thanks!

    #181950
    OrlandoDS
    Participant

    Hey,

    I’m had the same problem and resolved the issue;

    Cause of the problem

    Wordpress database error Unknown column ‘signup_id’
    column: signup_id missing from database table wp_signups

    Solution

    create primary key column titled ‘signup_id’ by entering the following sql statement at the mysql prompt:

    ALTER TABLE 'database_name'.'wp_signups' ADD COLUMN 'signup_id' INT NOT NULL AUTO_INCREMENT;

    Problem History

    Error: Invalid Activation key
    Also, manage signups view is empty, but I have attempted to register multiple users

    system

    • LAMPP
    • WordPress Version 3.6.1

    Unsuccessful Resolutions:

    • activate 2012 theme
    • deactivated all plugins
    • deleted + reinstalled buddypress

    Known Database Issues:

    • the field user_activation_key is empty in table wp_users
    • the field activation_key is NOT empty in table wp_signups
    • column signup_id is missing from table wp_signups
    • there is no PK or FK column for table wp_signups

    apache error log

    Found some useful output from apache log file, which is what led my solution:

    [Wed Apr 23 20:58:19 2014] [error] [client xx.xx.xxx.xxx] WordPress database error Unknown column 'signup_id' in 'order clause' for query SELECT * FROM wp_signups WHERE active = 0 AND activation_key = 'xxxxxxxxxxxxxxxxxxxxxxxxxxx' ORDER BY signup_id DESC LIMIT 0, 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), do_action('template_redirect'), call_user_func_array, bp_template_redirect, do_action('bp_template_redirect'), call_user_func_array, bp_screens, do_action('bp_screens'), call_user_func_array, bp_core_screen_activation, bp_core_activate_signup, BP_Signup::get

    To the BP devs, I hope that’s enough to solve the problem at the application code level, instead of the database hack I used. I have a feeling the error might be due to using an old WP version, as the error appears to stem from the core WP files and not the BuddyPress files…

    #181778

    In reply to: 2.1 top features

    simple-man
    Participant

    Fix the following error:

    Invalid Activation Key

    Or

    at least some kind of workaround it

    in the admin section where admin can manually activate the user and send the email that user account has been activated.

    Thank you.

    #180845
    simple-man
    Participant

    @espellcaste I agree that we should not disable it.

    But since it is holding us moving ahead since people can’t use site, so I think at least an option to disable sending the activation email (i.e. bypassing activation) will be good while people are trying to resolve this issue.

    Also it will help let people use the site. Currently people just give up after seeing the “Invalid Activation Key” message and don’t return back to the site.

    Thank for your suggestions. Really appreciated.

    #180826
    justsayno1
    Participant

    I am having this exact issue. I am a developer and I know how to run through the steps mentioned here..

    What I have tried is to find a user that is stuck in not being activated and running putting this on one of my pages:

    <?php                                                                                                        $user = get_userdatabylogin('busaany'); echo $user->ID;                                                                                                    echo get_user_meta( $user->id , 'activation_key', true );
    ?>

    This yeilded an activation key:
    2429b4ee92830f6557b5b5be271b5078defe

    So I tried to plug that into the activation key url as such:

    http://bounty.co.nz/activate-account/?key=2429b4ee92830f6557b5b5be271b5078defe

    This brought me to the invalid key page as mentioned by others… This is a major issue and I am getting all sorts of stress/grief from my client. I am 100% committed to fixing this issue myself if that is what has to be done. But I was hoping that my putting this here could give the buddy press devs some more info on what is going on. This use HAS signed up, this use HAS tried to go to this link and it failed first time.

    I have used a plugin called buddypress pending activations to try and remedy this and trouble shoot it. It allows me to figure out who is being caught and it is a non-trivial amount of users. The user remains in the pending regardless of visiting that link or entering the code into the box on the page…

    Any leads? I will be getting this locally set up and try and debug buddypress as I am certain this is buddypress thing now not a server issue. But if you can get me any help or direction that would be great. If I can fix this I will let you guys know and we can get this resolved in the core.

    Regards,
    Justsayno1

    #180804
    simple-man
    Participant

    @johnjamesjacoby

    Thank you for taking time to answer my question. I know you are very busy with steering ahead BP 2.0.

    Q: Can we have the option to ‘disable’ sending activation email in BP 2.0 ?

    It will be so helpful to just disable sending activation email if the “Invalid Activation Key” problem still persists.

    Thank you again.

    #180625
    simple-man
    Participant

    Thank you for your response @barney92

    Now I am finding that:

    * Sometimes the user is able to login using id/pw selected during account registration even if the activation message (after clicking the link in the email) is : Invalid Activation Key

    AND

    ** Other-times the message is still “Invalid Activation Key” and the user is NOT able to login using username/pw created during account registration.

    What a mess! It is now 2 weeks and can’t figure out what is going on.

    Really need some help here please.

    #180524
    simple-man
    Participant

    Here is now another phenomenon happening:

    1. New user clicks on the account activation email link
    2. The activation page displays error: “Invalid Activation Key”
    3. User can still login using the username and password selected during account registration

    Q: So what is going on here? Does it mean that the account activation email was never needed in the first place?
    Or
    Does it mean that somehow the account is activated even though the the page displays the error “Invalid Activation Key”?

    So how do I fix this issue? Is it possible to disable the activation email?
    Is it possible to chnage the “Invalid Activation Key” message to something like the following:
    —————————————————————————————-
    Now you can login using the username and password you selected during account creation.
    —————————————————————————————-

    Thank you!

    #180357
    simple-man
    Participant

    @mycal2

    It is an unfortunate situation.
    I have rest of the site setup but “Invalid Activation Key” has made me put everything on hold.

    It is now 2nd week that I am struggling with this issue with no end in site.
    What is more surprising is that this is an old known issue and there is no solution for it.

    I appreciate all the help from @henrywright so far.

    I am very desperate to find a solution to this so I can open the registration to the site.

    Btw, how do I access the key in the database (like your did ** DB Token = 42399c51355ac2303bfbfbd77e2b471f)?
    Can you plese give me some simple instructions?

    Thank you.

    #180215
    simple-man
    Participant

    @henrywright

    I tried both your suggestions:

    1. Yes, I still get the “Invalid Activation Key” error if I copy and paste the link url directly in the browser.

    2. Ok, de-activated all plugins except buddypress and clicked the link (also pasted directly to browser) and still same error: Invalid Activation Key

    Thank you.

    #180209
    simple-man
    Participant

    Updates:
    1. I just found out that even though clicking the registration email link displays the message “Invalid Activation Key”, I was able to reset the ‘new password’ to the ‘same original’ password using “forgot password” link and login using the new password.

    2. Then I created another test user and had exact same error message upon clicking the registration email link: Invalid Activation Key
    I ignored this “Invalid Activation Key” error message and this time I was able to login using username/password.

    It is very confusing and new users will just give up when they will get the error: Invalid Activation Key

    #180201
    simple-man
    Participant

    @djpaul

    Thanks for the response.

    I have tried everything I can think of, including testing with three different new accounts on different days.

    I keep getting the same error message: Invalid Activation Key

    Q: Can it be possible that BuddyPress (in our case) never stores the code in the database that it send in the registration email link? Perhaps that’s where the mis-match/invalid message is coming from?

    #180183
    Paul Wong-Gibbs
    Keymaster
    #180181
    Paul Wong-Gibbs
    Keymaster
    #179874
    simple-man
    Participant

    I even deactivated all plugins and reinstalled one by one, including BP.

    Still same issue: Invalid activation key

    Please help.

    Note: Everything is latest version such as BP, WP, etc.

    #178542
    hostiez
    Participant

    Same question here. Why isn’t the invalid activation key bug still not solved?

    #176186
    kenrichman
    Participant

    I am finding that if the user clicks the activation link and then logs in, all is fine but if they subsequently click the activation link they get to the page that says ‘Invalid activation key’. Well that makes some sense I suppose (the key is no longer valid as it has been used) but it would make a lot more sense if it simply said, ‘This activation key has already been used, your account is therefore active so why not try logging in?’ or something similar.

    I guess that wold not solve problems if somehow the activation key was totally screwed up, but the system must surely know whether a key is invalide because it has been used already or invalid because it is nonsense.

    #170673
    Eve Oliveri
    Participant

    Thanks for the advice. I have just changed the theme to Twenty Twelve and the sign up works.

    Is there something I should be looking for particularly in the Flexform theme to nut out why it is causing issues with sign up?

    In the Twenty Twelve theme once the user receives the email they are prompted to follow a link to activate their account. Upon clicking they are taken to the Activate your Account page. This page says Invalid Activation Key. Is there something else that I am doing wrong?

    I have looked through previous threads regarding the Invalid Activation Key and have not worked out what to do with this.

    Thanks for your help.

    #169419
    @mercime
    Participant

    @aidnotes you’d need to provide more information about your installation. WP/BP version? What BuddyPress components/features are activated in Settings > BuddyPress > Components? Theme used? Plugins installed?

    RabiBD
    Participant

    Jay Collier
    You have rescued me from a big…. problem. Thanks. WP-Better-Emails works great and activation link receiving problem is solved.

    Another think from my site, when new user click activate link, eventually it is activated. But still the page says “Activate your Account” and under this, “Invalid activation key” highlighted with red button and says bellow “Please provide a valid activation key.” Although the user can access his/her profile perfectly. Can anyone help

    Site Address: http://www.public-post.com/

    Thanks

    #165991

    In reply to: Registration

    modemlooper
    Moderator

    Sounds like a defect in BuddyPress. So your saying after you click activation link in email and try to login using sidebar login form it says activation key is invalid?

Viewing 25 results - 26 through 50 (of 70 total)
Skip to toolbar