Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 65,301 through 65,325 (of 69,039 total)
  • Author
    Search Results
  • #45179

    In reply to: Adding info to profile

    danielfelice
    Participant

    From your admin dashboard

    – Select BuddyPress from the left sidebar

    – Click Profile Field Setup

    – Setup your profile fields

    Users will then be prompted to fill in this info when they signup

    #45176
    Jeff Sayre
    Participant

    Bbn-

    Rather than trying some fancy install via packaged tarballs, I’d suggest a plain, simple install from scratch. Even though you went back and, as you state, “tried to do a more careful replacement of the files,” try a clean-slate install.

    Delete everything, including your MySQL DB–assuming you don’t have any important data. Then, download and install WordPress Mu 2.7.1 from here. Get it working before attempting to install BuddyPress.

    Once it is working, download BuddyPress and follow the readme.txt instructions.

    Looks like this is happening to a lot of sites

    I understand your frustration. But, when I search Google for “Failed+opening+required+’BP_PLUGIN_DIR”, I can count exactly 6 actual sites with this error and then several comments within blog posts that indicate the same issue.

    Combine that with the half a dozen reports in the BP Forums for this issue, and you get maybe 15 people–assuming none of these people have commented in multiple places. That is not “a lot of sites”.

    #45174
    bbn
    Participant

    Okay, never mind, I’m a moron! I had not activated the Buddypress plugin.

    #45172
    bbn
    Participant

    I ran into this same error message this morning. In case it helps, here’s how it happened to me.

    I had MU 2.7 installed on a ubuntu server and MU 2.7 also installed on a local dev installation of ubuntu (both 8.10, if that matters). I upgraded the dev MU to 2.7.1, then installed buddypress. worked great. then I tarred up the dev installation, copied it over to the server, and overwrote the old 2.7 MU non-buddypressed install with the dev files. Ran the upgrade (at http://veryhandso.me/wp-admin/wpmu-upgrade-site.php). Tried to preview the buddypress theme and end up with the error mentioned above.

    I then backed up and tried to do a more careful replacement of the files as outlined on the upgrading wordpress page (https://codex.wordpress.org/Upgrading_WordPress). Still no love.

    Thanks for any help. Grateful newbie.

    Ben

    #45171
    Jeff Sayre
    Participant

    Codyb-

    Excellent!

    So there was a rouge .htaccess file gumming up the works. Those dang invisible files are tricky!

    #45170

    In reply to: 404 everywhere

    codyb
    Participant

    I had the same issue is this bug https://buddypress.org/forums/topic.php?id=2664&replies=19#post-14700

    and I ended up finding the solution. Go to that bug and see if it helps

    #45169
    codyb
    Participant

    I had the same issue is this bug https://buddypress.org/forums/topic.php?id=2664&replies=19#post-14700

    and I ended up finding the solution. Go to that bug and see if it helps

    #45168
    codyb
    Participant

    GREAT NEWS!!!

    The .htaccess error log I seen above gave me the hint. I just removed the .htaccess from the /var/www/html folder and had it recreate it on its own and BuddyPress is now working!!!!! Thanks so much for everyones help. Hope this helps to solve other peoples issues!!

    #45167
    codyb
    Participant

    also seeing this error in my error_logs

    /var/www/html/.htaccess: order not allowed here

    #45166
    codyb
    Participant

    I made a few changes to my httpd.conf file and now I’m getting the following error message when trying to access anything under the My Account tab

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, codyw725@codyconnect.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    #45165

    In reply to: Page plugin?

    David Lewis
    Participant

    If group pages were group-editable… this would be extremely useful for people who’d like to use BuddyPress as an Intranet / collaboration tool. Buddypress is great but it’s mostly just about community… not sharing files, content, photos, collaborating, etc. Now that 1.0 is out though… I’m sure a lot of this will be coming in time… either via plug-ins or new core development.

    #45164
    codyb
    Participant

    No that makes a lot of sense, but does this mean I have to enable VHOST? Right now I believe I have it disabled. I don’t think that Drupal is mucking this up because I also run eyeOS (cloud operating system) as a subdirectory on my webserver, no issues. It seems a lot of people have or are having this issue, but I haven’t seen a solution for it yet. Really weird

    #45162

    Ahhh… The truth, shall set you free…

    Any possibility that the Drupal install is mucking this up? I’ve got no experience with that one. :/

    (To explain what’s going on, this isn’t a matter of directory structure, because those directories are virtual; they don’t really exist anywhere. There is no physical folder anywhere in your install called “members” or “users” or anything. The URL is caught by .htaccess and WordPress, and is virtually re-written to match the content it is displaying.)

    Does that make more sense? I know it’s hard to understand and have faith in at first, but I promise it’s totally fine. :)

    Tim Moore
    Participant

    Cyclzone,

    You need to edit core BP files to accomplish this. I’m not sure how this will effect overall BP performance, though.

    First thing to do is locate the file “bp-core-catchuri.php” in /buddypress/bp-core/. Open it up.

    You’ll want to comment out lines 36 and 37 which look like:

    if ( BP_ROOT_BLOG != (int) $current_blog->blog_id )
    return false;

    Next, you’ll want to change line 92 to read like the following:

    if ( ($bp_uri[0] == BP_MEMBERS_SLUG) || ($bp_uri[1] == BP_MEMBERS_SLUG) || in_array( 'bp-core-ajax-handler.php', $bp_uri ) ) {

    That should do it.

    #45155
    codyb
    Participant

    Only problem is I have a main site already utilizing the codyconnect.com root structure utilizing drupal 6.8 so I can’t dump all the contents into that directory because drupal is using it already. SI this a themes issue or a permissions issue? I just don’t understand why its not creating the directory structure. I keep seeing people talk about slugs and stuff like that, but I’m new to all of this and just don’t know if I’m missing something obvious. I can get to the dashboard just fine, but anything under the BuddyPress tabs at top under My Account kicks out the 404 error

    #45154
    Andy Peatling
    Keymaster

    Codyb: Don’t install WPMU in a sub-directory, can you try installing in the root if possible?

    #45153
    codyb
    Participant

    Yes I do. Basically I wanted my site to be accessible using the address http://www.codyconnect.com/wp so in my /var/www/html I renamed the wordpress-mu to wp

    I downloaded buddypress and placed it in /var/www/html/wp/wp-content/plugins/buddypress

    Then I moved /var/www/html/wp/wp-content/plugins/buddypress/bp-themes/ to /var/www/html/wp/wp-content/bp-themes/

    Its almost like these directories should be created by default when you create a user, but their not. I’m not sure if I’m missing something obvious here or what. Here is my .htaccess file in /var/www/html/wp/

    RewriteEngine On

    RewriteBase /wp/

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

    #45151
    Paul Wong-Gibbs
    Keymaster

    That ain’t part of BuddyPress, that is WPMU. And it’s not hard to find – it’s here: http://example.com/wp-admin/import.php

    #45149

    Here’s a wild, wild guess. I’m not usually one for shooting in the dark, but lets give it a shot.

    Open up your .htaccess, and the second line, do you have:

    RewriteBase /wp/

    #45148
    KitWit
    Participant

    Jeff–

    I’m also using a large 23″ monitor, but I have not changed any of the widths in the CSS that you note in your message previous to the last message. Those are the values that come “in the box” in the default BuddyPress installation. But it’s clear that the designers of the BuddyPress.org website have changed theirs … I’ll try to make those changes and see if that makes a difference.

    Isn’t there just a simple way of making this feature expandable to the width of whatever browser window my visitor may have? Like using a percentage size instead of a fixed pixel width? What if a 30″ monitor comes along and wishes to view it? :-)

    (John James J … yes, I believe you are seeing what you say you are seeing, for sure! Maybe my problem is that I have too generous a browser window … but on the BuddyPress site this top bar expands to fit whatever size window I make in my monitor … but my own version of the theme doesn’t do this, nor does the “out of box” installation of BuddyPress … there is always a gap!)

    Thanks for the code!

    Kit

    #45146
    codyb
    Participant

    OK so I redid both my wordpressMU and buddypress installations and the same thing is happening. I don’t know what the hell I’m doing wrong. Anytime I click on ANYTHING under the my account tab I get the

    Not Found

    The requested URL /wp/members/admin/friends was not found on this server.

    Apache/2.2.3 (CentOS) Server at codyconnect.com Port 80

    I’ve followed the installation instructions to a T and am still having the issue? My page is http://codyconnect.com/wp

    I can log in and get to the dashboard just fine, but I can’t click on anything under My Account without getting the 404 error. Please someone help, this is getting very frustrating.

    I followed the instruction listed here exactly https://codex.buddypress.org/getting-started/installing-buddypress/

    except for step 7, but even if I do step 7 I still get the same thing, HELP!!!

    #45144
    nicholaszen
    Participant

    I am very interested in this topic, but have none to very less programming experience… I wished I could help you out… I am trying this also already this out on localhost…

    #45133
    KitWit
    Participant

    Jeff–

    No, it’s not resolved yet. I can’t seem to get this to work. I’m still not sure which CSS attributes are controlling the width of the search-login-bar at the top of the page, despite having looked them over in Firebug. Here is the CSS code I see when I use the inspector to examine the Buddypress web site:

    #search-login-bar { custom.css (line 70)

    background:#EBEBEB none repeat scroll 0 0;

    border-top-color:#0090FF;

    }

    #search-login-bar { base.css (line 43)

    background:#FFF9DF none repeat scroll 0 0;

    border-top:10px solid #F7740A;

    padding:7px 10px;

    }

    And then here is the code I see when I inspect the same element in my installation:

    #search-login-bar { [base.css (line 50)]

    background:#CCCCCC none repeat scroll 0 0;

    border-top:10px solid #CA3495;

    padding:7px 20px;

    }

    Any tips would help (I know this is a totally elementary, if not kindergarten-level, question!).

    Thanks.

    #45129
    2834973
    Inactive

    Sorry to here that. But thanks for the quick reply.

    #45125
    codyb
    Participant

    Ok, I’ll clean everything up and start over and see where I’m at after that. Thanks for your help Jeff

Viewing 25 results - 65,301 through 65,325 (of 69,039 total)
Skip to toolbar