Search Results for 'bbpress'
-
AuthorSearch Results
-
December 13, 2008 at 11:12 pm #34338
In reply to: Group forums working yet not working
Burt Adsit
ParticipantAnd also $this->options
array(4) { [“target_uri”]=> string(37) “http://ourcommoninterest.org/bbpress/” [“username”]=> string(4) “bpbb” [“password”]=> string(6) “xxx” [“always_use_auth”]=> bool(false) }
no the password is not ‘xxx’ and yes it is correct.
December 13, 2008 at 10:53 pm #34335In reply to: Group forums working yet not working
Andy Peatling
KeymasterPlease uncomment line 462 of bp-forums-bbpress-live.php
//var_dump( $client->message, $client->error ); die;
Then try and view or post in the forums.
Can you then paste when you get in here (minus anything sensitive)
Thanks
December 13, 2008 at 10:09 pm #34333In reply to: Group forums working yet not working
Burt Adsit
ParticipantI think that what we are experiencing here is an apache phenomenon.
We can’t all be setting this up improperly. Besides, I’ve got it working on a windows dev server just fine. It’s running the same vers of all 3 software components. bp, bb, mu. Same.
I’m telling you people that when I dig down in the bowels of the code the reason that things are failing is wp_remote_get(‘your_very_own_url_to_bbpress’). It’s returning 404 and nothing happens after that. Well, things happen happily along as usual but everything above that just can’t work without that ‘pingback uri’ that it is looking for.
So why is a valid url for the bbpress root returning 404? Apache and it’s wonderful .htaccess files control that response. If following it’s internal .htaccess rules that exist in the mu root and the bbpress root, if it decides that what you are requesting doesn’t exist, then it just plain doesn’t. To apache. Returns 404.
I don’t know how anyone else has bbpress installed but mine is like so:
mu root = myhappydomain.org/
bbpress root = myhappydomain.org/bbpress/
The .htaccess conditions and rules in mu dir get processed first. Then the ones in the bbpress dir get looked at.
HANGON: gotta run go do something but i’m hitting ‘save’ first. brb
December 13, 2008 at 7:16 pm #34329In reply to: Group forums working yet not working
gogoplata
ParticipantSame here bebopcool, I’m running the new bbPress zip and the trunk WPMU and BuddyPress and have successfully integrated users but can’t get the cookies to work, which I assume is what’s preventing the forum from working. I too have the forum on the group page, but posting on fails.
I can login with my admin account and the new bbpress admin and post directly to the forum but it doesn’t seem to be communicating with BuddyPress.
December 13, 2008 at 6:44 pm #34328In reply to: Group forums working yet not working
bebopcool
Participantbdpress trunk 658
wpmu trunk 1574
bbpress : alpha 3
burtadsit thanks for the info about .hataccess file in bbpress it is ok now for user profile
i gave the admin status to the buddypress forum user
and o also upgraded to bbpress alpha 3
but still not working : the forum is created but i cannot post
it seems i have a pb with cookie integration because a user logged with bdpress is not automatically logged in bbpress but i do not see where….
it tried to post with the bdpress forum user and logged manually with the same user in bbpress but it is still not working
December 13, 2008 at 6:14 pm #34327In reply to: Group forums working yet not working
gogoplata
ParticipantGood luck! Still no success for me and I’ve tried just about everything I can think of. If I can’t get it working soon I’m going to start with a fresh copy of bbPress again and hope for better results.
December 13, 2008 at 6:10 pm #34325In reply to: Group forums working yet not working
Burt Adsit
ParticipantI’m off to try this again. The SVN logs show that the bbpress guys have been busy.
December 13, 2008 at 3:26 pm #34321In reply to: Group forums working yet not working
bearuser
Memberoh, and forum is at http://campaignmessage.com/bbpress/topic.php?id=5
there you can see the user is correct……..it is just the avatar that isn’t.
December 13, 2008 at 3:24 pm #34320In reply to: Group forums working yet not working
bearuser
MemberMine is now posting. (still some issues with user avatars.)
Don’t know what did it except the new bbpress trunk, and then creating a new group.
http://campaignmessage.com (look at group “user switching”)
December 13, 2008 at 3:06 pm #34319In reply to: Group forums working yet not working
gogoplata
ParticipantI’ve been working on this all morning but haven’t had much luck so far using trunk WPMU and the new zip bbPress. I have the users integrated between WPMU and bbPress but can’t get the cookies/SSO to work. Anyone else get it setup yet?
December 13, 2008 at 1:17 pm #34318In reply to: Group forums working yet not working
gogoplata
ParticipantAs Andy said they might, it looks like the bbPress team has bumped it up to Alpha 3 and updated the zip.
December 13, 2008 at 9:13 am #34312In reply to: Group forums working yet not working
net3s
ParticipantIt works with the last bbPress trunk and backpress.
December 13, 2008 at 4:30 am #34307In reply to: Group forums working yet not working
bearuser
MemberI keep getting a “backpress” error when trying to intall trunk bbpress.
December 13, 2008 at 4:25 am #34306In reply to: Group forums working yet not working
gogoplata
ParticipantI’ve been trying to install bbPress using the trunk but I can’t get it to work at all – the forums just load white/blank instead of the installer. I’ve installed and integrated the 1.0 Alpha zip no problem but have had no luck with the latest revision, including manually.
December 13, 2008 at 3:33 am #34305In reply to: Group forums working yet not working
Andy Peatling
KeymasterOkay – are people downloading the alpha zip of bbPress form bbpress.org?
If so – it will not work, as it does not contain some needed new functions in the trunk.
I’m talking with Sam and he is going to update the zip file to the latest. For now – please check out bbpress trunk for subversion and use that. Let me know if that works.
December 13, 2008 at 3:01 am #34303In reply to: Group forums working yet not working
Burt Adsit
Participant@wardeh, bearuser
I’m having the same problems. The forums aren’t getting created because bp tries to go verify and get an url to use from bbpress. bbpress is reporting 404 for me when bp (actually mu) tries to get that url from bbpress. It’s the url in group forums admin screen.
On a dev machine I’ve got running everything works fine. On the live server it doesn’t because of that. Still trying to debug it. If anyone wants to lend a different perspective the failure is in:
function discover_pingback_server_uri($url, $deprecated = 2048) {
$pingback_str_dquote = 'rel="pingback"';
$pingback_str_squote = 'rel='pingback'';
/** @todo Should use Filter Extension or custom preg_match instead. */
$parsed_url = parse_url($url);
if ( ! isset( $parsed_url ) ) // Not an URL. This should never happen.
return false;
$response = wp_remote_get( $url, array( 'timeout' => 2, 'httpversion' => '1.1' ) );
if ( is_wp_error( $response ) )
return false;
if ( isset( $response ) )
return $response;
// Not an (x)html, sgml, or xml page, no use going further.
if ( isset( $response ) && preg_match('#(image|audio|video|model)/#is', $response) )
return false;
$contents = $response;
[snip] and other junk beyond that…
That lives in /wp-includes/comment.php
The param $url is fine. It’s what is in the group forums admin screen. The point of failure is when it gets a $response back from wp_remote_get(). It gets 404. So functions higher up the food chain that eventually call this think that there isn’t a ‘pingback server uri’. So nothing happens. No forum creation. No forum, no topics. No nothing.
That’s as far as I’ve gotten with this. Usually explaining it makes it clearer but not this time. Gotta go delve into bbpress and see why it’s returning 404 for a simple ‘gimme the header and your html for the url where you live’.
December 13, 2008 at 1:51 am #34299In reply to: Group forums working yet not working
Burt Adsit
Participantwardeh and others,
there is a little link to an .htaccess file you need to put in the bbpress directory. In bbpress settings > general settings > pretty permalink types you’ll see a notice that you need to create a .htaccess file with a link to ‘privided here’. Cut and paste, send it up to your bbpress root directory.
bbpress needs a .htaccess file for apache if you are running permalinks and not the xxx.php?something type of url.
December 13, 2008 at 1:03 am #34297In reply to: bbPress Force Login for Buddypress
Wardee
ParticipantThank you! I will give this a try! (Well, after I get the forums to work.)
December 13, 2008 at 12:16 am #34295In reply to: Group forums working yet not working
Andy Peatling
KeymasterFor people that it is not working for: Are you sure the new user you created in bbpress for BuddyPress to use has admin privileges in bbPress? Basically the account that you enter into site admin > group forums?
December 12, 2008 at 11:08 pm #34294In reply to: Can I use WPMU 2.6.5 and bp-forums?
Arturo
Participantall is possible
but Andy in the readme say wpmu 2.7 or trunk and same for bbpress.p.s. Oh Nicola e tu anzicche’ chiedere qui chiedi su http://www.buddypress-it.it che e’ il sito di supporto italiano no?
December 12, 2008 at 9:25 pm #34292In reply to: Can I use WPMU 2.6.5 and bp-forums?
Arturo
Participantno, you can use the trunk of wpmu and the same of bbpress, or wait for the wpmu 2.7 and the beta of bbpress 1.0.
December 12, 2008 at 8:56 pm #34291In reply to: Group forums working yet not working
Wardee
Participantbebopcool: “i cannot make the user created for buddypress in bbpress an admin as i cannot access to bbpres user profile (it gives a 404 error on every user imported from wordpress)”
That’s what happens to me, too.
The forums are with the groups now, but no posts can be added.
December 12, 2008 at 5:59 pm #34288In reply to: Group forums working yet not working
bebopcool
Participantwpmu trak version 1574
bbpress 1.0 alpha 2
buddypress 658
pb with cookie integration between bbpress and wordpress
i cannot make the user created for buddypress in bbpress an admin as i cannot access to bbpres user profile
(it gives a 404 error on every user imported from wordpress)
it tried to use the bbpress integration function that allows to give a role to wordpress users :
the new forumbdpress is put as an administrator in wpmu
but he does not appear as an administrator is bbpress
surely those pb are not directly linked with your plugin
but it makes it working not properly :
the groups forums seems to be created but
i cannot create topics in groupes forums
December 12, 2008 at 10:27 am #34271In reply to: Group forums working yet not working
net3s
ParticipantWhen I create a group with forum, its creating a forum on http://ninofonline.be/bbpress/.
But i can’t post a topic. (http://ninofonline.be/)
December 12, 2008 at 12:12 am #34266In reply to: Which version of bbpress to use?
Burt Adsit
Participant@zenseeker, ok here’s the mu trunk link:
http://svn.automattic.com/wordpress-mu/trunk
Balance? Balance?! What balance? Alphas, betas and trunks (all together now) Oh, My!
I’m getting goofy. Gotta lay off the caffeine.
-
AuthorSearch Results