session_start(): open(/var/lib/lsphp/session/lsphp81/sess_n9kpn5g8i383uai4ake9e8hbac, O_RDWR) failed: Permission denied (13)

#1
Hi all, I have my own Cyberpanel with Open Litespeed. Everything is great and I have a wordpress with php 8.1 running. When I try to add shortcodes in the Breakdance Builder I get this error:

session_start(): open(/var/lib/lsphp/session/lsphp81/sess_n9kpn5g8i383uai4ake9e8hbac, O_RDWR) failed: Permission denied (13)

1672877232212.png

It only happens when I try to add shortcodes. The devs at Breakdance Builder told me that its a server issue. When I change to php 8.0, the error goes away. I did make some changes through cyberpanel for filesize upload's, but not anything big. Can someone help me out?
 
#3
I fixed the problem by reinstalling the entire server. The moment you change values of the php 8.1 (increase upload size), it gives this issue. I fixed it by doing my uploads with php 7.4 (by changing the values) and then using the unedited version of 8.1 to run things. I think it's a bug in Cyberpanel honestly.
 
#4
In fact, I am not even bothering changing the php version. I just upload the plugin through cyberpanel to wp-content and bypass all of that. I do know though, that when you change the php values of 8.1 through cyberpanel (increase post size and upload size) the error above happens. I have the newest Open Litespeed Cyberpanel on ubuntu 22.04
 
Top