Guest Posted February 16, 2007 Share Posted February 16, 2007 It says on README to hit UPDATE, no matter what i do mysql it gives this error. 1364 - Field 'pc_depends_category_id' doesn't have a default value INSERT INTO `compbuild_categories` (`pc_category_id` , `pc_category_name` , `pc_category_image` , `osc_category_id`, `pc_depends_on` , `pc_system_id` , `pc_preset_ids` , `pc_language` ) VALUES ('1' , 'ELECTRONICS' , 'noimg.gif' , '41' , '0' , '0' , '0' , '0'); Any help apreaciated, Thanks ! Quote Link to comment Share on other sites More sharing options...
Guest Posted February 17, 2007 Share Posted February 17, 2007 It says on README to hit UPDATE, no matter what i do mysql it gives this error.1364 - Field 'pc_depends_category_id' doesn't have a default value INSERT INTO `compbuild_categories` (`pc_category_id` , `pc_category_name` , `pc_category_image` , `osc_category_id`, `pc_depends_on` , `pc_system_id` , `pc_preset_ids` , `pc_language` ) VALUES ('1' , 'ELECTRONICS' , 'noimg.gif' , '41' , '0' , '0' , '0' , '0'); Any help apreaciated, Thanks ! Are you installing or updating? If you are installing a contribution that requires the database to be updated, you do not do it like that. There are many instances of how to update the database on the forum. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.