Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 30,876 through 30,900 (of 32,678 total)
  • Author
    Search Results
  • #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! :)

    #49086
    Paul Wong-Gibbs
    Keymaster

    I’ve just done a successful upgrade, with a few minor issues which are now noted in the original post.

    #49084
    r-a-y
    Keymaster

    Link to John’s WPMU ticket regarding bbPress for reference (just if some want to refer to it):

    https://trac.mu.wordpress.org/ticket/1032

    I’m going to try upgrading to WPMU 2.8.1 on my testbox and see what happens as well.

    #49082

    Looks like it didn’t actually. Got closed and noted as not needed. Could be me freaking out, but I have a funny feeling it might come back…

    I’m going to go test all of this now and see what happens. :)

    #49078
    r-a-y
    Keymaster

    You know, John, I wasn’t even thinking about the Back to the Future reference when I typed it ;)

    I think your patch made the cut, as I don’t see it in the active tickets in the MU trac.

    #49077

    That’s right Doc Brown! This is heavy. :)

    #49076
    r-a-y
    Keymaster

    Great scott! Just when I thought all the craziness of bbPress was done!

    #5767

    Before proceeding, BuddyPress 1.0.2 is NOT fully tested inside and out with 2.8.1. If you are on a LIVE environment, we recommend you wait before upgrading your blogs. The information contained within this topic is for us reckless folk that just can’t leave well enough alone.

    WordPress MU 2.8.1 was officially released today, 7/10/2009. I have personally been using BuddyPress trunk off of the 2.8.1 trunk for a few days now and have not encountered any bugs or issues so far.

    WordPress MU 2.8.1 includes all of the bug fixes of WordPress 2.8.1, and packages them inside of WordPress MU.

    NOTES ABOUT UPGRADING WORDPRESS

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~

    • We recommend deactivating all site-wide plugins before updating WordPress MU core, however it is not 100% necessary in some cases. (Try at your own risk.)
    • Any plugins that depend on BuddyPress being active need to be deactivated before BuddyPress is, i.e. BP Photo Album by Manoj.
    • Those of you integrating your forums with bbPress, no longer need…

      define('WP_AUTH_COOKIE_VERSION', 1);

      …in your bb-config.php. Go ahead and remove that line, and cookie integration should resume.

    • Change your main blog theme to something other than bphome (or whichever customised theme you run). Set it back to the standard WPMU blog theme, and change it back after you have upgraded WPMU and re-enabled BuddyPress.
    • Those of you using deep integration with bbPress 1.0.1 and using the BuddyBar plugin will need to apply this patch for the time being until I can come up with a better fix.

    Please report back to this topic if you experience any issues with the latest stable release of BuddyPress 1.0.2 and WPMU 2.8.1.

    Thanks and happy upgrading!

    #49069
    peterverkooijen
    Participant

    Of course not, that wasn’t my point. The registration functionality in WPMU is quite restrictive and cumbersome right now. That will improve though. If you’re concerned about this, then don’t consider BuddyPress as we’re only on version 1.0.

    I was going to take the gamble that it would improve over time. Hearing most developers here dismissing any architectural criticism and only singing the praises of WordPress is not encouraging though.

    You know why people that join fraternities rarely ever leave? Because once you’ve gone through the hazing, you’re more likely to stay.

    Right, once you’ve decided on a platform it’s very hard to go anywhere else. You’re stuck.

    Every couple of years I reevaluate what to use for my websites. I started on Nucleus. The current version of my project Web2NewYork is built on WordPress with a members registration system based on code taken from PunBB.

    I switched to WordPress reluctantly only because it was becoming the standard. I’m now trying to consolidate on Buddypress, if I can everything working before September. If member management/registration does not improve I will have to switch to something else next year.

Viewing 25 results - 30,876 through 30,900 (of 32,678 total)
Skip to toolbar