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

site off

Dogrinha

New Member
Joined
Oct 6, 2019
Messages
206
Solutions
1
Reaction score
2
Hello, I am trying to configure my new site, but unfortunately something is causing it not to go online, some configuration is missing.
AuthName "xampp user"
AuthType Basic
AuthUserFile "C:\xampp\security\xampp.users"
require valid-user

I don't use shampoo and I don't use windows. I don't know how to configure this part, or if it is affecting my site. while for the rest I don't know what can be

WhatsApp Image 2019-11-22 at 11.08.43.jpeg

I don't know if that would be it, but in config.ini and config.php I put / var / otserv / normal as in my old site.

i use otx2 version 8.6
 
Which OS and web server are you using?
Error 500 means the website crashed due to a bug in the code or setup which causes an internal server error.
 
Do this command:
Code:
tail /var/log/apache/error.log

What is the last error messages here?

(could be the folder is actually called apache2).
 
That's the line 56
$ret = @eval("return $value;");



PHP Parse error: syntax error, unexpected '--' (T_DEC), expecting ';' in /var/www/html/classes/configlua.php(56) : eval()'d code on line 1
 
Have you removed all comments (-- followed by text in config.lua) from your config.lua file? I think the website is crashing because eval fails to account for Lua comments when parsing the file.
 
Remove all comments from the config.lua file that gesior is trying to load.
 
Solution

Similar threads

Back
Top