• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Problem with website :S

GoD Axel

HuH FUCK???
Joined
Apr 25, 2009
Messages
199
Reaction score
0
Location
IRAK And Soon The Newest War Ots
HII!!!


i got a Problwm with the website i have do all htdocs all and i goto 127.0.0.1
and then i was in step:1,2,and 3 it coming that:


Warning: Error parsing C:/Users/Barakat/Desktop/Slayer Yurots 84 v11/config.lua on line 139 in C:\xampp\htdocs\install.php on line 71
Database error. Unknown database type in C:/Users/Barakat/Desktop/Slayer Yurots 84 v11/config.lua . Must be equal to: "mysql" or "sqlite". Now is: ""


Who can help me i give reP!!!
 
Code:
	-- Database
	-- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
	-- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
	sqlType = "[B]MYSQL[/B]" 
	sqlHost = "localhost"
	sqlPort = 3306
	sqlUser = "root"
	sqlPass = "[B]PASSWORD OF YOUR MYSQL[/B]"
	sqlDatabase = "[B]DATABASE OF YOUR OT[/b]"
	sqlFile = "forgottenserver.s3db"
	sqlKeepAlive = 60
	mysqlReadTimeout = 10
	optimizeDatabaseAtStartup = "no"
	passwordType = "plain"

You could use sqlType = "SQLITE" but then
Code:
sqlFile = "forgottenserver.s3db"
will be your database of your OT.

Hope you solve it!
Regards.
 
The problem is that you aren't using TFS and Gesior's AAC is made for TFS. A way to fix it is downloading a config.lua file from TFS, calling it configt.lua, going to config-and-functions.php, going to the 13th line and changing it with this:
PHP:
$config['server'] = parse_ini_file($config['site']['server_path'].'configt.lua');
Magich :D
EDIT: you need to edit confingt.lua as you want it to be ;)
 
Back
Top