• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Znote problem with permissions

gritness

Member
Joined
May 26, 2021
Messages
33
Reaction score
6
Hey Guys,

bellow You can see part of error log from webserwer, what could have happened ??


2021/10/24 20:27:01 [error] 99310#0: *50 FastCGI sent in stderr: "PHP message: PHP Warning: session_start(): open(/var/lib/php/session/sess_r8c5q874d52dhahtfoqpufmr3l, O_RDWR) failed: Permission denied (13) in /var/www/html/engine/init$
 
Could it be the files are not owned by the web user?
Code:
chown -R www-data:www-data /var/www/html/
 
Back
Top