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

Website not syncing with server

jp1998

New Member
Joined
Aug 21, 2017
Messages
2
Reaction score
0
I followed this guide to set up my website with my server, but haven't found success. Even though it's pretty straight forward, this is how my website looks:

0VqCMg.jpg



In the video they use uniform, but I was getting the same result, as of now I'm using XAMPP. I already tried everything and am sure I followed every step. This is how database looks:

xGFrsC.jpg
 
Solution
in your website files config.lua

Code:
// Available options: TFS_02, TFS_03
    // TFS 0.2 = TFS_02
    // TFS 0.3 = TFS_03 (If ur using 0.3.6, set $config['salt'] to false)!
    // TFS 0.4 = TFS_03
    // TFS 1.0 = TFS_10 (Under developement)
    $config['TFSVersion'] = 'TFS_10';

Make sure it is the right version for your distro.
in your website files config.lua

Code:
// Available options: TFS_02, TFS_03
    // TFS 0.2 = TFS_02
    // TFS 0.3 = TFS_03 (If ur using 0.3.6, set $config['salt'] to false)!
    // TFS 0.4 = TFS_03
    // TFS 1.0 = TFS_10 (Under developement)
    $config['TFSVersion'] = 'TFS_10';

Make sure it is the right version for your distro.
 
Solution
in your website files config.lua

Code:
// Available options: TFS_02, TFS_03
    // TFS 0.2 = TFS_02
    // TFS 0.3 = TFS_03 (If ur using 0.3.6, set $config['salt'] to false)!
    // TFS 0.4 = TFS_03
    // TFS 1.0 = TFS_10 (Under developement)
    $config['TFSVersion'] = 'TFS_10';

Make sure it is the right version for your distro.

Omg cant believe that was it lol haha ... I thought I had gone through every configuration. Thanks!
 
Back
Top