• Resolved poddubny66

    (@poddubny66)


    Hello,

    I’ve noticed that the ‘Update’ button on the user profiles page doesn’t actually seem to update any of the data associated with the user profile. I think the problem is in ‘function atcf_shortcode_profile_info_process()’, where the contents of the $POST array are checked. When I do a ‘var_dump($POST)’, I’m getting ‘array(0) { } ‘ printed out. I think that the array is empty because the REQUEST_METHOD seems to be GET, but I have no idea why, because the form on the page should be setting the method to post. It looks like this…'<form action=”” method=”post” class=”atcf-submit-campaign”>’.

    Any ideas on why this might be happening? I’m currently running WordPress locally, would that have anything to do with it?

    Here’s a link to the php file that does the processing. I’m modifying the original crowdfunding plugin to support multiple user types with custom fields attached.

    Any help would be appreciated!

    https://wordpress.org/plugins/appthemer-crowdfunding/

  • The topic ‘Updating User Profiles Not Working’ is closed to new replies.