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

Got A probelm with gesior aac

theroyal

Wassup :)
Joined
Oct 22, 2009
Messages
372
Reaction score
6
i got a real tibia map server i tryed to configure my website and its show this problem
Warning: syntax error, unexpected ':' in C:/Users/natanel/Desktop/My Open Tibia Server/RmS/config.lua on line 115 in K:\xampplite\htdocs\install.php on line 156
File config.lua loaded from C:/Users/natanel/Desktop/My Open Tibia Server/RmS/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.
what should i do?
 
i got a real tibia map server i tryed to configure my website and its show this problem
Warning: syntax error, unexpected ':' in C:/Users/natanel/Desktop/My Open Tibia Server/RmS/config.lua on line 115 in K:\xampplite\htdocs\install.php on line 156
File config.lua loaded from C:/Users/natanel/Desktop/My Open Tibia Server/RmS/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.
what should i do?

Delete all lines with "--" which means example:

--Battle

Rep me++
 
Yea you just have to remove all of your comments (The -- lines and the text after it) and just leave the configurations there to be. Then reupload and voilá!
 
it did work ty
i got another problem this:
when i add samples it say
Add samples to DB:
News ticker sample is already in database. New sample is not needed.
News sample is already in database. New sample is not needed.

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'skulltime' in 'field list'' in K:\xampplite\htdocs\install.php:576 Stack trace: #0 K:\xampplite\htdocs\install.php(576): PDO->query('INSERT INTO pla...') #1 {main} thrown in K:\xampplite\htdocs\install.php on line 576

and when i try to put admin pass
it say this:

Set Admin Account

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'name' in 'field list'' in K:\xampplite\htdocs\pot\OTS_Account.php:229 Stack trace: #0 K:\xampplite\htdocs\pot\OTS_Account.php(229): PDO->query('SELECT `i

what should i do?
 
what do u mean i created a database named theforgottenserver and added
theforgottenserver.sql
to the database and it shoul work
 
Go to your PHPAdmin Database, open your tibia database and press sql. Copy the stuff which I wrote and press go.

And Voila you fixed one bug.
 
Back
Top