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

Solved [TFS 1.0] Error on instal Gesior AAC Maker

eduardojuniosm

Full Stack Web Developer
Joined
Dec 16, 2013
Messages
99
Reaction score
35
Location
Brazil
I downloaded the Gesior AAC Maker for TFS 1.0 (https://github.com/gesior/Gesior2012/archive/TFS-1.0.zip) but when I install it returns this error:
Code:
STEP 4
Add samples to DB:
Query:    SELECT `id`, `name`, `group_id`, `account_id`, `level`, `vocation`, `health`, `healthmax`, `experience`, `lookbody`, `lookfeet`, `lookhead`, `looklegs`, `looktype`, `lookaddons`, `maglevel`, `mana`, `manamax`, `manaspent`, `soul`, `town_id`, `posx`, `posy`, `posz`, `conditions`, `cap`, `sex`, `lastlogin`, `lastip`, `save`, `skull`, `skulltime`, `lastlogout`, `blessings`, `balance`, `stamina`, `skill_fist`, `skill_fist_tries`, `skill_club`, `skill_club_tries`, `skill_sword`, `skill_sword_tries`, `skill_axe`, `skill_axe_tries`, `skill_dist`, `skill_dist_tries`, `skill_shielding`, `skill_shielding_tries`, `skill_fishing`, `skill_fishing_tries`, `deleted`, `create_ip`, `create_date`, `comment`, `hide_char` FROM `players` WHERE `name` = 'Account Manager'
SQLSTATE:    00000
Driver code:    
Error message:    
Error occured!
Error ID:
More info: Character Account Manager does not exist. Cannot install sample characters!

File: /var/www/site/install.php  Line: 374
 
You need to import the schema from tfs first.
"More info: Character Account Manager does not exist. Cannot install sample characters!"

Sometimes it helps to read the messages...
 
Use Znote AAC this works fine with TFS 1.0
Znote aac is not good if you don't have alot of experience with php, since there are pretty much nothing for the public. Thats why people prefer gesior, there are alot of things you can download for free, without having to modify alot.
 
You need to import the schema from tfs first.
"More info: Character Account Manager does not exist. Cannot install sample characters!"

Sometimes it helps to read the messages...
I had already imported the schema, but still it was returning! Is that the install.php of Gesior not created this char in the database, is that the TFS 1.0 does not have the Account Manager!
 
Check if you have an account manager in the database, probbly gesior copies some from the account manager. Otherwise just do the install manually.
 
Znote aac is not good if you don't have alot of experience with php, since there are pretty much nothing for the public. Thats why people prefer gesior, there are alot of things you can download for free, without having to modify alot.
Yes but Gesior not edit correctly repository for TFS 1.0.
 
Back
Top