MyBB Community Forums

Full Version: mysql error on installing mod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
SQL Error:1366 - Incorrect integer value: '' for column 'disporder' at row 1Query:INSERT INTO mybb_settinggroups (name,title,description,disporder,isdefault) VALUES ('miunashoutbox','Miuna Shoutbox','Settings for the Miuna Shoutbox.','','0')


what should i change it to?
The field next to "settings for Muna Shoutbox" is empty creating the error. Try changing the Shoutbox plugin source file to the following and try again.

INSERT INTO mybb_settinggroups (name,title,description,disporder,isdefault) VALUES ('miunashoutbox','Miuna Shoutbox','Settings for the Miuna Shoutbox.','0','0')