Help with FreePBX - Showing Multiple Issues - Searched Everything on the Community

Hello,

We have been running FreePBX for some time now and we recently received some errors on our Admin WebGUI status.

Some symptoms I have noticed:

RED Error on Asterisk stating it’s not running
YELLOW Warn on Op Panel stating it’s not running, but continue to function
YELLOW Warn on SSH stating it’s not running, but I can SSH into the PBX.
Extensions, DIGIUM addon, FollowMe and DAHDI are grayed out.

This is the log I’m getting from retrieve_conf

exit: 0
Checking for PEAR DB…OK
Checking for PEAR Console::Getopt…OK
Checking for /etc/amportal.conf …OK
Bootstrapping /etc/amportal.conf …OK
Parsing /etc/amportal.conf …OK
Parsing /etc/asterisk/asterisk.conf …OK
Connecting to database…OK
Connecting to Asterisk manager interface…OK
Added to globals: ASTETCDIR = /etc/asterisk
Added to globals: ASTMODDIR = /usr/lib/asterisk/modules
Added to globals: ASTVARLIBDIR = /var/lib/asterisk
Added to globals: ASTAGIDIR = /var/lib/asterisk/agi-bin
Added to globals: ASTSPOOLDIR = /var/spool/asterisk
Added to globals: ASTRUNDIR = /var/run/asterisk
Added to globals: ASTLOGDIR = /var/log/asterisk
Added to globals: CWINUSEBUSY = true
Added to globals: AMPMGRUSER = admin
Added to globals: AMPMGRPASS = amp111
Added to globals: AMPDBENGINE = mysql
Added to globals: AMPDBHOST = localhost
Added to globals: AMPDBNAME = asterisk
Added to globals: AMPDBUSER = freepbx
Added to globals: AMPDBPASS = ritsdesk
PHP Warning: Missing argument 1 for digiumaddoninstaller_conf::generateConf(), called in /var/lib/asterisk/bin/retrieve_conf on line 658 and defined in /var/www/html/admin/modules/digiumaddoninstaller/functions.inc.php on line 48
Table does not exist: queues_config
Table does not exist: meetme
Table does not exist: parkinglot
Notice: no iax trunks defined
Notice: no AMP Users defined
Please update your modules and reload Asterisk by visiting http://pbx.polariswireless.int:81/admin
1 error(s) occurred, you should view the notification log on the dashboard or main screen to check for more details.

I tried looking for the solution on the community website, but most of the solutions are generic and dead ends with no replies.

I would greatly appreciate the help and thanks in advance if anyone can help.

Also, our phone systems are still functional if that helps as well.

Thanks,
John

I found the issue to my problem.

/etc/hosts 127.0.0.1 LocalHost
was commented out.

After I uncommented it and restart asterisk service, it fixed the issue.

Hope this helps ppl.