• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Erro in Myaac

Thiaguinsantos

New Member
Joined
Mar 31, 2015
Messages
8
Reaction score
0
PS: Used google translator

Could someone help me with this error on my website when trying to open?? please
 

Attachments

Solution
You need to set correct permissions:

Execute this in your shell:
Code:
chown -R www-data.www-data /var/www/html
chmod -R 755 /var/www/html/system/cache
You need to set correct permissions:

Execute this in your shell:
Code:
chown -R www-data.www-data /var/www/html
chmod -R 755 /var/www/html/system/cache
 
Solution
Back
Top