CyberPanel Community

ClosedCyberPanel IP:8090 Access 500 Internal Server Server Error

ra
rashedit #1

Dear cyberpanel,

I Got 500 Internal Server Error from Cyberpanel IP:8090.
Website and WebAdmin :7080 is working fine.
I tried systemctl restart lscpd - and its running just fine.
Sometimes having the same problem.

How can I solve this permanently?

note:


Screenshot_82

I used the v2.1.2 Stable. there was no problem. but for some reason i upgrade to the latest 2.3.2 stable.since then this problem started. then i downgrade to 2.1.2 stable. but the problem is not solved.

9 replies
jo
josephgodwinke #2

Hello @rashedit, Happy to have you

  1. Run command touch /usr/local/CyberCP/debug, this will start generating more debug logs
  2. Run CyberP upgrade
  3. Post the contents of your /home/cyberpanel/error-logs.txt , /usr/local/lsws/logs/access.log and /usr/local/lsws/logs/error.log
  4. Post the contents of the service status:
$ sudo service lscpd status
jo
josephgodwinke #4

I see you did not run an upgrade.

Here is a guide of how to upgrade CyberP in summary the command is:

sh <(curl https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh)

ra
rashedit #7

when i restart server or cyberpanel then it’s works fine.
after some time passed the problem appeared but all website is working.

ra
rashedit #9

yes only admin panel.

jo
josephgodwinke #10

Then we can rule out an OLS issue assuming you did not tamper with default installation. Post the result of systemctl status mariadb

NK
Nitesh Kunnath #11

Maybe some packages of mariadb is missing/deleted by the OS while doing some upgrade or update actions

If the problem is still unresolved, I will suggest you to reinstall mariadb (be careful while doing this as its sensitive…if anything wrong happens, your mariadb will be down and thus all your sites). Better you take snapshot of your whole server before trying this for safety.

Follow this method: Upgrading MariaDB manually - #3 by nick.chomey

Sign in to reply