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

PHP Experienced ppl help (request)

Evil Mark

President
Premium User
Joined
Nov 23, 2008
Messages
2,046
Reaction score
250
Warning: Error parsing C:/Documents and Settings/john/Desktop/Roxor Server1/config.lua on line 36 in C:\xampp\htdocs\install.php on line 77
Database error. Unknown database type in C:/Documents and Settings/john/Desktop/Roxor Server1/config.lua . Must be equal to: "mysql" or "sqlite". Now is: ""

So what's the solution?

sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "secret"
sqlDatabase = "secret"
sqlFile = "forgottenserver.sql"
sqlKeepAlive = 1

And yet, it doesn't work.
 
Back
Top