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.
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.
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