Skip to:
Content
Pages
Categories
Search
Top
Bottom

members// adding 2 slashes instead of 1


  • damien
    Participant

    @damo3783

    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)

  • damien
    Participant

    @damo3783

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


    Paul Wong-Gibbs
    Keymaster

    @djpaul

    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

    @teebes

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


    damien
    Participant

    @damo3783

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


    damien
    Participant

    @damo3783

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


    damien
    Participant

    @damo3783

    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

    @teebes

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


    damien
    Participant

    @damo3783

    yes it seems it only happens when logged in


    damien
    Participant

    @damo3783

    create an account if you can and you will see.


    damien
    Participant

    @damo3783

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


    teebes
    Participant

    @teebes

    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)


    Boone Gorges
    Keymaster

    @boonebgorges

    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/


    damien
    Participant

    @damo3783

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


    damien
    Participant

    @damo3783

    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