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

Gesior acc install problem xampp

Fiester

New Member
Joined
Aug 30, 2022
Messages
22
Reaction score
2
Hey. Any know how to fix
Parse error: syntax error, unexpected token "--", expecting ";" in C:\xampp\htdocs\classes\configlua.php(57) : eval()'d code on line 1
i have:

<?php

if(!defined('INITIALIZED'))
exit;
 
Hey. Any know how to fix
Parse error: syntax error, unexpected token "--", expecting ";" in C:\xampp\htdocs\classes\configlua.php(57) : eval()'d code on line 1
i have:

<?php

if(!defined('INITIALIZED'))
exit;
Hello, your error this is in script configlua.php in line 57, check if have it's " -- " in your file.

This comment in php script with //
 
Last edited:
Back
Top