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

I can't set server patch ;/

Piechu

New Member
Joined
Oct 10, 2008
Messages
113
Reaction score
0
Location
Poland/Jasło
When i instaled a site in step 1 i have a problem :

I have ots made by elf tfs 0.3.3 and 0.3 tfs website(+1.7.0 xampp)

STEP 1
Check server configuration

Warning: Error parsing C:/Keriox Ots/config.lua on line 7 in C:\xampp\htdocs\install.php on line 156
File config.lua loaded from C:/Keriox Ots/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.

This is my config lua :
sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
-- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
mysqlType = "mysql"
mysqlHost = "localhost"
sqlPort = 3306
mysqlUser = "root"
mysqlPass = "merkucjo123"
mysqlDatabase = "TheForgottenServer"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 1 mysqlReadTimeout = 10
passwordType = "plain"

Help me plz :( I don't know what i can doing now :(
 
1. Don't use XAMMP 1.7.0, use 1.7.1(already released i guess) or 1.6.8
2. Delete all comments in your config.lua file
I mean this:
-- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
 
Aff i download Xampp 1.6.8 and the same problem :
Warning: Error parsing C:/Keriox Ots/config.lua on line 49 in C:\xampp\htdocs\install.php on line 156
File config.lua loaded from C:/Keriox Ots/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