• I love your plugin!
    Please can you help me.

    So when a members logs in I force them to update their profile details like so
    url
    https://www.website.com/edit/?profiletab=main&um_action=edit

    When you update the profile form and click on the update button
    The message i keep getting is this:
    You are not allowed to edit this user.

    This all started after the last update, as the administrator I am unable to see the profile form when i view the page

    Can you please help me, I have a different website where i have not updated the your plugin and everything works 100% there but not here after the update.

    Some custom css i have added:
    div.um-profile-photo{display:none !important;}

    .um .um-tip:hover,
    .um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
    .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
    .um .um-member-name a:hover,
    .um .um-member-more a:hover,
    .um .um-member-less a:hover,
    .um .um-members-pagi a:hover,
    .um .um-cover-add:hover,
    .um .um-profile-subnav a.active,
    .um .um-item-meta a,
    .um-account-name a:hover,
    .um-account-nav a.current,
    .um-account-side li a.current span.um-account-icon,
    .um-account-side li a.current:hover span.um-account-icon,
    .um-dropdown li a:hover,
    i.um-active-color,
    span.um-active-color
    {
    color: #0047aa!important;
    }

    .um .um-field-group-head,
    .picker__box,
    .picker__nav–prev:hover,
    .picker__nav–next:hover,
    .um .um-members-pagi span.current,
    .um .um-members-pagi span.current:hover,
    .um .um-profile-nav-item.active a,
    .um .um-profile-nav-item.active a:hover,
    .upload,
    .um-modal-header,
    .um-modal-btn,
    .um-modal-btn.disabled,
    .um-modal-btn.disabled:hover,
    div.uimob800 .um-account-side li a.current,
    div.uimob800 .um-account-side li a.current:hover
    {
    background: #0047aa!important;
    }

    .um .um-field-group-head:hover,
    .picker__footer,
    .picker__header,
    .picker__day–infocus:hover,
    .picker__day–outfocus:hover,
    .picker__day–highlighted:hover,
    .picker–focused .picker__day–highlighted,
    .picker__list-item:hover,
    .picker__list-item–highlighted:hover,
    .picker–focused .picker__list-item–highlighted,
    .picker__list-item–selected,
    .picker__list-item–selected:hover,
    .picker–focused .picker__list-item–selected {
    background: #0047ff!important;
    }

    .um input[type=submit]:disabled:hover {
    background: #0047aa!important;
    }

    .um input[type=submit].um-button,
    .um input[type=submit].um-button:focus,
    .um a.um-button,
    .um a.um-button.um-disabled:hover,
    .um a.um-button.um-disabled:focus,
    .um a.um-button.um-disabled:active {
    background: #0047aa!important;
    }

    .um .um-button.um-alt:hover, .um input[type=submit].um-button.um-alt:hover {
    background: #e5e5e5!important;
    }

    .um .um-button.um-alt, .um input[type=submit].um-button.um-alt {
    background: #e5e5e5!important;
    }

    .um a.um-link {
    color: #3ba1da!important;
    }

    .um input[type=submit].um-button:hover,
    .um a.um-button:hover {
    background-color: #0047ff!important;
    }

    .um a.um-link:hover,
    .um a.um-link-hvr:hover {
    color: #0047ff!important;
    }

    .page-id-493 #menu-dd9ae7c {display: none;
    }

    .page-id-161 .um-profile-meta {display: none;
    }
    .page-id-161 .um-header.no-cover {display: none;
    }
    .page-id-161 div.um-header.no-cover {display:none !important;}

    .page-id-22 .um-profile-meta {display: none;
    }
    .page-id-22 .um-header.no-cover {display: none;
    }
    .page-id-22 div.um-header.no-cover {display:none !important;}

    .page-id-561 #menu-dd9ae7c {display: none;
    }

    .page-id-24 #menu-dd9ae7c {display: none;
    }

    .page-id-26 #menu-dd9ae7c {display: none;
    }

    .page-id-161 #menu-dd9ae7c {display: none;
    }

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter jelukha

    (@jelukha)

    Error
    Failed to load resource: the server responded with a status of 500 (Internal Server Error)
    <html xmlns=”http://www.w3.org/1999/xhtml&#8221; lang=”en-US”><head>
    <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″>
    <meta name=”viewport” content=”width=device-width”>
    <meta name=”robots” content=”noindex,follow”>
    <title>WordPress › Error</title>
    <style type=”text/css”>
    html {
    background: #f1f1f1;
    }
    body {
    background: #fff;
    color: #444;
    font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, “Helvetica Neue”, sans-serif;
    margin: 2em auto;
    padding: 1em 2em;
    max-width: 700px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    }
    h1 {
    border-bottom: 1px solid #dadada;
    clear: both;
    color: #666;
    font-size: 24px;
    margin: 30px 0 0 0;
    padding: 0;
    padding-bottom: 7px;
    }
    #error-page {
    margin-top: 50px;
    }
    #error-page p {
    font-size: 14px;
    line-height: 1.5;
    margin: 25px 0 20px;
    }
    #error-page code {
    font-family: Consolas, Monaco, monospace;
    }
    ul li {
    margin-bottom: 10px;
    font-size: 14px ;
    }
    a {
    color: #0073aa;
    }
    a:hover,
    a:active {
    color: #00a0d2;
    }
    a:focus {
    color: #124964;
    -webkit-box-shadow:
    0 0 0 1px #5b9dd9,
    0 0 2px 1px rgba(30, 140, 190, 0.8);
    box-shadow:
    0 0 0 1px #5b9dd9,
    0 0 2px 1px rgba(30, 140, 190, 0.8);
    outline: none;
    }
    .button {
    background: #f7f7f7;
    border: 1px solid #ccc;
    color: #555;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top;
    }

    .button.button-large {
    height: 30px;
    line-height: 28px;
    padding: 0 12px 2px;
    }

    .button:hover,
    .button:focus {
    background: #fafafa;
    border-color: #999;
    color: #23282d;
    }

    .button:focus {
    border-color: #5b9dd9;
    -webkit-box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
    box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
    outline: none;
    }

    .button:active {
    background: #eee;
    border-color: #999;
    -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    }

    </style>
    </head>
    <body id=”error-page”>
    <p>You are not allowed to edit this user.</p>

    </body></html>

    Thread Starter jelukha

    (@jelukha)

    I rolled back to version Version: 2.0.46
    Everything works great on V 2046
    Can you kindly investigate the latest version of your plugin
    This is such a great plugin with hours and hours of work done on my website
    it is critical that we rectify this issue
    Looking forward to your reply

    It sounds like you were facing a similar issue to one I encountered on a client site:

    https://github.com/ultimatemember/ultimatemember/issues/568

    However, I was having the same issue in 2.0.46. Can you confirm that’s the version you rolled back to? At the time of your post, 2.0.46 was the most recent version.

    Be careful about rolling back, as the changes were in response to this:

    https://blog.sucuri.net/2019/05/multiple-vulnerabilities-in-the-wordpress-ultimate-member-plugin.html

    Same problem after plugin update

    @alexterrenas No problem! If you’re able to post more about your situation in the Github issue, that might help isolate what’s causing the problem for us. (That said, my hope is that they’ll also fall back to the current user’s ID if the ID isn’t set by an argument.)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Users Cant update there profile details’ is closed to new replies.