Forum Replies Created
-
Removing fix, but don’t u need these lines at all? I had attempted to integrate bbPress before, but it wasn’t working, so I remove bbPress altogether. Is this why this is a problem? How to fix?
I got a solution to this, just change UTC to -5.
OK, I found the problem, but I don’t have a solution, if you look at https://codex.wordpress.org/Upgrading_WPMU and this is upgrading for 2.7 to 2.7.1 but the process is the same with 2.6 to 2.7.
You see:
define(‘ADMIN_COOKIE_PATH’, ‘/’);
define(‘COOKIE_DOMAIN’, ”);
define(‘COOKIEPATH’, ”);
define(‘SITECOOKIEPATH’, ”);
If I add that into wp-config.php as instruct, when a user log in and then use the log out link from wp-admin or on the adminbar, they are log out from wp-admin but not really log out from buddypress member or home theme or adminbar at all. Though if you log out from buddypress member or home theme directly, you are log out of everything, but adminbar still is a problem as when you click log out it only refresh.
Hope that clear the fog up. So when I remove those lines above from wp-config.php, everything works just fine.
How to fix?
Also when you try to logout from adminbar using ie8, it won’t work! You are still log in no matter how many time you try to log out from admin bar. Please help?
For firefox 3 it’s working perfectly, thank you so much!!!
anyone knows how to solve this one yet?
my link for my site is http://blogmyway.org/sb/ and I modified for it to go to wp-login.php, and so even if you try on my site, you won’t be able to reproduce the error. It’s best for you to try on buddypress demo website. Though I want that to redirect to member’s profile, and so I don’t really know how to do that now. How did I redirect to wp-login.php? I looked at the older file from previous version, and used the older version’s method.
Hmm… maybe we are talking about two different behaviors that admin_bar of buddypress is rendering. I’m talking about on firefox, you cannot move your mouse down fast enough to submenu of the admin_bar, because it will disappeared. This mean let say you try to go to option Wire under My Account menu option, the menu will disappeared as if you have not opened it yet. This problem can be reproduce under My Account menu of admin bar of buddypress, but other menu options work fine. You can test on my website http://www.blogmyway.org/sb/ .
I try the two little snippet fix for admin-bar.css in css in bp-core, and it’s not working.
It’s not working for me! Maybe because I’m testing firefox on Linux. I need to test that on firefox on Windows. Though IE7 experiences flickering!
I even tried to copy the whole css that the guy who said he had it fix, but it’s not working!
I have tested the demo site of buddypress and it’s experience the same exact thing!
. I had mu configured as subdirectory. Subdomain can get quite messy! Mu under subdirectory structure but it’s also in a subdirectory of a server’s main domain name.
I noticed that the very last part of the code block $current_site->domain is only redirect user to yoursite.domain/buddypress/user/yoursite.domain/
I think I need to add $current_site->domain.’something here’ But what should I insert in .’something here’? I want to insert like member’s profile page, so how do I do that?
For now I revert that very code back to an older version code which used http://pastie.org/398599 .
The question is if something goes wrong, can you remove the new updated bp plugins in mu-plugins folder, and put back in the mu-plugins folder with the old backup bp plugins? I ask this because I fear that the new plugins change the database automatically, and so revert to the older plugins won’t do unless I have to take one extra step — backing up the database also.
Then again, I guess backing up database every time you do any upgrade, minor or major, it’s so necessary, otherwise it will be a disaster if something bad happens.
Also, it is recommended to update to BP RC1? Or should I wait for a more stable version? I saw some people report that they experienced weird things with RC1 for their installed BP.
I’m using the latest wp-mu and latest buddypress, and I experienced the same problem as you guys have which is site activity feed is not working. Love to see this fix.
Ya, the same thing is happening on my site using buddypress. Site wide activity’s RSS is not loading.