First thing is the SQL database is bugged from a clean install of v6 Emucoach 4.3.4 if you are going to use a website to query the database with php.
The account table will not allow new entries without either inserting a value into 'mutereason' or set a DEFAULT value in the .sql file (I don't know how to do this on a running SQL server, I just dumped it, rewrote the auth.sql to include a DEFAULT value for 'mutereason')
Also, I cannot create new characters on this release. I am assuming it is the same problem, no DEFAULT values being set on certain columns. Due to the inability of the development team to recognize this issue, this server is absolutely unplayable because god knows how many more "No Default value" errors this server will go through, which in effect makes the whole script not change anything, which is why I think character creation DOES NOT work on a clean Emucoach v6 4.3.4 server.
Does anybody know a fix for this?
The account table will not allow new entries without either inserting a value into 'mutereason' or set a DEFAULT value in the .sql file (I don't know how to do this on a running SQL server, I just dumped it, rewrote the auth.sql to include a DEFAULT value for 'mutereason')
Also, I cannot create new characters on this release. I am assuming it is the same problem, no DEFAULT values being set on certain columns. Due to the inability of the development team to recognize this issue, this server is absolutely unplayable because god knows how many more "No Default value" errors this server will go through, which in effect makes the whole script not change anything, which is why I think character creation DOES NOT work on a clean Emucoach v6 4.3.4 server.
Does anybody know a fix for this?