MyBB Community Forums

Full Version: 1364 banuser doesnt have a default value
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
https://gyazo.com/504cfc9515874e001ec9dbc958125f0e

whenever someone tries to register they get this error.

I tried usingĀ ALTER TABLE mybb_users ALTER COLUMN banuser INT DEFAULT 0 in query but I have no idea what I'm doing so I pressed update and submit but it is still messed up and I was wondering if anyone could help me.

Yes I followed other guides but they don't work for me.
Which plugin do you install ?
You can try: ALTER TABLE mybb_users CHANGE banuser INT DEFAULT 0