TypeError when adding dashlets to home page

Hi All,
While adding dashlets on Home page I am getting erro in console(fire bug) like that,
TypeError: document.getElementById(...) is null

How do I fix that??????

Looking forward for reply.....

Thanks & Regards
Sumit Sahay


Parents
  • Hi All,
    I am not able to add dashlets on Home page, as in the browser one type error is coming as below,

    if((num_dashlets)>=SUGAR.mySugar.maxCount){alert(SUGAR.language.get('app_strings','LBL_MAX_DASHLETS_REACHED'));return;}
    ajaxStatus.showStatus(SUGAR.language.get('app_strings','LBL_LOADING'))

    Can anybody have any clue in this regard?????

    Thanks & Regards
    Sumit Sahay

  • Hi Sumit,

    Have you tried navigating to Admin > System Settings and raising the "Maximum number of Sugar Dashlets on Homepage" setting? By default, this is set to 15, but you should be able to raise this, assuming you're trying to add a 16th dashlet to your home page. When hitting this limit, you should see an error like this as well:

    However, this popup looks to be the error being called in the message you posted above.

    I hope this helps.

    -Alex
Reply
  • Hi Sumit,

    Have you tried navigating to Admin > System Settings and raising the "Maximum number of Sugar Dashlets on Homepage" setting? By default, this is set to 15, but you should be able to raise this, assuming you're trying to add a 16th dashlet to your home page. When hitting this limit, you should see an error like this as well:

    However, this popup looks to be the error being called in the message you posted above.

    I hope this helps.

    -Alex
Children
No Data