Forum Replies Created
-
@henrywright Thank you for your answer.
I tried to test what I had on 1&1 and registration works. It confirmed that MAMP is the one causing the problem.
I think I found where the problem is : it’s all about emails. The email that should be sent for activation can’t be sent so nothing happens and the registration fails.
MAMP (and other web hosts) doesn’t support sending email. I tried to find a solution to it with no luck until now :
– first, by getting MAMP Pro free trial, where you’re supposed to be able to configure PostFix to be able to send emails but I couldn’t figure out how to set it up properly and couldn’t find anything useful on the internet to do so. This http://blog-en.mamp.info/2009/09/how-to-sending-emails-with-mamp-pro.html did NOT help. If anyone knows how to make that work I’d love to see how.
– Then I tried that http://www.wpbeginner.com/plugins/how-to-receive-wordpress-emails-from-localhost/, and I do receive the test email, but it doesn’t fix my BuddyPress problem.I am not sure how to work on BuddyPress without being able to register a user.
An example of what I’m working on : I want to add a long form in a tab in people’s profile page, which then generates a graphic element, a map (that will be part of their profile).I could either :
– bypass the code that is used to send the email for activation and activate the users manually as an admin.
– go to the database and enter the new user manually.
I’ll try to bypass the sending of the email first.Please let me know if there is an easier way to work on what I intend to program.
Also, if anyone knows how to set up MAMP to support sending emails, I’m interested !