2017-03-23, 01:38 PM
(2017-03-16, 05:14 PM)Skullgraver Wrote: MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1364 - Field 'order' doesn't have a default value
Query:
INSERT INTO mybbrm_mysubs (name
,admin_desc
,description
,recurring
,price
,currency
,new_group
,active
,accepted_gids
,item_name
,item_number
) VALUES ('Loyalist','Loyalist','Loyalist',0,'N;','EUR',8,1,'all','Loyalist','sub_{$sid}')
Please contact the MyBB Group for technical support.
how to fix?
Ask your host to disable strict mode for MySQL. An alternative solution is to alter the table so the column order has a default value which can be done in PHPMyAdmin