Not solved... 
Hello, I have recently come up with an bug. Well, let me explain.
I am using Avesta 7.6, and is interested on making it work on Uniform Server & Modern AAC (Yes, it should work, just take a look here).
Everything is working properly, I can start the server, PMA works completely fine, and the settings in server config is correct. On my homepage, I can search for characters, frags and guilds what so ever.
The problem: As soon as I am trying to create a character it stops working. Please, click here to watch the picture. Furthermore, neither can I create an account/character over SQL Queries on PMA...
According to me, everything seem to work but to create new accounts and characters. But there might lay some problems deep in that shit which I do not understand right now, therefore I kindly ask you... Some of you say that Uniform/Modern only works on TFS distros, but according to Znote's thread he says that "It does not matter what OT server you want to run, but this tutorial will use the latest official TFS server available."
Help will be remembered and rep+++!
Sincerely

Hello, I have recently come up with an bug. Well, let me explain.
I am using Avesta 7.6, and is interested on making it work on Uniform Server & Modern AAC (Yes, it should work, just take a look here).
Everything is working properly, I can start the server, PMA works completely fine, and the settings in server config is correct. On my homepage, I can search for characters, frags and guilds what so ever.
The problem: As soon as I am trying to create a character it stops working. Please, click here to watch the picture. Furthermore, neither can I create an account/character over SQL Queries on PMA...
Code:
Error
SQL query:
#---------------------------------------------------
INSERT INTO accounts( `id` , `password` , `type` , `group_id` )
VALUES (
@acc , @pass , 5, (
SELECT `id`
FROM groups
WHERE `name` = 'a god'
)
);
MySQL said:
#1054 - Unknown column 'type' in 'field list'
According to me, everything seem to work but to create new accounts and characters. But there might lay some problems deep in that shit which I do not understand right now, therefore I kindly ask you... Some of you say that Uniform/Modern only works on TFS distros, but according to Znote's thread he says that "It does not matter what OT server you want to run, but this tutorial will use the latest official TFS server available."
Help will be remembered and rep+++!
Sincerely
Last edited: