Is it not creating the user or it is not sending the confirmation link?
@gcarlos8377
Have you tried activating Twenty Twelve theme or bp-default theme to see if the issue persists?
@espellcaste @bphelp
Is not creating the user. Please click the link http://crecimientoenredes.com/buddypress-problems/
so you can see whats happening.
Thanks for the support
@gcarlos8377
I see the problem but have you tried switching themes as I suggested because it may be an issue with your theme.
@bphelp
I actually did it but the problem persists.
@gcarlos8377 more like an issue with the seed registration plugin. Deactivate that plugin and change to Twenty Twelve theme then go through the regular BP registration process.
@mercime
I did those steps you told me to do and still it doesn’t work. I dont know if the membership plugin(Magic Member)I have is interfering with the process because one of the features it says “Disable registration email if BuddyPress is enabled?” So right now I dont know what else to do actually?
Thanks for the support
@gcarlos8377 Basic troubleshooting involves deactivating all plugins except BuddyPress and switching to the Twenty Twelve theme to check if registration is working by default. Then add on each plugin and test.
Never used Magic Member before, so if you find out that it’s causing the issue, I suggest you search the plugin’s forums for any report on BuddyPress conflict. Usually, support is guaranteed along with the purchase of the premium plugin.
@gcarlos8377
When troubleshooting it is wise to deactivate “ALL” plugins other than BP and maybe bbPress and reverting too either the Twenty Twelve theme or bp-default. Do not selectively keep certain plugins activated when troubleshooting because the one that is causing the issue may be the one you failed to deactivate. If the registration then works you can start reactivating each plugin individually while testing the registration process against it. When you find the one that caused the issue then you can either not use it, or request support from the plugins author.
@bphelp @mercime
I deactivated the complete website plugins and the problem persists. No success on this.
🙁
@gcarlos8377 Where did you install WordPress – domain root, physical subdomain or subdirectory folder? What’s in the .htaccess file of you multisite installation? Where is BP installed in the main site of your network or in subsite? does your registration work if BuddyPress is deactivated?
@mercime
My WP installation is on main root.
Here whats on the htaccess file
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
# uploaded ?les
RewriteRule ^([_0-9a-zA-Z-]+/)??les/(.+) wp-includes/ms-?les.php??le=$2 [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
Buddypress is network activated.
I might be having another issue with my installation because the user I have created are beying saved in the database because I cant use either their username or email but when I go to users and sites on the network dashboard the users are not beying created.
I deactivated Buddypress and the wp-signup.php is not working either. Need to find somebody to verify this in a more deeper way.
@gcarlos8377 Your htaccess
# uploaded ?les
RewriteRule ^([_0-9a-zA-Z-]+/)??les/(.+) wp-includes/ms-?les.php??le=$2 [L]
Normal/default htaccess
# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
See if you can just write over what was generated and save htaccess file, then re-run Settings > Permalinks and double-check htaccess file again.
@mercime
Thanks for the support on this. I did what you said but I keep having the same problem.
Regards