CyberPanel Community

500 error after update [SOLUTION]

le
leowp #1

If you received error 500 after upgrading the cyberpanel, you need to reinstall again using the command --force:

cd
rm -f upgrade.py
wget http://cyberpanel.net/upgrade.py
python upgrade.py --force

8 replies
ca
capt3n #2

still error :frowning:

ja
javap #3

Same problem - i just upgraded from 1.7 to latest using upgrade.py.
Sites work but https://:8090 produces a blank page.

ja
javap #4

Heres the error log:
2019-04-19 21:30:43.072398 [ERROR] Failed to open the real time report!
2019-04-19 21:30:44.099894 [ERROR] Failed to open the real time report!
2019-04-19 21:30:45.002204 [ERROR] Failed to open the real time report!
2019-04-19 21:30:46.005782 [ERROR] Failed to open the real time report!
2019-04-19 21:30:47.008721 [ERROR] Failed to open the real time report!

Cy
CyberPanel #5

@javap

Please empty your /tmp/lshttpd

then

systemctl restart lsws
systemctl restart lscpd
Cy
CyberPanel #6

Also, make sure LSCPD user is in the following groups

usermod -G lscpd,lsadm,nobody lscpd

ro
roziqbahtiar #7

me still error 500 on laravel web.

please help me

Sign in to reply