Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'activation email'

Viewing 25 results - 826 through 850 (of 1,430 total)
  • Author
    Search Results
  • #135533
    Jacob Schweitzer
    Participant

    I think it is possible the email problem might be due to a hosting problem, we are currently on a Godaddy shared hosting account which has some email restrictions. But i’m still confused as to why there was emails coming before (no emails are going out now) and there was text in the email but just no link.. Would a hosting company remove links from emails like that or ? Strange..

    #135523
    Jacob Schweitzer
    Participant

    Also, we’re using a foreign language version of WordPress and BuddyPress which both have completely translated mo files but the email came in English. Could this be related or another issue?

    #135522
    Jacob Schweitzer
    Participant

    It is WordPress 3.3.2 multisite installed in the root directory. We have a custom theme but based on bp-default without many modifications, certainly not any to the mail functionality except we had tried the Welcome Pack plugin but the activation link did not appear in that email either. This problem has occurred even without any other plugins running but BuddyPress.

    It seems to be a variable that should be created called $activate_url in /bp-core/bp_core_filters.php . Is there a way to add a filter there or somehow create another email to take precedence over this one?

    We’d like to keep email activation but if it doesn’t work we will have to manually re-send emails or disable it? Both seem like bad solutions, such a basic feature should be working without any tweaks to the system.

    #135448
    @mercime
    Participant

    See Registration -> BuddyPress isn’t sending out emails (eg. activation emails, email notifications) https://codex.buddypress.org/troubleshooting/frequently-asked-questions/

    #135444
    djords
    Member

    i have the same problem too with Jloc14, when im registering user they cant find the activation link on their inbox! please help me regarding this problem. thanks.

    Paul Wong-Gibbs
    Keymaster

    There are genuinely a lot of reasons why your web server may not be sending emails. The activation key is contained in this email. As a first step — and I’m sure someone will post here with a much more complicated answer soon — contact your web host and ask them if they support PHP’s mail() function; specifically, is PHP configured fully to send emails.
    Most web servers can send emails, but the ‘From’ headers are not properly set, so most of the time, they don’t get delivered to the recipient properly.

    If they come back and say that the From address in the email doesn’t match the name of your site (quite often this occurs in a virtual server situation), try https://wordpress.org/extend/plugins/mail-from/

    If that doesn’t work, or they say you need to specify an SMTP server, try https://wordpress.org/extend/plugins/configure-smtp/

    I am having the same activation key problems. Members who are trying to register are not receiving an email.

    #135016
    mystica
    Member

    hi,
    i’m getting the same error
    user can register, he gets the email with the verification key, so he confirms and can log in
    after logging in, the site redirects him to the activate page
    copying and pasting the key from the email inside the input text doesn’t work though
    he always gets redirected to the activate page
    any idea?

    @mercime
    Participant
    #134407

    In reply to: Activation Key

    meg@info
    Participant

    Activation key is generate key by wordpress and sended to the email of registred member. The new member must activate his account by clicking in the activation link ( the link contain the activation key)

    Activation is used to detect if the email exist and blocking multiple registration by the same email ( spammer), and many others advantage ….

    #134404
    meg@info
    Participant

    There is any settings for email activation in buddypress,you must add some code in your functions.php to disable sending activation email after resgistration.

    i was code for old version for buddypress, im not sure that will work. I will try to update it and i send u.

    #134389
    meg@info
    Participant

    Hi,

    U can try to do like that :
    1. disable sending activation link by email, and sending the link of payment insteed
    2. after the payment was acomplished, you redirect the user to his activation link

    #134309
    kozmica
    Member

    Thank you Paul, I decided to keep the account activation since the email problem got solved with the host change, and yes, disabling it seems a little risky.

    And thanks a lot for the second link, I had been adding code to my functions.php and have been wanting to remove the links created in the profiles for a while.

    Regards.

    #134307
    Paul Wong-Gibbs
    Keymaster

    I recommend against disabling account activation, but I believe you can do so like this. Put this in your bp-custom.php:

    http://pastebin.com/z3ec4Y5F
    https://codex.buddypress.org/extending-buddypress/bp-custom-php/

    #134306
    kozmica
    Member

    Thaks for the suggestion Eric, but is not what I was looking for.

    About my issue: I changed hosting, it appears that buddypress and banahosting do not get a long as nicely as I would like to. The support people were nice and polite, but could not resolve the issue with the email fast enough.

    I also add that the BP-Disable-Activation works but, I deactivated it because I do not want a lot of unnecesary plugins.

    #134243
    wp-pbeast
    Member

    Paul, thanks for the quick reply. Regarding why I hacked the core; being perfectly straight with you, it’s probably not so much to do with missing filters or actions as, when I began using bp to accomodate our project, I would say my bp knowledge was at best remedial, and because of the turnaround time of getting the ball rolling I found that I could accomplish my needs much faster by editing the core files vs. trying to figure out how the filters worked. Backwards, I know—now I’ve got some idea of how things work, but I’ve already made so many small changes that I fear it would futile to try and identify them and update. I suppose I could at some point try and diff everything but at the current point it seems a monumental undertaking.

    That said, I can confirm that the server is operating properly and emails are getting sent effectively. As previously noted, the activation is taking place via the activation link, but for some reason that small percentage of users is experiencing the aforementioned, where they’re being prompted for an activation key even though they’ve just clicked on the activation link from the email and their user_status has been updated to 0. Also, as of about a week or so ago, we’re now going through sendgrid so I can monitor every email that goes out via wp/bp. The activation issue we’re having was happening well before and after the sendgrid implementation so I also know it’s not the url conversion that takes place from whitelabeling. What I’m going to try and do is keep creating dummy users in a test environment until I can hopefully reproduce the error so that I may provide to you an example activation link that’s failing.

    Thanks so much!
    Scott

    #134222
    Paul Wong-Gibbs
    Keymaster

    Also, there have been a few posts about activation keys not working. Most of the time, the cause appears to be related to the server not sending emails consistently, and other things outside our control.

    But, if you can get an activation key on a clean install that, when you click on the link in the email, it doesn’t work, let us know what the URL looks like (even if you replace the domain) and what the key is. It’s not impossible there’s an obscure bug somewhere.

    #134104
    @mercime
    Participant

    @mariilou if registration still doesn’t work if BuddyPress and other BP plugins are deactivated, have you tried deactivate other WP plugins to see if either of those conflict with your activation email. If email doesn’t work even with all plugins deactivated, then it’s a hosting issue with WP installation. Have you contacted webhost for tech support regarding your email issues?

    #134098
    mariilou
    Member

    When deactivating Buddypress > The BuddyPress Default Theme disappears and cannot be used. If choosing the theme I want to work with, whenever I solve this problem, it still doesn’t send me any activation email.

    #134097
    @mercime
    Participant

    Deactivate BuddyPress. Is activation email sent/received if you deactivate BuddyPress?
    Also, read about email activation solutions –> https://codex.buddypress.org/troubleshooting/frequently-asked-questions/

    #133947
    Eric Langley
    Participant

    You might want to take a look at the JanRain plugin. It allows users to login with any social network account, fb, twitter, etc.. and has an auto create account feature. No password is required then.

    ~eric
    http://www.abeo.us

    #133551
    Paul Wong-Gibbs
    Keymaster

    Changing core code is never a fix. This is a terrible solution.

    #133547
    Lena Stergatou
    Participant

    @dexpositoromero.
    Thanks for the solution.
    It worked!!

    #133541
    dexpositoromero
    Participant

    Okay, solved it, so to say.

    Modified bp-core-filters.php file:

    `$activate_url = bp_get_activation_page() . “?key=$key”;` (this appears TWO TIMES)

    for

    `$activate_url = bp_get_activation_page() . “wp-activate.php?key=$key”;`

    Regards,

    Daniel

    #132744
    aces
    Participant

    @britt2802

    I’m not sure what you mean by backup.

    If you mean just the database then the newer version bp files will still be there anyway….

    Some other solutions were suggested in https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-activation-email/

    Do your settings conform to what is on https://my.hostmonster.com/cgi/help/206

Viewing 25 results - 826 through 850 (of 1,430 total)
Skip to toolbar