Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • David 57 posts 80 karma points
    Jun 27, 2011 @ 22:15
    David
    0

    Dashboard error upon login

    The dashboard for some user logins gets all out of whack. The tabs all get stacked and the display is very narrow.

    I get an error pointing to

    ct100_body_dashboardTabs_tabs is undefined.  Its in the "setActiveTab" below.   I cannot trace down where this comes from or why its occurring only on a few site logins and not others. 

    Any assistance or direction is greatly appreciated.

     

        <script type="text/javascript">
    jQuery(document).ready(function() {
    setActiveTab('ctl00_body_dashboardTabs','ctl00_body_dashboardTabs_tab06',ctl00_body_dashboardTabs_tabs);
    });
    </script>

     

  • Trevor Loader 199 posts 256 karma points
    Jun 27, 2011 @ 23:14
    Trevor Loader
    0

    I've had this too in an older version of Umbraco...haven't seen it again for a while.  What version are you using?  If not 4.7.0...have you considered upgrading?

  • David 57 posts 80 karma points
    Jun 28, 2011 @ 15:00
    David
    0

    4.7 on Server 2008 R2

  • David 57 posts 80 karma points
    Jun 29, 2011 @ 14:17
    David
    0

    Fixed it.  It was a dynamic tab set to active from code that referred to the old naming schema.

Please Sign in or register to post replies

Write your reply to:

Draft