MyBB Community Forums

Full Version: Mod Toolbox Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When i try create a thread tool in the moderators toolbox area of admin cp, i always get this error message:

MySQL error: 1364
Field 'postoptions' doesn't have a default value
Query: INSERT INTO mybb_modtools (type, threadoptions, name, description, forums) VALUES ('t', 'a:13:{s:12:\"deletethread\";s:2:\"no\";s:12:\"mergethreads\";s:2:\"no\";s:10:\"deletepoll\";s:2:\"no\";s:15:\"removeredirects\";s:2:\"no\";s:13:\"approvethread\";s:0:\"\";s:10:\"openthread\";s:0:\"\";s:10:\"movethread\";i:-1;s:18:\"movethreadredirect\";s:3:\"yes\";s:24:\"movethreadredirectexpire\";i:0;s:10:\"copythread\";i:-1;s:10:\"newsubject\";s:9:\"{subject}\";s:8:\"addreply\";s:0:\"\";s:12:\"replysubject\";s:0:\"\";}', 'test', '', '-1')

Any ideas how i can sort it?
Do you have MySQL Strict Mode enabled? If so, you should turn it off.
My webhost mate just sorted it.

Many thanks!