We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 34231
    • 5 Posts
    On just one of my MODX installations, the username and logout button in the top bar in the manager is missing. I think this error appeared a year ago when I installed a upgrade from 1.x to 2.0. Today I upgraded to 2.2.0-pl2, but the problem still exists.

    I manually removed all contents of de /core/cache folder.

    When I check the HTML-sources of the manager, the hyperlink look like built OK, but with empty values:

    <div class="rightlogin">
      <a class="modx-user-profile" href="?a=68"></a>
      <a class="modx-logout" href="javascript:;" onclick="MODx.logout();"></a>
    </div>
    


    Anyone an idea how to fix this issue?