Broken links when creating groups and member registration problems
-
Any help would be appreciated!
I’ve installed wordpress into my / folder. All runs well, themes and plugns load and install ok.
I then installed buddypress.
I had to add a .htaccess file with.
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
Menus and all seems to work ok except
Now I get “Oops! This link appears to be broken” when I try to create groups.
And when I create a new member they only show in wp-admin members, but do not appear in buddypress? And I can’t login using them?
- The topic ‘Broken links when creating groups and member registration problems’ is closed to new replies.