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

Need help with my website

Xanadu123

New Member
Joined
May 11, 2014
Messages
33
Reaction score
3
Hello friends!!

I have a problem creating my web page. I'm trying to install OT 8.60 for my computer. I use TFS 0.3.6 and UniServer Zero XV with myaac-1.2

and it gives me this error that I don't understand, it's the following!!
LUA:
sqlType = "mysql"
   sqlHost = "127.0.0.1"
   sqlPort = 3306
   sqlUser = "root"
   sqlPass = "mypassword which is obviously the same as phpmyadmind""
   sqlDatabase = "name the database"
   sqlFile = "schemas/forgotten.s3db"
   sqlKeepAlive = 0
   mysqlReadTimeout = 10
   mysqlWriteTimeout = 10
   encryptionType = "plain"

I've seen everything, and I've reviewed it, and I still get this error in the console. I have it set like this. I've already tried changing it to Plain or PLAIN - sha1 and nothing works for me. I've also looked at the password entered in phpmyadmind and everything is correct, but it still fails. It only works when I enter it in "sqlite." I have it set like this:

captur34.webpcaptur41.webpcaptur42.webpcaptur43.webp
 
Did you delete the instalation folder and try to refresh the site?

Also, check the paths if everything is fine, cuz their kinda big

P.S: Wrong section, you should post on support section
 
It only works when I enter it in "sqlite." I have it set like this:
It looks like you have problem to run OTS, not to install AAC.
You are trying to run 2012 OTS .exe with 2025 MySQL database. It probably won't work.
Maybe on some old Linux or in Docker it would work, but you probably do not have source files for that server, to compile it on Linux.
 
Are you able to connect to your website, login, and create a character?

If you can try deleting the encryptionType completely from your config file. If that doesn’t work try
encryptionType=“text”
Or
encryptionType=“plain/text”
 
Back
Top