Not Solved 1366 - Incorrect integer value: 'no' for column 'isdefault' at row 1
#1
Not Solved
Hello,

My mybb version is the latest, 1.8.12

I have an SQL error when i try to install plugin "Subforumsincolumns":

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:1366 - Incorrect integer value: 'no' for column 'isdefault' at row 1Query:INSERT INTO mybb_settinggroups (gid,name,title,description,disporder,isdefault) VALUES ('0','subincol','Subforums In Columns','Show subforums in columns.','0','no')

Thank you

(2017-08-16, 02:11 AM)M0rph Wrote: Hello,

My mybb version is the latest, 1.8.12

I have an SQL error when i try to install plugin "Subforumsincolumns":

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:1366 - Incorrect integer value: 'no' for column 'isdefault' at row 1Query:INSERT INTO mybb_settinggroups (gid,name,title,description,disporder,isdefault) VALUES ('0','subincol','Subforums In Columns','Show subforums in columns.','0','no')

Thank you

First an error was for value 'NULL' for column 'gid' at row 1 and I replaced 'NULL' by '0'
Second an error was for value 'no' for column 'isdefault' at row 1 and I replaced 'no' by '0'
Third an error was for value 'NULL' for column 'sid' at row 1 and I replaced 'NULL' by '0'

Now it works, i think, in any case it is installed!

Thank you
Reply


Messages In This Thread
1366 - Incorrect integer value: 'no' for column 'isdefault' at row 1 - by M0rph - 2017-08-16, 02:11 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)