• 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 for tfs 0.3.4 problem...

Elxcogote

New Member
Joined
Sep 12, 2008
Messages
20
Reaction score
0
Hi im using tfs 0.3.4 patch2 and i want to use the latest gesior version for my tfs version but i get this error

STEP 2
Warning: Error parsing C:/Documents and Settings/Administrador/Escritorio/Ayoros Legends/config.lua on line 142 in C:\xampplite\htdocs\install.php on line 177

AND

Database error - can't connect to MySQL database. Possible reasons:
1. MySQL server is not running on host.
2. MySQL user, password, database or host isn't configured in: C:/Documents and Settings/Administrador/Escritorio/Ayoros Legends/config.lua .
3. MySQL user, password, database or host is wrong.

My config.lua:

-- Database
-- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
-- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = *****
sqlPass = *****
sqlDatabase = "ayoros"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTImeout = 10
passwordType = "plain"

what can i do???
 
I delete all comments on config.lua and the error remains the same.

Database error - can't connect to MySQL database. Possible reasons:
1. MySQL server is not running on host.
2. MySQL user, password, database or host isn't configured in: C:/Documents and Settings/Administrador/Escritorio/Ayoros Legends/config.lua .
3. MySQL user, password, database or host is wrong.

what can i do???
 
Back
Top