Viewing 7 replies - 1 through 7 (of 7 total)
  • I found the same problem ??

    Here’s the quick fix for this bug,

    Open up Pie-Register.php in a texteditor scroll down to the function “Add2Profile()” inside this function scroll about 15 lines down you will see the following code:
    $value = get_user_meta( $user_ID, $id);
    replace the above code with the following code:
    $value = get_user_meta( $user_ID, $id, true );

    it worked

    Hi deodato,

    I have changed the code and I can add custom fields. But later, the new custom fields deleted. What do you think abaout this?

    This $value = get_user_meta( $user_ID, $id, true ); helped me a lot. Thanks for the code snippet!

    Hello, I am having the same problem. I performed the code switch, and now the custom field passes a blank value to the profile.
    Thanks

    It works for me too
    Thx

    In my case, I have nailed this issue down to a conflict with the New User Approve plugin.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Pie Register] Custom fields data returning 'Array'’ is closed to new replies.