Skip to:
Content
Pages
Categories
Search
Top
Bottom

missing files?

  • @anointed

    Participant

    When I go into my main admin area and click on ‘buddypress’ in the site admin bar I get the following error:

    Cannot load bp_core_admin_settings

    Same if I go click on the bbpress forums link in the admin I get

    Cannot load bp_forums_settings

    finally if I click on profile fields I get

    Cannot load xprofile_settings

    Other than that buddypress seems ok…

    Is there a fix?

Viewing 19 replies - 1 through 19 (of 19 total)
  • @burtadsit

    Participant

    This happens when you are in the backend of wpmu only? Dashboard, editing posts… that area.

    @anointed

    Participant

    This only happens when I am in the backend and click the links in the admin.

    For instance:

    Just now I installed a calendar module and the settings link goes to

    http://www.mysite.com/wp-admin/admin.php?page=manage-categories

    that also returns a page saying Cannot load manage-categories.

    So it seems that on the backend I cannot reach anything with link like file.php?….

    @burtadsit

    Participant

    Sounds like an .htaccess problem. Any modifications to the standard wpmu .htaccess file?

    @nicolagreco

    Participant

    are you sure you’ve update bp well?

    @anointed

    Participant

    Hi Nicola,

    No I have not changed bp at all, other than adding in a few plugins.

    Remember though, the problem happened before I installed any plugins so they are not at fault.

    @anointed

    Participant

    I updated the bp svn and it did not fix the issue.

    Here is my .htaccess file.. does anything stand out that may cause my problems?

    Basically I cannot reach any link in my admin with a link/file?…. the ?… breaks

    DirectoryIndex index.html index.php

    RewriteEngine On

    RewriteBase /

    #uploaded files

    RewriteRule ^(.*/)?files/$ index.php [L]

    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*

    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    # add a trailing slash to /wp-admin

    RewriteCond %{REQUEST_URI} ^.*/wp-admin$

    RewriteRule ^(.+)$ $1/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]

    RewriteCond %{REQUEST_FILENAME} -d

    RewriteRule . – [L]

    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]

    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]

    RewriteRule . index.php [L]

    <IfModule mod_security.c>

    <Files async-upload.php>

    SecFilterEngine Off

    SecFilterScanPOST Off

    </Files>

    </IfModule>

    @anointed

    Participant

    examples of admin links that do not work:

    mysite.com/wp-admin/wpmu-admin.php?page=bp_core_admin_settings

    mysite.com/wp-admin/wpmu-admin.php?page=groups_admin_settings

    basically anything with the ? in the url is broken in my admin.

    As they all don’t work, I think it is indeed an htaccess issue

    @anointed

    Participant

    sorry double post

    forum said i ‘move to fast slow down’ lol

    @anointed

    Participant

    would someone be so kind as to post their htaccess file here so that I can see if it’s something wrong with mine?

    I’ve tried all other ideas I can think of, and I’m at a loss…

    @westpointer

    Participant

    It’s not htaccess. I just did a clean install of the latest wpmu trunk and the latest buddypress trunk (941). I received the same error you are seeing. I delete buddypress, installed trunk 913 (downloaded on Jan 23) and the error went away. I don’t know why but it’s something in the latest trunk.

    @burtadsit

    Participant

    Ok. I’ll go investigate with latest mu trunk and bp revs 941 and down.

    @burtadsit

    Participant

    You know I’m gonna say this. I updated to rev 1636 wpmu and bp rev 941. I can’t reproduce this problem. Donncha commited some changes to mu that broke bp when mu detected a 404. Broke lots of links in bp. Andy sent in a patch for wpmu. Donncha fixed the problem. This has happend over the past couple of days.

    This happens at wpmu 1636 and bp 941?

    @westpointer

    Participant

    Yes, for me the versions were wpmu 1636 (downloaded around 10:30 pm EST yesterday) and bp 941 d/l’ed around the same time. I kept wpmu 1636, went back to bp 913 and the error vanished.

    @westpointer

    Participant

    I just installed bp 943. The problem is not present. thumbs up!

    @anointed

    Participant

    I am not sure what the fix was but Nicola managed to get everything working.

    If the problem is relevant to others, I’m sure he’ll post the fix here.

    thanks for all the ideas everyone.

    @roymckenzie

    Participant

    Would someone mind sharing how this was fixed? That would be great! I just upgraded to the latest trunk. Is this a known issue? If so when will it be fixed? Should I replace it with the older version i have (RC-1)?

    Help pls :)

    @indojepang

    Participant

    HEeeeeeeeeeeeeeeelp me toooo.. i’ve just install BP 1.0.2 with wpmu 2.71.. when upgrade to wpmu 2.8 the problem stays.. so i guess it’s the BP, installed with Nginx.

    BTW in install instruction =>

    Head back to the plugins admin panel. You will need to activate the BuddyPress plugin by clicking the Activate Site Wide or Activate link (both will work).

    i don’t see Activate Site Wide.. is it using a plugin or something with wpmu? cos the Bp admin bar is only on the main blog.. not on other blog i have. is it normal ? or should i put the BP in the mu-plugins folder?

    @indojepang

    Participant

    bump!

    @r-a-y

    Keymaster

    @Indojepang:

    WPMU 2.8 doesn’t exist; there is a WPMU trunk version that has WP 2.8 code in it, but that’s not ready for primetime yet.

    Do not confuse regular WP with WPMU!

Viewing 19 replies - 1 through 19 (of 19 total)
  • The topic ‘missing files?’ is closed to new replies.
Skip to toolbar