You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When adding a member from Add Member from Admin the field value entered is not saved
To Reproduce
Steps to reproduce the behavior:
Go to Pods and extend PMPro Member with a field
Go to Add Member from Admin complete form, including the custom field created with Pods, and add member
Navigate to Users > All Users and open added user's profile.
See error.
Expected behavior
Member field data to be saved to wp_usermeta table.
Isolating the problem (mark completed items with an [x]):
I have deactivated other plugins and confirmed this bug occurs when only Paid Memberships Pro plugin is active.
This bug happens with a default WordPress theme active, or Memberlite.
I can reproduce this bug consistently using the steps above.
Debug Log
```
PHP Notice: Trying to access array offset on value of type bool in C:\Users\Admin\Local Sites\pmpro\app\public\wp-content\plugins\pmpro-pods\src\Pods\Integration.php on line 187
PHP Notice: Trying to get property 'ID' of non-object in C:\Users\Admin\Local Sites\pmpro\app\public\wp-content\plugins\pmpro-pods\src\PMPro\Objects\Member_Profile.php on line 159
</details>
The text was updated successfully, but these errors were encountered:
Describe the bug
When adding a member from Add Member from Admin the field value entered is not saved
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Member field data to be saved to wp_usermeta table.
Isolating the problem (mark completed items with an [x]):
Debug Log
PHP Notice: Trying to get property 'ID' of non-object in C:\Users\Admin\Local Sites\pmpro\app\public\wp-content\plugins\pmpro-pods\src\PMPro\Objects\Member_Profile.php on line 159
The text was updated successfully, but these errors were encountered: