Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 21,226 through 21,250 (of 22,602 total)
  • Author
    Search Results
  • #49125
    seangelica
    Participant

    That what I assumed… so i just went ahead and go 2.7.1 and same exact issue!?

    I believe I have all the requirements as WordPress works just fine…

    #49123
    TheEasyButton
    Participant

    From what I’m seeing in other posts, 2.8.1 isn’t quite compatible with BP yet. Keep an eye on this topic for updates.

    #49122

    In reply to: BuddyBar for bbPress

    Rohan Kapoor
    Participant

    Ok! I’m totally stuck and I have no idea why. I am trying to integrate wordpress mu 2.7.1 with the bbpress 1.01 and the most recent version of buddypress using deep integration.

    As soon as I add the deep integration code:

    if ( !defined( ‘ABSPATH’ ) & !defined( ‘XMLRPC_REQUEST’ )) {

    define( ‘WP_USE_THEMES’, false );

    //

    // You will need to get the ABSOLUTE path to this file |

    // \|/

    include_once( ‘/home/admin/wpmu/wp-blog-header.php’ );

    header( “HTTP/1.1 200 OK” );

    header( “Status: 200 All rosy” );

    }

    I am redirected to http://wpmu.zyrot.com/wp-signup.php?new=forums.zyrot.com I can’t even install or activate the plugin. Somebody please help me here. i would really appreciate it!

    Thanks

    #49119
    Paul Wong-Gibbs
    Keymaster

    Yep, Obuisson1976 is correct. It is as if the add_filter call is ignored.

    #49117
    Paul Wong-Gibbs
    Keymaster

    There is a bug with running the latest version of WordPress MU and BuddyPress together. I am not aware of a proper fix yet, keep your eye on https://buddypress.org/forums/topic/wordpress-mu-281-released.

    #49113
    Obuisson1976
    Participant

    I have the same trouble with the bp theme selection. The filter for “theme_root” seems to be override somewhere.

    I still search why.

    #49111
    Mariusooms
    Participant

    Hmmm…sanitizes the html…Here’s some links to the images:

    Activation error

    Theme error

    PS. I did the whole process of a clean install exactly to the tee with WPMU 2.7.1 and it activates instantly with all themes showing correctly. So it is definitely something with WPMU 2.8.1. I don’t follow the version changes enough to know where the problem could be between 2.7.1 and 2.8.1.

    #49110
    Mariusooms
    Participant

    Exact same problem as Agentmaximus.

    Super clean install, only wpmu 2.8.1 and bp 1.0.2, nothing else.

    chmod are correct as well. Upon activating I get this error:

    <img src=”http://ywamheidebeek.org/temp/error-1.jpg&#8221; alt=”Activation error image” />

    In the bp General Settings no bp member themes are available:

    <img src=”http://ywamheidebeek.org/temp/error-2.jpg&#8221; alt=”Theme error” />

    I’m glad I did not upgrade, but first tried a localhost install.

    Any ideas?

    #49109
    Graeme
    Participant

    There seems to be an issue with bp-themes in the wp-content/bp-themes directory. There does not appear to be anywhere to activate theme.

    According to instructions in the readme, BuddyPress themes (other than the default ‘bpmember’ theme need to be activated before they are used).

    Based on the instructions in the readme in the bp-themes directory I looked for a menu “Site Admin -> BuddyPress”. This menu doesn’t exist (although this is the menu that the instructions say is needed to activate Buddypress Themes).

    I then went to the “BuddyPress -> General Settings Menu”. This has a dropdown list “Select theme to use for BuddyPress generated pages”. This dropdown is listing the wordpress themes and not the buddypress themes like bpskeleton which comes with the 1.02 download. There is nowhere I can find to activate the BuddyPress themes so that they appear in this list. In the dropdown above, I tried selecting one of the themes listed e.g. “wordpress mu homepage”. Once I apply it and go to the buddyPress-generated pages like “/members”, “/groups” or “/blogs” I see this message:

    You do not have any BuddyPress themes installed.

    Please move “/wp-content/plugins/buddypress/bp-themes/” to “/wp-content/bp-themes/” and refresh this page. You can download more themes here.

    Note:

    My installation is a clean install from wpmu 2.8.1 with buddypress 1.0.2

    #49107
    gpo1
    Participant

    Any update on this and can you place it when fixed in wordpress.org Plugins Directory ,so that we can download it?

    #49106
    Graeme
    Participant

    I give up. I will wait until precise instructions are available for integration with bbpress 1.0.1. I’ll be closely watching this and other threads on wp mu 2.8.1. I’m not sure if it is php 5.3.0 that might be causing me problems.

    #49105

    All of your cookie settings need to be before the include of wp-settings.php. If not, then wp-settings.php guesses at the defaults.

    bbPress will not load wp-config.php, but you can tell it to load wp-blog-header.php for “deep integration” which is a whole other bag of issues sometimes. :)

    #49103
    Graeme
    Participant

    I’ve tried that as well. I’m using firefox and it has a function for selecting and deleting individual cookies. I’ve also tried moving the constants to the bottom of wp-config.php since I wondered if wp-settings.php which is loaded at the bottom of wp-config.php is somehow overriding the constants.

    Does bbPress actually load wp-config.php for integration to pick up settings??? I haven’t had a chance to trace through and find out what files are loaded.

    #49102

    Can anyone with a test setup try to delete a user with 2.8.1 and BuddyPress 1.0.2 active? Mine white screens, and deactivating BuddyPress allows me to delete them.

    #49101

    You are correct on all counts. Basically both sides of the equation need to equal each other character for character for integration to work. That means trailing slashes, dots, everything.

    If it’s not working, that means something is still off somewhere, and all you can do is retrace your steps over and over again.

    Have you tried deleting your site cookies completely and logging in and out? If an old cookie is sitting there, it can cause some headaches also.

    #49100
    Graeme
    Participant

    John, I tried commenting out that setting and there was no joy. I’ve been focusing on the cookie domain:

    on the wordpress side, on logging in the wordpress_logged_in_* cookie has the cookie *Domain* ‘.bz.dev‘, whereas on the bbpress side the cookie has the *Host* ‘bz.dev‘.

    So on the wordpress side there is an extra ‘.’.

    It does this irrespective of whether COOKIE_DOMAIN in wp-config.php is:

    define( ‘COOKIE_DOMAIN’, ‘.bz.dev’ );

    or

    define( ‘COOKIE_DOMAIN’, ‘bz.dev’ );

    My understanding is that if cookie handling is the same on the wordpress and the bbpress sides of the integration, then the login state should be retained.

    It seems to me that the problem is may be related to this COOKIE_DOMAIN constant and how it is being handled (or ignored) by wordpress (and/or bbpress).

    #49099

    @Agentmaximus, try removing the SITECOOKIEPATH setting all together. On some integrations I’ve done, that can sometimes get in the way.

    #49098
    nicolagreco
    Participant

    @anointed check your permission and be sure that the dir owner is not root

    #49097
    Graeme
    Participant

    Is anyone having any success determining the steps for a fresh install of WP MU 2.8.1, bbPress 1.0.1 and buddypress 1.0.2?

    I can’t get the WP MU 2.8.1 and bbPress 1.0.1 integration playing together. I’ve tried the bbPress Integration plugin for wordpress. This plugin shows one section with wordpress constants COOKIEHASH, COOKIE_DOMAIN, SITECOOKIEPATH and COOKIEPATH under the “Save Changes” button:

    define( ‘COOKIEHASH’, ‘8601cf66cb0dd7bfc31ae5a1499a18a4’ );

    define( ‘COOKIE_DOMAIN’, ‘.bz.dev’ );

    define( ‘SITECOOKIEPATH’, ‘/’ );

    define( ‘COOKIEPATH’, ‘/’ );

    I’m working on an offline development server on my Mac (XAMPP running php 5.3.0). I was using MAMP Pro but stopped using that when I found out their was an incompatibility with the libxml / php versions it was using.

    Currently I have to logout of one backend to access (login) to the other (or clear cookies) to access either backend. I can’t be logged into both at the same time. It’s sharing usernames and password okay …

    Are there any tricks that people have been using to try and debug this?

    I’m quite keen to work from a fresh install of latest releases of all the components rather than working through upgrades of previous versions (which are also tricky to integrate).

    I’ve tried stirring in newt’s eyes and frogs legs into the cauldron but they don’t seem to help.

    #49094
    Anointed
    Participant

    well i didn’t go anywhere near the php.ini file as this is a dedicated server and I don’t separate them out on a per site basis.

    the .htaccess file was not overwritten, left that intentionally.

    I’m going to try it one more time and see if it helps.

    I did have one problem that I forgot about. I accidentally deactivated buddypress before I deactivated all the plugins that rely upon it. That resulted in a 500 error. I had just removed the offending plugins that rely upon buddypress via ftp, figuring that would solve the problem. Which it ‘appeared’ to do, but obviously not.

    So I reactivated buddypress, then reupped the other plugins via ftp, and then did the deactivation the right way. Now all are properly deactivated and I’m replacing files again.

    will report back.

    John: reminds me:

    burt actually asked me to send you a pm regarding an ‘issue’ i am having as he is to busy with his move. I’ll send it after this final attempt.

    #49093

    anointed, sounds like you deleted the php.ini file that you probably needed a while ago to set your memory limit. Either that, or maybe your .htaccess file that enables php5.

    Regarding BuddyPress widgets, so far they look perfectly fine on my 2.8.1 installations.

    #49092
    Anointed
    Participant

    I have had no luck at all trying to upgrade from 2.7.1 to 2.8.1

    Here are the steps I am following:

    1. backup all files and db – done

    2. deactivate all plugins on the main blog

    3. remove all plugins from the mu-plugins folder

    4. delete wp-admin and wp-includes folders from server

    5. upload all new 2.8.1 files to the server

    Then when I try to reach any page on the server I get a 500 error which is as follows:

    PHP Fatal error: Call to undefined function wp_clone() in /website.net/wp-includes/cache.php on line 380

    The only thing I can do at this point is to delete all the new files I uploaded and replace them with the old 2.7.1 files…

    I have tried this 4 times so far with no luck. I have made absolute certain that all the files are properly overwritten, but still end up with the error.

    Is there a solution to this problem, or am I the only one with it?

    I’ve read the upgrade docs, and as far as I can tell I am not missing a step, so I’m really stumped here…..

    btw

    my buddypress install is NOT on the primary blog, so I did not have to change the theme. It is a wp standard theme on the primary blog

    #49088
    Jeff Sayre
    Participant

    r-a-y

    The new widget API has totally changed making some widgets inoperable.

    Are BP’s widgets working in MU 2.8.1? Probably not, right?

    I have not yet tried BP’s widgets with WPMU 2.8.1, but I do know that they have not yet been ported to the new widget API. However, I believe that in theory WPMU 2.8.1 allows for widget backwards compatibility. So, they should work.

    We should begin building a list of any issues we have with the default BP widgets in this thread. Then, we can add solutions to trac.

    #49087
    r-a-y
    Keymaster

    Actually, I’m going to hold off MU 2.8.1 for awhile.

    The new widget API has totally changed making some widgets inoperable.

    Are BP’s widgets working in MU 2.8.1? Probably not, right?

    r-a-y
    Keymaster

    – Understanding how these 3 pages works in general. Do they belong to the bp-member or bp-home theme or both.

    They are styled in the bpmember theme, which is a BuddyPress theme.

    The bphome theme is a WordPress theme.

    – Figuring out how I create a copy of lets say the Member page, then give that page an entire new name/slug.

    Not sure about creating interior BP pages… I know certain BP plugins create their own slug and pages (eg. bpEvents, bpContents).

    But depending on what type of page you are planning on creating, I would just create a new page in WP and assign a WP page template that is setup almost identical to the bpmember component in question. This would be the easiest route if you want total control of the page.

    However, before you do, you might want to consult with a mod who has more experience with BP than I do! :)

Viewing 25 results - 21,226 through 21,250 (of 22,602 total)
Skip to toolbar