Ulysses Stuff > Ulysses Release Archives

OpenSteam: Bans and User Management System

<< < (19/23) > >>

StrayanDropbear:
hey, when i join my server i get

GetPlayerFromDB threw an error:
Field 'steamID' doesn't have a default value

Neubivljiv:
What database you are using?

Your database probably have enabled the sql mode, "STRICT_TRANS_TABLES".

You need to change the my.ini / my.cnf value for sql-mode to be the following:


--- Code: ---sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
--- End code ---


and restart the server.

StrayanDropbear:
doesn't seem to change it, i'm using MySQL server on windows

Neubivljiv:
Sorry, I posted wrong cfg. Change to this:


--- Code: ---sql_mode=NO_ENGINE_SUBSTITUTION
--- End code ---

Or manually edit field steamID, click on Default and set As Default: (leave empty).

StrayanDropbear:
ok that worked thanks, also for the groups when editing in ulx does it write to sql? or is that just the web? and with addons adding more command etc, does it effect it?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version