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

AAC Znote Acc 1.6 with TFS 1.2

Xedoxo

Member
Joined
Oct 24, 2010
Messages
131
Reaction score
19
Hi,

I have this:

Have done at the first upload this schema (OTS works without problems)

Problems starts when i upload schema from znote 1.6 to previous one ^
PHP:
2024/06/14 10:01:43 [error] 23439#23439: *38 FastCGI sent in stderr: "PHP message: PHP Fatal error:  Uncaught mysqli_sql_exception: Field 'name' doesn't have a default value in /home/app/znote/engine/database/connect.php:90

No able to create account

Someone know how to solve this ?
 
Last edited:
Open your phpMyAdmin, workbench or any other MySQL manager that you’re using. Set a default value for column ‘name’ in your accounts table by using the alter table function or command line. The issue is that your accounts table has a column ‘name’ and your AAC is not inserting a value into that column. This will likely be fine by adding NULL to the default
 
Back
Top