Latest 5.0 = 403 + no stats being recorded

MentaL

Well-Known Member
#1
Hi

Upgraded to the latest build but after a minute all pages are greeted with a 403, also, no stats appear to show also. Currently running all sites on SSL.

Thanks.

(Fix, downgrade to 4.2.23).
 

mistwang

LiteSpeed Staff
#4
If you would like someone from LiteSpeed to take a look, just let us know.
That error is related to WebAdmin console. If you login again, it should work.
 
#11
Experiencing same bug in latest version.
CLOUDLINUX 6.9 standard WHM v68.0.19

To fix it I edited:
/usr/local/lsws/admin/html.5.2.2/classes/ws/STATS.php
found the line:
if (strpos($_SERVER['LS_PLATFORM'], 'freebsd') !== FALSE) {
and basically just disabled the if to always return true:
if (true){

works fine now. Would be good to have it fixed properly though
 
Top