Web interface of PBX Administration is not available

After emergency shutdown and reboot of the server Web interface of PBX Administration is not available now.
Now when logged via SSH, I see the following error:
PHP Warning: include_once(/etc/freepbx/.conf): failed to open stream: Permission denied in /var/lib/asterisk/bin/fwconsole on line 12
PHP Warning: include_once(): Failed opening ‘/etc/freepbx.conf’ for inclusion (include_path=‘.:/usr/share/pear:/user/share/php’) in /var/lib/asterisk/bin/fwconsole on line 12
PHP Fatal error: Class ‘Symfony\Component\Console\Application’ not found in /var/www/html/admin/libraries/FWApplication.class.php on line 11
Server is on and all extension works ok, but web interface
Please, help to resolve this because now web interface PBX Administration is not available.

Hi @ilitvin-kz

Pls login to your PBX via SSH and 1st check that config is exiting, then 2nd-think run module updates.

ls -la /etc/freepbx.comf

Upgrade modules.

fwconsole sa u 
fwcoonsole ma refreshsignatures
fwconsole ma upgradeall
fwconsole chown
fwconsole r --verbose

After that re-checke modules do not have some module Disabled

fwconsoel ma list

Thanks,
/etc/freepbx.conf doesn’t exist

[sower@cc ~]$ ls -la /etc/freepbx.comf
ls: cannot access /etc/freepbx.comf: No such file or directory
[sower@cc ~]$

What should I do with it now?

I did typos..
ls -la /etc/freepbx.conf

Pls apply Module upgrades. Thanks.

Hi, this is what I’ve got in responce to fwcoonsole ma

Please run the full commands.

ls -la /etc/freepbx.conf

And then the fwconsole commands:

fwconsole sa u 
fwconsole ma refreshsignatures
fwconsole ma upgradeall
fwconsole chown
fwconsole r --verbose

Hi @ilitvin-kz
I had write you all commands. look a bit up.

Hi,thanks a lot. It’s done.