• I am having trouble fixing an undefined index on this error I have on my website. You can see it on https://www.f4ftraining.com. The error states –>

    Notice: Undefined index: user in /home/casey4fitness/public_html/wp-content/plugins/ultimate-member/core/um-filters-profile.php on line 54 Home

    The problem as it states in the error above lies in the filters profile of the core of this Ultimate Member Plugin.
    I went to line 54 of the error, and tried many things. I changed it back to the coding it was before I started messing with it so that someone can help. Here’s the block of coding. Line 54 is the first line of code.

    if ( $id == $ultimatemember->permalinks->core[‘user’] && in_the_loop() ) { ;
    if ( um_is_core_page(‘user’) && um_get_requested_user() ) {
    $title = um_get_display_name( um_get_requested_user() );
    } else if ( um_is_core_page(‘user’) && is_user_logged_in() ) {
    $title = um_get_display_name( get_current_user_id() );
    }
    }

    Please help and tell me what you guys are missing in your Ultimate Member plugin that’s causing this, because this plugin error is keeping me from making a big step with my website. Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter caseywilson323

    (@caseywilson323)

    I’ve tried everything I could think of. I know I’m doing something wrong. Please help me find out what’s wrong in this this plugin, I’m on a deadline!!

    Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @caseywilson323,

    This may be because of a plugin/theme conflict. Can you please do a conflict test and see if the issue goes away? This doc explains how to do a conflict test if you are not sure: How to do a plugin/theme conflict test?

    Regards.

    Thread Starter caseywilson323

    (@caseywilson323)

    Hi, I took a break from this project after missing the deadline I needed to meet with it. I have tried live previews of several themes with WordPress, and it’s giving me the same error except it looks worse.

    I had the plugin before working for me with the current theme I had, and I think when I used your update with your plugin, that the update didn’t fit well with what I had.

    Please let me know if you have any other suggestions, thanks.

    Casey Wilson

    Thread Starter caseywilson323

    (@caseywilson323)

    I also took the exact steps from the the link you gave me in How to do a plugin/theme conflict test. The problem still persists. What would you suggest now in order for me to continue to use your plugin? If I can’t solve this soon, I may have to switch with another plugin service.

    Casey Wilson

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Undefined Index in Coding of Ultimate Member Plugin’ is closed to new replies.