CyberPanel Community

Laravel script 503 Service Unavailable

2 replies
jo
josephgodwinke #2

Welcome @mdshehan Happy you are here

Considering you are using PHP I believe this is a PHP sessions issue. Just run as sudo user:

# deletes php 8.1 session folders and recreates them
$ rm -rf /var/lib/lsphp/session/lsphp81; mkdir -p /var/lib/lsphp/session/lsphp81; chmod 1733 /var/lib/lsphp/session/lsphp81
IM
IMRAN #3

have you solved?

Sign in to reply