This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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

 I've been looking for some clues for several days to solve this error ...

Can't use string ("0") as a HASH ref while "strict refs" in use at /wfe/asg/modules/asg_dashboard.pm line 99
Anyone have any clues on how to fix this error?



This thread was automatically locked due to age.
Parents
  • I had the same message as my UTMs Postgres DB was inconsistent and damaged.

     

    You may log into your UTM via SSH and type

     

    ps auxf | grep postgres

     

    you should see more than one or two lines here. If not there's something wrong with your DB.

    You also should have a look into your system.log (you can access it via Webinterface, or via SSH by typing

    tail -f /var/log/system.log

    while logged in.

     

    If you get messages that are pointing to a Database fail (it may is also visible in HighAvailability log) then you can try to restart your UTMs, or, you need to rebuild your DB.

    But this you should let do the support from Sophos.

Reply
  • I had the same message as my UTMs Postgres DB was inconsistent and damaged.

     

    You may log into your UTM via SSH and type

     

    ps auxf | grep postgres

     

    you should see more than one or two lines here. If not there's something wrong with your DB.

    You also should have a look into your system.log (you can access it via Webinterface, or via SSH by typing

    tail -f /var/log/system.log

    while logged in.

     

    If you get messages that are pointing to a Database fail (it may is also visible in HighAvailability log) then you can try to restart your UTMs, or, you need to rebuild your DB.

    But this you should let do the support from Sophos.

Children
No Data