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

Gesior Acc problem

Pening

Pingwin :P
Joined
Nov 25, 2008
Messages
152
Reaction score
6
Location
Poland/Płock
Code:
Check server configuration

Warning: fopen() has been disabled for security reasons in /var/www/install.php on line 6

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

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

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

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/0.3.3/config.lua) is not within the allowed path(s): (/var/www/) in /var/www/install.php on line 149

I added chmod -R 777 * (d www) but it doasn't works ;/
 
Warning: fopen() has been disabled for security reasons in /var/www/install.php on line 6

The fopen command has been disabled by your host. Contact them and ask them if you they can re-enable it for you.
Most free hosts does not allow this due to the risk of DDOS scripts and similar.

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

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

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

These are part of fopen, thus they will not work either because fopen is disabled.

Code:
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/0.3.3/config.lua) is not within the allowed path(s): (/var/www/) in /var/www/install.php on line 149

This means that it cannot read your config.lua most likely because it cannot connect to it using fopen.
Either that, or Geisor.Acc is not ment to be used on a remote host where the OT-server is on another server than the webserver.
 
Back
Top