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

Problem with Gesior ACC TFS

Benz0

New Member
Joined
Jun 25, 2024
Messages
2
Reaction score
0
Hi guys,

I recently started modifying my own server, just tryed to setup to make it run, and when I try to setup gesior ACC it says

Parse error: syntax error, unexpected token "{", expecting ";" in C:\xampp\htdocs\classes\configlua.php(56) : eval()'d code on line 1
In line 56 there's only this:
$ret = @eval("return $value;");


Anyone can help me please?
thanks!
 
The problem lays in config.lua, where gesior aac cannot read the array {} in lua format.

How to overcome this? The easiest would be to remove those arrays from config. But then you lose the configuration option.

The second way is to adjust the PHP code so it reads that array, but that may be tricky.
 
Back
Top