• 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 1.x + TFS 1.2 on Ubuntu

Noupz

New Member
Joined
Jul 13, 2010
Messages
126
Reaction score
1
I'm using xampp in Ubuntu 16.04 and i am having this problem

STEP 1
Check server configuration

Warning: file_put_contents(./config/config.php): failed to open stream: Permissão negada in /opt/lampp/htdocs/classes/website.php on line 103

Error occured!
Error ID:
More info: Website::putFileContents - Cannot write to: ./config/config.php

File: /opt/lampp/htdocs/classes/website.php Line: 106
File: /opt/lampp/htdocs/install.php Line: 87
File: /opt/lampp/htdocs/install.php Line: 206

anyone know fix it?
 
in your ssh console type
1. sudo chmod -R 777 /var/www/config/config.php or wherever is located your config.php
2. restart your xampp server
 
Back
Top