Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

  • viau5
    Participant

    @viau5

    I’m wondering if that might be the issue though because I did make the change. Could it be that I removed the blogs.php and that’s where everything was pointing to. I was under the impression that I made all the necessary changes. This is what I changed it to.
    # BEGIN WordPress

    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).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
    RewriteRule . index.php [L]

    # END WordPress
    this is correct…right?


    viau5
    Participant

    @viau5

    Looks promising… but it didn’t do anything for me. I mean, I did step 3 and 4 (couldn’t find userthemes.php anywhere in my install). So it’s still not working. I really think that my issue is that somehow, wordpress isn’t installed for any of my users (the main WPMU is working but not the added install on the backend for all my users). I’m wondering if I should somehow downgrade back to WPMU 2.9?


    viau5
    Participant

    @viau5

    It looks as though wordpress isn’t installed for any of the extra users. There’s no dashboard, login… nothing! So would this in fact be a buddypress issue or should I be contacting WordPress.org?


    viau5
    Participant

    @viau5

    that’s the thing… the themes are all activated sitewide but I’m not able to enter the dashboard for these specific blogs in order to modify the theme. So it’s kind of a double whammy problem. None of my users can access their dashboard, nor see their themes on their blog.
    In my database, I modified all instances of http://joliepapeterie.com/wordpress-mu/ (old server) to point to the new server http://myindiejunction.com/
    So I know the links are pointing in the right direction since the info is showing up… just the ability to manage the blogs has disappeared?


    viau5
    Participant

    @viau5

    Hmm, might help if I give you guys the link the my sub site on the main site.
    http://myindiejunction.com/viau5/
    Thanks!


    viau5
    Participant

    @viau5

    AWESOME! Thanks guys! I should have known that the problem wasn’t with Buddypress. I guess I’m gonna have to go through my plugins carefully when reinstalling. Hope I didn’t waste too much of your time with this.


    viau5
    Participant

    @viau5

    It’s the most recent version…. great…. when I was checking for the version, I got this error message (same as last night when this problem first occurred)

    The page isn’t redirecting properly

    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

    * This problem can sometimes be caused by disabling or refusing to accept

    cookies.

    Could it been that I have too many plugins and it’s slowing down the system???


    viau5
    Participant

    @viau5

    I think I may be having similar issues. I had to move all my plugins out of my folder because my entire WordPress had crashed and I was getting nothing but a blank screen. (it seems like it was continously cycling through the plugins.php file) I got my site working again however, I dowloaded a fresh version of Buddypress and still the same thing. I really love this plugin and I want it back!

Viewing 8 replies - 1 through 8 (of 8 total)
Skip to toolbar