Issue Accessing Admin Interface After System Upgrade

Hello everyone,

I recently upgraded the system to version 4.5.1-1. After the update, I lost access to the admin interface. However, the system itself appears to be running fine, and I am still able to connect via SSH.

I’ve attached some screenshots that might help. It seems there is an issue related to Nginx.

Any assistance would be greatly appreciated.

Best regards,

```

sudo systemctl status nginx

Execute the commands below and restart NGINX

apt clean all
apt update
apt upgrade -y

Then,

/usr/share/vitalpbx/scripts/config_web_server

Finally,

systemctl restart nginx
1 Like

Dear Miguel,

Thank you very much for your prompt response and support. I’d like to inform you that I am now able to access the control panel successfully.

Note:
I have attached the output of the commands you provided. It appears that there are some issues indicated in the results—could you please confirm whether these might affect the system’s performance?

Output of #apt upgrade -y**

Thanks again for your valuable assistance.

Best regards,

Do the following:

rm -rf /etc/nginx/pbx-addons/*.dpkg-new

Thne,

dpkg --configure -a

Output : #dpkg --configure -a

Try running the command below. maybe you are not running the CLI with full root privileges!

su -

Dear Miguel,

I believe the issue has been resolved. Please find attached a screenshot of the output for your reference.

I sincerely thank you from the bottom of my heart for your support. I am using this system to assist relatives outside the Gaza Strip in staying in touch with their loved ones inside, especially during these difficult times due to the war.

I was about to completely remove and reinstall the system, but your help saved me from that step.

Once again, thank you so much for your kind assistance.

Best regards,

It’s been a pleasure!

Regards!

Dear Miguel,

Following up on the previous issue that has not been fully resolved, although I am now able to access the control panel after multiple attempts, I have attached screenshots to illustrate the problem.

Despite the attached issues, I am still able to access the control panel in the end, but the problem remains somewhat annoying.

Best regards,

Hi, I had the issue after updating. i did it on a test system so no big deal, but any news on a fix or the fix will come on the next release.

In my case doing these as first suggested by Miguel seems to do the trick
apt clean all
apt update
apt upgrade -y

/usr/share/vitalpbx/scripts/config_web_server

systemctl restart nginx

apt upgrade -y

Did you figure this out? I’m still getting this error!

Run the command below via the command line

dpkg --configure -a

Finally, reinstall the Logger Core package

apt-get --reinstall install logger-core -y

Ran as you said, did require restart NGINX as well and that did fix it! Thank You!

1 Like

Dear Miguel,

Thank you for your attention to the mentioned issue. I have executed the commands you provided; however, the problem still appears when accessing the system control panel for the first time. Interestingly, the issue disappears after refreshing the page.

Kind regards,

Try a private tab and a different browser.
Clean browser cache.

Did you restart NGINX as I noted I had to?