You clearly don't know what that SQL even does.. That is not even remotely correct..Run this;
Then try to re-upload the db.Code:SET @@global.sql_mode= '';
Even the sql for plus is giving me an error. And I took the backup of My database and it gives me that error?You clearly don't know what that SQL even does.. That is not even remotely correct..
You are trying to insert less columns than you have, and enabled does not have a default value. Check your table structure.
all you had to do was give it a default valueThanks for trying to help everyone. I finally found out what the problem was. It was 'enabled' in room_items_moodlights. I just deleted that column, then imported the sql then re added the column in after and it's fine.