• 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 ACC - create an account

marek2904

New Member
Joined
Oct 12, 2009
Messages
9
Reaction score
0
Hello.

I'm having trouble creating an account.

When you type something in the box "account name" error occurs.

PHP:
Warning: parse_ini_file(../tfs/config.lua) [function.parse-ini-file]: failed to open stream: No such file or directory in /home/ots/www/ajax/check_account.php on line 32

Fatal error: Call to a member function query() on a non-object in /home/ots/www/pot/OTS_Account.php on line 247

Sorry for my english.

Please help.
 
All files are even set, Chmody all to 777 ...

@edit


Signature also not operable. It's probably no connection to the database.
 
Last edited:
All files are even set, Chmody all to 777 ...

@edit


Signature also not operable. It's probably no connection to the database.

PHP:
$server_config = parse_ini_file($config_ini['server_path'].'config.lua');

This function said so cannot find your config.lua, it is from check_account.php therfore probably you dont correctly wrote link to your dir of ots or do you not chmoded all of files. You must remember so you must also chmod all files into dir /var/www/config wihout config.php!
 
Are you sure so do you have all files into database? This call to database and cannot find table "accounts". Check your database!
Have you sql or mysql engine?
 
It says so do you not have account table or mysql query cannot find it. Check your link in config.lua were are name of database maybe it isnt wrote correct must be the same with name into mysql database!
 
Tom,
on windows you have everything worked well when installed on the vps, debian jumped to such errors, config.lua is correct, all the tables in the database are also
 
Back
Top