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

AccMaker LINUX -SQL-8.31

Dixdix

New Member
Joined
Nov 25, 2008
Messages
9
Reaction score
0
Hello, i have problem with Accmaker to TFS 8.31 latest version !
Gesior acc maker : can not install (dont know how =/ errors..)
I AM INSTALLING IN LINUX-UBUNTU other's accmakers was fail, be cause dont write in sql one rekord "NAME" it do "id" <- Acc Nr
, do "PASSWORD" but no NAME! When i write manulay in sql "NAME" It works !
Please help me..
When i install Gesior Acc Maker is it :
heck server configuration

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

Warning: rewind(): supplied argument is not a valid stream resource in /opt/lampp/htdocs/tests/install.php on line 11

Warning: fwrite(): supplied argument is not a valid stream resource in /opt/lampp/htdocs/tests/install.php on line 12

Warning: fclose(): supplied argument is not a valid stream resource in /opt/lampp/htdocs/tests/install.php on line 13

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

Warning: rewind(): supplied argument is not a valid stream resource in /opt/lampp/htdocs/tests/install.php on line 11

Warning: fwrite(): supplied argument is not a valid stream resource in /opt/lampp/htdocs/tests/install.php on line 12

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

HE SAID : I can not open config/config.ini
: $file = fopen("config/config.ini", "w");
What is problem with it /\ ?
 
Last edited:
WARNING! Gnu/Linux systems doesn't use .htdocs by default! I recommend to cut config.ini and paste it to your OT folder and edit config-and-functions.php & install.php files. Just replace:
Code:
config/config.ini
with your OT folder, ex.:
Code:
/home/user/ots/
Now you can give chmod 777 for config.ini:
Code:
 sudo chmod 777 /home/user/ots/
 
Back
Top