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

Trying to set up server path for mysql

Niioxce

Otland lurker
Joined
Jun 22, 2012
Messages
324
Reaction score
4
Location
Sweden
I'm trying to set server path for mysql and when i go to localhost/install.php and select server path this is what i get.

Warning: syntax error, unexpected '(' in C:/Users/ABBE/Desktop/ZoroxOt/config.lua on line 18 in C:\xampp\htdocs\install.php on line 130
File config.lua loaded from C:/Users/ABBE/Desktop/ZoroxOt/config.lua and it's not valid TFS config.lua file

Help?:(
 
Using Gesior?

Try to remove the comments in the config.lua

Like this:
Code:
-- Banishments

-- Connection config

-- Database
-- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
-- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
-- encryptionType can be plain, md5, sha1, sha256, sha512.

remove all -- comments and it will work.

Rep++ if I helped you.
 
Back
Top