Skip to:
Content
Pages
Categories
Search
Top
Bottom

members// adding 2 slashes instead of 1

  • @damo3783

    Participant

    on my site mcdc.co.uk its a new install of wp and buddypress im getting this error in the top black bar

Viewing 14 replies - 1 through 14 (of 14 total)
  • @damo3783

    Participant

    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..

    @djpaul

    Keymaster

    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?

    @teebes

    Participant

    Buddypress needs permalinks setup before installation. Check out this brief install guide : https://codex.buddypress.org/getting-started/setting-up-a-new-installation/

    @damo3783

    Participant

    how do i get out of this error if i activated it after

    @damo3783

    Participant

    # 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.

    @damo3783

    Participant

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/double-slash/
    it seems im not the only user to come across this please help

    @teebes

    Participant

    Does it only happen when logged in? I’m not seeing any errors when browsing to your site?

    @damo3783

    Participant

    yes it seems it only happens when logged in

    @damo3783

    Participant

    create an account if you can and you will see.

    @damo3783

    Participant

    is there anyway that this can be sorted out ? Via the database or changing some php code ?

    @teebes

    Participant

    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)

    @boonebgorges

    Keymaster

    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/

    @damo3783

    Participant

    nope no plugins i am using wp 3.01 and latest download of buddypress i have permalinks set to /archives/%post_id%.

    @damo3783

    Participant

    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.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘members// adding 2 slashes instead of 1’ is closed to new replies.
Skip to toolbar