MyBB Community Forums

Full Version: Lock plugin for NewPoints error on activation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I get this error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1364 - Field 'description' doesn't have a default value
Query:
INSERT INTO mybb_settinggroups (`name`,`title`,`disporder`,`isdefault`) VALUES ('lock','Lock Settings',1,0)

Why?
Looks like you're either missing a "description" field or the "description" has no specific value.
Insert it within the query and see if it's fixed, or insert something into the description value.