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
AND
My config.lua:
what can i do???
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???