MyBB Community Forums

Full Version: [split] MyBB has experienced an internal SQL error and cannot continue.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1366 - Incorrect integer value: '' for column 'sid' at row 1
Query:
INSERT INTO mybb_settings (sid,name,title,description,optionscode,value,disporder,gid) VALUES ('','vipmembership_uids','User ID\'s','The ID\'s of the users that get a PM when someone\'s membership expires or when an admin adds someone to a membership. (separated by a comma)','text','1',1,52)


this error is shown when i try to activate my VIP member plugin
There must be lines looking like 'sid' => '', in the activate function, remove them.
I can't help more without the plugin file.
I've split this into a new thread as this error is totally unrelated to the thread that was bumped.