• 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 and Gesior

Mejen

New Member
Joined
Jan 12, 2008
Messages
133
Reaction score
0
Does Gesior aac support Linux? I'm running debian and i can't install it.

Code:
STEP 1
Check server configuration

Warning: fopen(config/config.ini) [function.fopen]: failed to open stream: Permission denied 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: fopen(config/config.ini) [function.fopen]: failed to open stream: Permission denied 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
File config.lua loaded from /root/Source/0.2.5/config.lua and looks like fine server config file. Now you can check database(mysql) connection: STEP 2 - check database connection
 
thats a stupid question, YES, Gesior supports Mac* BSD* Linux* Windows* Anything that can run a apache-server/php interpreter and sql server

go console -> sudo su ->cd to your otserv dir ->
Code:
chmod -R 5555 *
can do 7777 if that doesn't work (PS: 5555 will probably make you have to run otserv as super-user)
 
Back
Top