Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BP Avatars in bbPress


John James Jacoby
Keymaster

@johnjamesjacoby

If I don’t dump any variables, then nothing…

Basically the if ( !$client->query( $method, $args ) ) { returns nothing…

If I trace that back to “oci_server_get_all_groups” in the oci_bp_ side, and it never gets anything.

My guess is that this all has to do with the deep integration part… And that your code is fine and my connection is crap…

It’s weird tho, because I can post/retrieve in group forums no problem. Which means that the connection between the two sides is fine, right?

If I uncomment the var_dump as to why, I get…

string(5) "err: " object(IXR_Message)#189 (14) { ["message"]=> NULL ["messageType"]=> NULL ["faultCode"]=> NULL ["faultString"]=> NULL ["methodName"]=> NULL ["params"]=> NULL ["_arraystructs"]=> array(0) { } ["_arraystructstypes"]=> array(0) { } ["_currentStructName"]=> array(0) { } ["_param"]=> NULL ["_value"]=> NULL ["_currentTag"]=> NULL ["_currentTagContents"]=> NULL ["_parser"]=> NULL } object(IXR_Error)#188 (2) { ["code"]=> int(-32700) ["message"]=> string(28) "parse error. not well formed" }

Skip to toolbar