MyBB Community Forums

Full Version: cant create users after adding column in _users
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
ive been running into non stop errors, this one i want to fix the most but dont know how to.

i added a column 'hwid', in mybb_users, everythings going good, external program enters it right, no problems there.

the issue is when ever i or someone else tries to create a user i get an sql error

'MyBB has experienced an internal SQL error and cannot continue'

does anyone know how to fix? i imagine i just have to declare it somewhere but im not too sure


side note: everything works fine once i remove it
Does the column definition have a default value set on it, or is it set to allow null values? If it doesn't, then MyBB will error as it won't be specifying a value.
(2021-10-16, 04:24 PM)Matt Wrote: [ -> ]Does the column definition have a default value set on it, or is it set to allow null values? If it doesn't, then MyBB will error as it won't be specifying a value.

youre a life saver and im an idiot haha.

thanks so much man