• 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 AAC Error

Obito

0x1337
Joined
Jun 4, 2008
Messages
399
Solutions
12
Reaction score
221
i get this error please help


Notice: Undefined index: page in E:\xampp\htdocs\install.php on line 40

Notice: Undefined index: page in E:\xampp\htdocs\install.php on line 52

Notice: Undefined index: page in E:\xampp\htdocs\install.php on line 63
 
hmm goto
config.lua
and edit
LUA:
	-- Database
	sqlType = "mysql"
	sqlHost = "localhost"
	sqlPort = 3306
	sqlUser = "root"
	sqlPass = "databasepass"
	sqlDatabase = "datebase"
	sqlFile = "forgottenserver.s3db"
	sqlKeepAlive = 10
	mysqlReadTimeout = 0
	mysqlWriteTimeout = 0
	encryptionType = "plain"
 
Back
Top