I have tried several times but the same error always appears.
]]>I have tried
1) disabling all plugins and keeping only this. 2)Rebooted the VM server. 3) Deleted all unnecessary forms in UM. 4) I tried to reinstall core pages using wp-admin/admin.php?page=um_options&um_adm_action=install_core_pages, but I get a “Security Check” error. (I was logged in as admin on wordpress)
I am an intermediate WP user. Please help.
Thank you.
Word press is running 6.4.1. UM 2.7.0.
profile_update
hook in WordPress is designed to have 3 parameters, as documented on the WordPress codex. Other functions and plugins rely on this structure:
do_action( ‘profile_update’, $user_id, $old_user_data, $userdata );
However, it appears that the Metabox user profile form is calling this action but only passing 2 parameters. To ensure compatibility and proper functionality with other plugins, it is necessary to update the Metabox function to pass all 3 parameters as specified in the WordPress documentation.
By updating the function to include the missing third parameter ($userdata
), you align with the expected behavior defined by WordPress and ensure compatibility with other plugins that rely on the profile_update
action.
I just added a new field, for example the “hometown”.
I want to update all the old user this field, and I can edit it in the Default Profile page, but when I Update Profile, nothing happen. The page refreshed, but it not update the info.
Anyone knows how to solve it?
Thanks!
But when those users received notification about the subscription from Mailchimp, they could not update their profile.
Checked with Mailchimp side, and they detected the code from the profile update section has been customized compared to their default one.
Pls help me doublecheck the info sending from our plugin.
]]>“Update Profile” button of account page is not working.
]]>I am very desparate, so any help is so so so welcome. I have no idea, what to do…
I have an issue with the Profile Form of UM. I designed a nice profile form and put the shortcode on the Account-Page. I looked just fine but Useres weren’t able to update their data. After hours and hours of google, i found out: The Pofile Form only works on the User-Page, so i switched the pages. Now, the Profile-Form-Shortcode is embedded in the User-Page.
Unfortunately, the formally very nice looking Profile-Form does not show up any more. I only can see the content of the filled in fields – nothing else. Not even the Button to update the Data. When is switch the pages again, its there again. So there must be some problem with the Form and the User-Page, i guess…
What am i doing wrong?
THX for your response! Best regards
Johannes
Of course, when I try to update an existing user i receive this message (as expected): You’re already subscribed. To update your Mailchimp profile, please click to send yourself an update link. (with the link to generate the update link mail)
But when I receive the mail that should contain the update link the href for the link is empty. (no url)
Here is a snippet from th raw contents of the email I receive (without headers):
`A request has been made to update your Mailchimp account profile information. To do so please use the following link: Update Mailchimp Profile Info
As you see there is no URL included with the link.
I have never encountered this issue elsewhere, so I don’t think this is being filtered anywhere on my server or my mail server (I also tried this with two different accounts on two different mail servers). In this mail the href links for your affiliate “badge” are also correct. (ie. The correct links are included i this message “This email was generated by the Easy Forms for Mailchimp plugin, created by YIKES Inc.” It’s only the profile update link itself that is empty.
I have noticed a few similar issues in your forum, but no clear resolution. I hope you can help.
]]>