[8.160][BUG][FIXED] Error when opening Dashboard

Hi there,

I just installed Beta 8.160 and restored my settings through my backup file.
When I open the Dashboard I get the following error:

Can't use string ("0") as a HASH ref while "strict refs" in use at /wfe/asg/modules/asg_dashboard.pm line 87. 

The Dashboard doesn't open and where it should be it only writes "undefined".
Parents
  • That's indeed strange. Can you please issue a "cc get_dashboard_data" on the console and post the output/error message here?
  • The output from "cc get_dashboard_data" is the following:

    get_dashboard_data returned 0
    [
              'UNEXPECTED',
              {
                'attrs' => [
                             'method',
                             'perl_error'
                           ],
                'fatal' => 1,
                'format' => 'Unexpected error in %s:
    %s',
                'method' => 'get_dashboard_data',
                'msgtype' => 'UNEXPECTED',
                'name' => 'Unexpected error in get_dashboard_data:
    Illegal division by zero at /Info/webadmin.pm line 547.
    ',
                'never_hide' => 0,
                'perl_error' => 'Illegal division by zero at /Info/webadmin.pm line 547.
    '
              }
            ]
Reply
  • The output from "cc get_dashboard_data" is the following:

    get_dashboard_data returned 0
    [
              'UNEXPECTED',
              {
                'attrs' => [
                             'method',
                             'perl_error'
                           ],
                'fatal' => 1,
                'format' => 'Unexpected error in %s:
    %s',
                'method' => 'get_dashboard_data',
                'msgtype' => 'UNEXPECTED',
                'name' => 'Unexpected error in get_dashboard_data:
    Illegal division by zero at /Info/webadmin.pm line 547.
    ',
                'never_hide' => 0,
                'perl_error' => 'Illegal division by zero at /Info/webadmin.pm line 547.
    '
              }
            ]
Children
No Data