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

web problem

Entral

C
Joined
May 1, 2009
Messages
371
Reaction score
0
Location
Sweden
why do i keep getting this problem?
Code:
Warning: Error parsing C:/Users/jh/Desktop/Resistance World/config.lua on line 32 in C:\xampp\htdocs\install.php on line 150
File config.lua loaded from C:/Users/jh/Desktop/World/config.lua and it's not valid TFS config.lua file. Go to STEP 1 - select other directory. If it's your config.lua file from TFS contact with acc. maker author.
 
NO!! ITS WRONG !!

U MUST REMOVE THE "" /// ""

/////////////// = NO WORKS!!

REMOVE ALL "/"

so it will work

and remmebr rep :D
 
at last, got ur fix right here

i dont care whats in your config, and i haven't checked whats in your config,
add these lines in your config.lua
Code:
mysqlUser = "blabla"
mysqlPass = "blabla"
and it should work

xD funny way of saying it, right?

EDIT: here is a reference from the PHP
Code:
if(isset($config['server']['mysqlHost'])) {
 
//new (0.2.6+) ots config.lua file
 
$mysqlhost = $config['server']['mysqlHost'];
 
$mysqluser = $config['server']['mysqlUser'];
 
$mysqlpass = $config['server']['mysqlPass'];
 
$mysqldatabase = $config['server']['mysqlDatabase'];
 
Last edited:
at last, got ur fix right here

i dont care whats in your config, and i haven't checked whats in your config,
add these lines in your config.lua
Code:
mysqlUser = "blabla"
mysqlPass = "blabla"
and it should work

xD funny way of saying it, right?

EDIT: here is a reference from the PHP
Code:
if(isset($config['server']['mysqlHost'])) {
 
//new (0.2.6+) ots config.lua file
 
$mysqlhost = $config['server']['mysqlHost'];
 
$mysqluser = $config['server']['mysqlUser'];
 
$mysqlpass = $config['server']['mysqlPass'];
 
$mysqldatabase = $config['server']['mysqlDatabase'];

mysqlUser = "blabla"
mysqlPass = "blabla"
is the way i log into right?
and i just put it into my config? anywhere?
 
mysqlUser = "blabla"
mysqlPass = "blabla"
is the way i log into right?
and i just put it into my config? anywhere?
well, not just brainlessly paste it behind a comment, but yeah anywhere

and if your uncertain, just make a few new lines at the bottom of the config.lua and paste it there

(and ofc change "blabla" with whatever mysql user/pass you got :p)
 
This config.lua should work.
config.lua
and if not, notice the "number", it isn't number 150 that is the problem anymore, and you must tell us the new number...
 
Last edited:
This config.lua should work.
config.lua
and if not, notice the "number", it isn't number 150 that is the problem anymore, and you must tell us the new number...

Code:
Warning: syntax error, unexpected ':' in C:/Users/jh/Desktop/Resistance World/config.lua on line 30 in D:\xampp\htdocs\install.php on line 150
File config.lua loaded from C:/Users/jh/Desktop/Resistance World/config.lua and it's not valid TFS config.lua file. Go to STEP 1 - select other directory. If it's your config.lua file from TFS contact with acc. maker author.
 
Back
Top