About LiteSpeed update

#1
Hello.
I updated LiteSpeed from 5.4.2 to 5.4.3 with the following command:

sudo /usr/local/lsws/admin/misc/lsup.sh -f -v 5.4.3 -b 0

However, when I try to log in to the control panel after upgrading, the following error is displayed.

Warning: session_start(): open(/usr/local/lsws//admin/tmp/sess_<session ID>, O_RDWR) failed: Permission denied (13) in /usr/local/lsws/admin/html.5.4.3/classes/ws/CLIENT.php on line 57

WebAdmin Console
<login form>

Copyright © 2002-2019 LiteSpeed Technologies, Inc. All Rights Reserved.

Warning: Unknown: open(/usr/local/lsws//admin/tmp/sess_<Session ID>, O_RDWR) failed: Permission denied (13) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/usr/local/lsws//admin/tmp) in Unknown on line 0

Is my update method wrong?
For now, I'm using the server backup data to downgrade to 5.4.2, but I would appreciate any advice.
Best regards.
 

NiteWave

Administrator
#2
please try
Code:
/usr/local/lsws/admin/misc/lsup.sh -f -d -v 5.4.3
it should fix the issue since we've received another report about the same issue and above dbg build fixed it.
 
Top