MyBB Community Forums

Full Version: I want to active this plugin, but it bring up this error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to active a plugin Call Postlite ads

WHen I active it, it bring this error

MyBB has experienced an internal SQL error and cannot continue.
SQL Error:1366 - Incorrect integer value: 'NULL' for column wapforum_mybb708.mybbr9_settinggroups.gid at row 1Query:INSERT INTO mybbr9_settinggroups (gid,name,title,description,disporder,isdefault) VALUES ('NULL','postad','PostAd(lite)','Displays ads in the first post of every thread','15','no')
Please contact the MyBB Group for technical support.



HOw can I fixed this?
Seems like the plugin tries to insert a NULL into the gid field, which is actually auto incremented.