Skip to:
Content
Pages
Categories
Search
Top
Bottom

Fatal error – permalinks in WPMU + Buddypress

  • @twiceb

    Member

    I have the latest WP MU [latest version] with permalink to year+month num + post name, after installing Buddypress [latest version] i get page not found on pages and categories….i.e can only see the home press, anything i press i get page not found….advice?????

    Boaz

Viewing 8 replies - 1 through 8 (of 8 total)
  • @twiceb

    Member

    another detail – have the same installation on local notebook – all works fine, at that sense

    @twiceb

    Member

    another detail – it only happens in the main blog, on other site of the MU all OK….bizar!!!

    @mercime

    Participant

    – What’s in your .htaccess file?
    – Site URL?
    – Local notebook server – WAMP, MAMP, XAMPP?
    – live site server – Linux/Windows?
    – Changed to bp-default theme and deactivated all plugins except BuddyPress?

    @twiceb

    Member

    Hi & thanks
    site url – http://www.writersboutique.net (bp plugin is deactivated)

    .htaccess

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ – [L]

    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$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).*) $1 [L]
    RewriteRule ^[_0-9a-zA-Z-]+/(.*.php)$ $1 [L]
    RewriteRule . index.php [L]

    site is Linux (well i think so…)

    – Local notebook server – xampp

    @twiceb

    Member

    btw, I am not using bp-default, having a theme (unspoken) for main blog, for other blog using a child theme of the main theme. for bp i am using bp-template-pack.
    i tries buddypress with all plugins deactivated, no go….

    @twiceb

    Member

    !!!
    I put the buddypress plugin to work so you can see
    in http://www.writersboutique.net, if you press on a posts link or a category, it does not find it
    now go to
    http://www.writersboutique.net/boaz, you can see the posts, but sure not on the categories because those are from the main blog….
    Boaz

    @mercime

    Participant

    Sorry, I cannot read the language and can’t even tell where the categories are. What specific links are BuddyPress pages? If it’s an issue with categories, you should contact theme developer.

    @twiceb

    Member

    Hi
    Categories are the menu under the logo…pages are the very upper menu, buddypress is on the top of the page…the black strip with the “In” word
    Boaz

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Fatal error – permalinks in WPMU + Buddypress’ is closed to new replies.
Skip to toolbar