MinnPost/object-sync-for-salesforce

The Ultimate Member plugin runs two actions on creating a user. One of them incorrectly causes an error log with this plugin.

jonathanstegall opened this issue · 0 comments

Describe the bug
When the Ultimate Member plugin is installed, creating a new user results in an "unable to process queue item because it has no WordPress ID" error log. This is because Ultimate Members relies on a different action in WordPress, and the ID is not passed into the data.

To Reproduce
Steps to reproduce the behavior:

  1. Install that plugin
  2. Create a fieldmap for user
  3. Add a new user
  4. Check the error logs

Expected behavior
It's not correct that an error is happening. Ideally we would be able to figure out which action is running incorrectly and stop it from running, but I was unable to figure out how to do that. So alternatively I think we should make sure that if this plugin is the cause of the posted data that the ID is present.