anyone the error must be simple fix for a native bdp user members has 2 slashes instead of one in top black bar just take alook please..
No, because I haven’t been able to recreate it. Plus, you’ve not told us a single piece of information about your server — Windows IIS (what version?) or Apache? What are your permalinks set to? Have you customised .htaccess?
Buddypress needs permalinks setup before installation. Check out this brief install guide : https://codex.buddypress.org/getting-started/setting-up-a-new-installation/
how do i get out of this error if i activated it after
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
my current .htacces filei have removed and reinstalled to the spec specified and still it appears im using latest wp and latest bp downloads clean install on linux apache.
Does it only happen when logged in? I’m not seeing any errors when browsing to your site?
yes it seems it only happens when logged in
create an account if you can and you will see.
is there anyway that this can be sorted out ? Via the database or changing some php code ?
Your site isn’t allowing registrations Which permalink structure did you define? What is defined for the following values:
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘domain.com’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
(check your wp-config.php)
The problem seems to be that user_nicenames aren’t getting transfered over properly. Are you running any other plugins? https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/when-asking-for-support/
nope no plugins i am using wp 3.01 and latest download of buddypress i have permalinks set to /archives/%post_id%.
these details i cannot find in my config file.
“Your site isn’t allowing registrations Which permalink structure did you define? What is defined for the following values:
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘domain.com’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
(check your wp-config.php)”
Im just about ready to call it a day on this if i cant get it working.