• 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!

Linux Gesior AAC - Error :(

Garvinland

New Member
Joined
Dec 14, 2010
Messages
18
Reaction score
0
Im using Arch Linux.. TFS 0.3.6

Code:
Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0

Fatal error: Unknown: Failed opening required '/opt/lampp/htdocs/index.php' (include_path='.:/opt/lampp/lib/php') in Unknown on line 0

How to solve this?
 
You must changing chmods... If you have loaded with the contents of the /var/www/ then change permissions.

If you use Debian do not write "sudo".

Code:
cd /var/www/
sudo chmod -R 700 .
sudo chown -R www-data:www-data .

I think it will work.
 
Back
Top