• Resolved patrikhoermann

    (@patrikhoermann)


    I made a chield-theme with a custom functions.php.

    There a Customer can go through a step by step – manual.
    Everytime a Step is finished a Value in the database will be increaded to save the progress.
    Also i have some text-fields where the User can insert a url and it gets saved in the database.

    My Code is working and the Values and text-fields for the url gets updated correctly, but somehow the user-page with the meta-fields do not show the right value.
    I installed Ultimate Member in Mai and never made an Version update – everything worked fine.

    Now I updated to 2.1.2 and that error occured.
    I am also free to show the error via video-chat if that helps to clearify my problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @patrikhoermann

    Do you have cache installed on your site/server? If so, could you please try excluding the UM pages from the cache and see if the issue goes away?

    Regards,

    Thread Starter patrikhoermann

    (@patrikhoermann)

    Thanks for the hint – Reload the page with cleared browser-cage did not help in the first place.
    I have no Cache-Plugin installed but clearing the user-cache in UM did the trick.

    To disable the user-cage permanently I inserted:

    
    add_filter("um_get_option_filter__um_profile_object_cache_stop","__return_true");
    
    

    In my functions.php – tested it and now everything works like a charm again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘User Page – Custom Text fields show wrong meta-Value’ is closed to new replies.