• 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 Linux Web Problem!

Quab

Mapper/C++ User
Joined
Jun 22, 2008
Messages
350
Reaction score
0
Location
In Your Dream$
STEP 1
Check server configuration

Warning: fopen(config/config.ini) [function.fopen]: failed to open stream: Permission denied in /xxx/www/install.php on line 6

Warning: rewind(): supplied argument is not a valid stream resource in /xxx/www/install.php on line 11

Warning: fwrite(): supplied argument is not a valid stream resource in /xxx/www/install.php on line 12

Warning: fclose(): supplied argument is not a valid stream resource in /xxx/www/install.php on line 13

Warning: fopen(config/config.ini) [function.fopen]: failed to open stream: Permission denied in /xxx/www/install.php on line 6

Warning: rewind(): supplied argument is not a valid stream resource in /xxx/www/install.php on line 11

Warning: fwrite(): supplied argument is not a valid stream resource in /xxx/www/install.php on line 12

Warning: fclose(): supplied argument is not a valid stream resource in /xxx/www/install.php on line 13
File config.lua loaded from /xxx/server/config.lua and looks like fine server config file. Now you can check database(mysql) connection: STEP 2 - check database connection


Im hosting in Linux Dedicated! Hosted by Green Zebra! anyone know's what's wrong!
REP+.
 
Add chmod 777 to your www folder
HTML:
chmod +x www

Is www folder in /var?

HTML:
cd /var
chmod +x www

You can also do it manually in your SSH/FTP program like FileZilla. Right click on the file/folder name and select "File Permissions" from the drop-down menu. Type in '777'.


Relic
 
Back
Top