Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 59,426 through 59,450 (of 94,538 total)
  • Author
    Search Results
  • #20713
    ruesse
    Member

    Dear Community,

    i am using WP 3.1 on a local XAMPP server in Windows. I have Downloaded Buddypress 1.2.8 and installed it manually. When I activate it I get the messages:

    `
    Notice: Undefined offset: 0 in C:xampphtdocswordpresswp-contentpluginsbuddypressbp-corebp-core-catchuri.php on line 85

    Notice: is_page was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. (This message was added in version 3.1.) in C:xampphtdocswordpresswp-includesfunctions.php on line 3422

    Notice: Undefined offset: 1 in C:xampphtdocswordpresswp-contentpluginsbuddypressbp-corebp-core-catchuri.php on line 155

    Notice: Undefined offset: 2 in C:xampphtdocswordpresswp-contentpluginsbuddypressbp-corebp-core-catchuri.php on line 158

    Notice: Undefined property: stdClass::$loggedin_user in C:xampphtdocswordpresswp-contentpluginsbuddypressbp-forums.php on line 530

    Notice: Trying to get property of non-object in C:xampphtdocswordpresswp-contentpluginsbuddypressbp-forums.php on line 530

    Notice: Undefined property: stdClass::$displayed_user in C:xampphtdocswordpresswp-contentpluginsbuddypressbp-core.php on line 1070

    Notice: Trying to get property of non-object in C:xampphtdocswordpresswp-contentpluginsbuddypressbp-core.php on line 1070

    Notice: Undefined index: user-avatar-default in C:xampphtdocswordpresswp-contentpluginsbuddypressbp-core.php on line 160

    Notice: Undefined property: stdClass::$profile in C:xampphtdocswordpresswp-contentpluginsbuddypressbp-xprofilebp-xprofile-classes.php on line 816

    Notice: Undefined index: bb-config-location in C:xampphtdocswordpresswp-contentpluginsbuddypressbp-forums.php on line 23

    Notice: Constant BP_XPROFILE_BASE_GROUP_NAME already defined in C:xampphtdocswordpresswp-contentpluginsbuddypressbp-xprofile.php on line 101

    Notice: Constant BP_XPROFILE_FULLNAME_FIELD_NAME already defined in C:xampphtdocswordpresswp-contentpluginsbuddypressbp-xprofile.php on line 102

    Notice: Undefined index: fileupload_maxk in C:xampphtdocswordpresswp-contentpluginsbuddypressbp-corebp-core-avatars.php on line 35

    Notice: Undefined property: stdClass::$current_group in C:xampphtdocswordpresswp-contentpluginsbuddypressbp-groups.php on line 223

    Notice: Trying to get property of non-object in C:xampphtdocswordpresswp-contentpluginsbuddypressbp-groups.php on line 223

    Notice: Undefined variable: count_indicator in C:xampphtdocswordpresswp-contentpluginsbuddypressbp-messages.php on line 115

    Notice: Undefined index: action in C:xampphtdocswordpresswp-contentpluginsbuddypressbp-corebp-core-signup.php on line 571

    Notice: has_cap wurde mit einem Parameter oder Argument aufgerufen, der seit Version 2.0 veraltet ist! Die Benutzung von user_level in Plugins und Themes ist veraltet. Nutze stattdessen das Abfragen von roles oder capabilities. in C:xampphtdocswordpresswp-includesfunctions.php on line 3387`

    Anyone knows what that means ?

    David

    vusis
    Participant

    @vtowel. did you finally get this to work for you? I’m still getting the 404 error. :(

    #108058
    Meini
    Member
    #20710

    http://www.mygoal.de is a Buddypress based German project for endurance training in Marathon and Triathlon. We appreciate your feedback. Thanks to the powerfull WordPress and Buddypress community. You made it possible to start within a few hours. That’s great. We are looking forward getting some advice from more experienced members, because we will need some help to bring all of our ideas to live.
    Greetings from Lusatia, Germany.
    Mathias

    #108053
    gabu4u1
    Member

    @Travel-Junkie Thanks for the code. I know it will help me achieve what I want.

    But my challenge is that I know nothing about coding. I have succeeded in locating the functions.php and have opened it in order to edit it. My question is where in the whole code will I place the code you wrote. Is it at the beginning or end of the code.

    I am planning to use this code below

    function sh_walled_garden()
    {
    global $bp;

    if( bp_is_register_page() || bp_is_activation_page() )
    return;

    if( ! bp_is_blog_page() && ! is_user_logged_in() )
    bp_core_redirect( $bp->root_domain .’/’. BP_REGISTER_SLUG );
    }
    add_action( ‘get_header’, ‘sh_walled_garden’ );

    Please, I will appreciate you help. I am a complete WYSIWYG person but I can follow simple instructions as regards code.

    Thank you in anticipation.

    Gabu

    #108052
    gabu4u1
    Member

    @Travel-Junkie Thanks for the code. I know it will help me achieve what I want.

    But my challenge is that I know nothing about coding. I have succeeded in locating the functions.php and have opened it in order to edit it. My question is where in the whole code will I place the code you wrote. Is it at the beginning or end of the code.

    I am planning to use this code below

    function sh_walled_garden()
    {
    global $bp;

    if( bp_is_register_page() || bp_is_activation_page() )
    return;

    if( ! bp_is_blog_page() && ! is_user_logged_in() )
    bp_core_redirect( $bp->root_domain .’/’. BP_REGISTER_SLUG );
    }
    add_action( ‘get_header’, ‘sh_walled_garden’ );

    Please, I will appreciate you help. I am a complete WYSIWYG person but I can follow simple instructions as regards code.

    Thank you in anticipation.

    Gabu

    #108050

    In reply to: Hide profile field

    Aliceembroid
    Participant

    I have got this sorted out with buddypress profile privacy pluggin

    #108049
    Pisanojm
    Participant

    Ok… so @brajesh was able to point be in the right direction on this…

    The problem is that I was looking for a user ID of the person that sent the request that was trying to join the group… what I needed to do was SEARCH for my User ID in the wp-bp-notification table… this had the user’s id making the request listed as an ITEM not a userID (as the user ID was mine)…. once I deleted that it went away…

    FYI: You can find User IDs in the tables themselves or you can use a plugin called REVEAL ID to find IDs in the WordPress back end…
    https://wordpress.org/extend/plugins/reveal-ids-for-wp-admin-25/

    Thanks Brajesh!

    #108047
    Virtuali
    Participant
    #108041

    In reply to: AJAX stopped working

    JafarNajafov
    Member

    it was my first post, so I am sorry for not writing those information.

    1. Which version of WP/MU are you running? 3.1
    2. Did you install WP/MU as a directory or subdomain install? directory
    3. If a directory install, is it in root or in a subdirectory?subdirectory
    4. Did you upgraded from a previous version of WP/MU? If so, from which version? yes, upgraded but don’t remember which one was before 3.1
    5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. – Yes
    6. Which version of BP are you running? Version 1.2.8
    7. Did you upgraded from a previous version of BP? If so, from which version? yes, dont remember which one was before 1.2.8
    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    yes : Bad Behavior,BP-Album+,BP-NotificationWidget,BP My Home,BP Profile Search,BP Redirect to Profile for Buddypress,BP Show Friends,BP Xtra Signup,BuddyPress,BuddyPress Activity Stream Bar,BuddyPress for WP e-Commerce,BuddyPress Like,BuddyPress Links,BuddyPress Moderation,BuddyPress Privacy Component (BP Privacy, BP_Authz, or BPAz),Invite Anyone,Jet Event System for BuddyPress,RS Buddypress Activity Refresh,Use Google Libraries,W3 Total Cache
    9. Are you using the standard BuddyPress themes or customized themes? – it is the default one but I changed it
    10. Have you modified the core files in any way? – no
    11. Do you have any custom functions in bp-custom.php? -no
    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? -no
    13. Please provide a list of any errors in your server’s log files. – Nope, shared server
    14. Which company provides your hosting? – Godaddy
    15. Is your server running Windows, or if Linux; Apache, nginx or something else? I think Linux

    @mercime
    Participant

    And this is resolved :-)

    PJ
    Participant

    Ahh that’s where it is. Thank you!

    #108037

    In reply to: AJAX stopped working

    Virtuali
    Participant
    #108035
    aljuk
    Member

    @sbrajesh thank you so much.

    #108028
    Virtuali
    Participant

    Buddypress emails are wired around wordpress emails.

    Bluehost seems to be the worst when it comes to the emails, as taking very slow/not sending.

    Try using this plugin: https://wordpress.org/extend/plugins/mail-from/

    Good luck!

    #108027
    Brajesh Singh
    Participant

    take a look at this
    https://trac.buddypress.org/ticket/2780

    it is fixed in 1.3 branch but not in 1.2 branch. You can modify the the friends-template tag or just hook to the filter to correct it.

    #105941
    aljuk
    Member

    @mercime oh awesome! needed that.

    #108025
    aljuk
    Member

    @gunju2221 glad to hear it :)

    #108024
    Virtuali
    Participant

    Stay tuned for buddypress 1.3 ;)

    #108022
    lumenbeing
    Member

    @pjries Thanks for this. I hope I understand what you said correctly. I’m going to give it a try today and I’ll post the results here.

    #108021
    loka.das
    Member

    ok… I solved it by downloading the zip from another installation that worked and uploading that zip, and suddenly it worked!?!? weird…

    aljuk
    Member

    Perfect. Thank you.

    #108019
    pjries
    Member

    I have added my own experiences to those of @dba2k10 in the thread above:

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/bbpress-posting-errors-missing-database-tables/

    Like the OP, I also found that none of the bb press tables were being created in my database. I was able to create them manually by using the MySQL statements in the default.bb-schema.php file. It’s not optimal, but it’s one fix. Hope this helps further the conversation.

    Xevo
    Participant
    #107946
    pjries
    Member

    Lumenbeing, the answer is yes, in my experience. I am testing WordPress MultiSite with BuddyPress on a Dreamhost setup. I did install by uploading via FTP, not via the one click, but for whatever reason, none of the BB Press tables were created in my database. I tried applying the patch in Paul’s post above, but that wasn’t enough and uninstalling and re-installing the forums via the Web still didn’t help.

    I went through the MySQL statements in wp-content/plugins/buddypress/bp-forums/bbpress/bb-admin/includes/defaults.bb-schema.php and was able to create the tables manually in the SQL dialog box in phpMyAdmin. You do need to make sure you fill in the database names for the variable $bbdb in each statement
    ie: CREATE TABLE IF NOT EXISTS `$bbdb->forums
    needed to become
    CREATE TABLE IF NOT EXISTS `tablename_bb_forums`
    But I am now able to use the forums for public/private/hidden groups as I expected they would work.
    I do suspect this is a server issue and perhaps a MySQL version issue as well. I can’t imagine why none of the tables would be created, otherwise.
    Hope this helps further the conversation.

Viewing 25 results - 59,426 through 59,450 (of 94,538 total)
Skip to toolbar