I am filling in all the fields on the upload screen for an image, a image (ss1.jpg) is appearing in the Screenshots folder and IS the correct image (not the name I gave it however) but on upload I receive the following error:
1364: Field 'approve' doesn't have a default value
SQL:
INSERT INTO `roster_addon_screenshots` ( `id` , `file` , `caption` , `ext`, `catagory` ) VALUES ( NULL , 'ss1', 'Starblade homage to the Queen.', 'jpg', 'Great Moments in Guild History');
File: functions.php
Line: 220
What am I missing?