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

Continual mistakes :<

chybaloda10

New Member
Joined
Oct 31, 2012
Messages
31
Reaction score
2
A few years ago i making ot..everything was working. Now i want to refresh my ots, but i have a lot of errors.
info: tibia 8.6, tfs 0.3.5 (Crying Damson)..i use this same but only xampp r updated version. i make new database and everywhere is error
i cant install any acc maker, old acc maker work with new xampp? or i should use my old version of xampp?
Worth doing server at 8.6? Or convert it to 10+?
 
Solution
i install webserv this same error when i install acc, in confug.lua i have passwordType = "sha1"
Error occured!
Error ID: #C-5
More info: ERROR: #C-5 : Class::ConfigPHP - Key encryptionType doesn't exist.

File: C:\WebServ\httpd\classes/configphp.php Line: 96
File: C:\WebServ\httpd/install.php Line: 220
any ideas?
try changing
passwordType = "sha1"
to
encryptionType = "sha1"

if it doesnt work, use this gesior version for tfs 0.3
https://github.com/gesior/Gesior2012/archive/TFS-0.3.6_and_0.4_to_rev_3703.zip
I believe you should provide the errors?
Also it is a matter of preference if you want to use 8.6 or 10+
 
Ppl who uses 8.6 like the "old PVP" (botters), while ppl who uses 10+ prefer... more content (my case).

My guess is: your PHP and MySQL are newer than your old ones. Some functions were updated and doen't work (or give you an error message telling you to update).

Try to update your website, probably gesior.

GitHub - gesior/Gesior2012: Gesior 2012 - Account Maker [website] for OTSes, account maker you can find in BRANCHES. Select 'branch'.

lCWbgSt.jpg



OR, just use your old xampp version.
 
i install webserv this same error when i install acc, in confug.lua i have passwordType = "sha1"
Error occured!
Error ID: #C-5
More info: ERROR: #C-5 : Class::ConfigPHP - Key encryptionType doesn't exist.

File: C:\WebServ\httpd\classes/configphp.php Line: 96
File: C:\WebServ\httpd/install.php Line: 220
any ideas?
 
Last edited:
i install webserv this same error when i install acc, in confug.lua i have passwordType = "sha1"
Error occured!
Error ID: #C-5
More info: ERROR: #C-5 : Class::ConfigPHP - Key encryptionType doesn't exist.

File: C:\WebServ\httpd\classes/configphp.php Line: 96
File: C:\WebServ\httpd/install.php Line: 220
any ideas?
try changing
passwordType = "sha1"
to
encryptionType = "sha1"

if it doesnt work, use this gesior version for tfs 0.3
https://github.com/gesior/Gesior2012/archive/TFS-0.3.6_and_0.4_to_rev_3703.zip
 
Solution
Back
Top