Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BP Avatars in bbPress


John James Jacoby
Keymaster

@johnjamesjacoby

Okay, if I do it with the all members checked and with your debug and die method, I get an out of memory error every time.

POST /xmlrpc.php HTTP/1.0
Host: delsolownersclub.com
Content-Type: text/xml
User-Agent: The Incutio XML-RPC PHP Library -- bbgroupforums /0.2
Content-length: 284

<?xml version="1.0"?>
<methodCall>
<methodName>bp.ociGetAllGroups</methodName>
<params>
<param><value><array><data>
<value><string>dsoc</string></value>
<value><string>{valid pw}</string></value>
<value><int>1</int></value>
</data></array></value></param>
</params></methodCall>

<b>Fatal error</b>: Out of memory (allocated 31719424) (tried to allocate 1645602 bytes) in <b>/homepages/8/d149961498/htdocs/delsolownersclub/wp-includes/class-IXR.php</b> on line <b>107</b>

AH ha!


oci_bp_groups_forums.php – line 340

if I comment out…

add_filter('oci_get_user','oci_get_xprofile_filter',10,1);

And run the group import tool for Groups only, it works exactly like it should (without any xprofile info of course :/ )

If I run it for all users, I no longer get an out of memory error, but it does come back and give me a parse error.

I consider that progress. The connection is definitely good. They’re talking back and forth. I must just have some gummed up user info that’s messing with the parsing of the XML return? Does that make sense?

I do have 3 pages of xprofile info per user for it to import, so I mean there is the potential for there to be alot of info back and forth.

Skip to toolbar