I got below error after I create new Forum at mybbb.
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1364 - Field 'xthreads_tplprefix' doesn't have a default value
Query:
INSERT INTO p_forums (name,description,linkto,type,pid,parentlist,disporder,active,open,allowhtml,allowmycode,allowsmilies,allowimgcode,allowvideocode,allowpicons,allowtratings,usepostcounts,usethreadcounts,requireprefix,password,showinjump,style,overridestyle,rulestype,rulestitle,rules,defaultdatecut,defaultsortby,defaultsortorder) VALUES ('Test','','','f',1,'',1,1,1,0,1,1,1,1,1,1,1,1,0,'',1,0,0,0,'','',0,'','')
I got below error after I create new Forum at mybbb.
SQL Error: 1364 - Field 'xthreads_tplprefix' doesn't have a default value Query: INSERT INTO p_forums (
name
,description
,linkto
,type
,pid
,parentlist
,disporder
,active
,open
,allowhtml
,allowmycode
,allowsmilies
,allowimgcode
,allowvideocode
,allowpicons
,allowtratings
,usepostcounts
,usethreadcounts
,requireprefix
,password
,showinjump
,style
,overridestyle
,rulestype
,rulestitle
,rules
,defaultdatecut
,defaultsortby
,defaultsortorder
) VALUES ('Test','','','f',1,'',1,1,1,0,1,1,1,1,1,1,1,1,0,'',1,0,0,0,'','',0,'','')