Hello
When I try to add custom fields (of any type) to any of our weblogs, I get the following error:
Error Number: 1054
Unknown column 'field_settings' in 'field list'
INSERT INTO `exp_channel_fields` (`site_id`, `group_id`, `field_name`, `field_label`, `field_instructions`, `field_type`, `field_list_items`, `field_pre_populate`, `field_pre_channel_id`, `field_pre_field_id`, `field_related_id`, `field_related_orderby`, `field_related_sort`, `field_related_max`, `field_ta_rows`, `field_maxl`, `field_required`, `field_text_direction`, `field_search`, `field_is_hidden`, `field_fmt`, `field_show_fmt`, `field_order`, `field_content_type`, `field_settings`) VALUES ('1', '6', 'testfilefield', 'Test File Field', 'Testing', 'file', '', 0, 0, 0, '0', 0, 0, 0, '6', '128', 'n', 'ltr', 'n', 'n', 'xhtml', 'n', '10', 'any', 'YTo2OntzOjE4OiJmaWVsZF9zaG93X3NtaWxleXMiO3M6MToibiI7czoxOToiZmllbGRfc2hvd19nbG9zc2FyeSI7czoxOiJuIjtzOjIxOiJmaWVsZF9zaG93X3NwZWxsY2hlY2siO3M6MToibiI7czoyNjoiZmllbGRfc2hvd19mb3JtYXR0aW5nX2J0bnMiO3M6MToibiI7czoyNDoiZmllbGRfc2hvd19maWxlX3NlbGVjdG9yIjtzOjE6Im4iO3M6MjA6ImZpZWxkX3Nob3dfd3JpdGVtb2RlIjtzOjE6Im4iO30=')
Filename: controllers/cp/admin_content.php
Line Number: 4403We are running v2.1.3 Build: 20110411 but we still had this issue prior to the version we are on now.
I should also note only 3 custom field types appear in the dropdown menu when trying to create a new field. These are File, Text Input and Textarea. There’s no sign of Checkboxes, Radio buttons, etc etc.
We also tried redeveloping the site from scratch but when importing content from the database we got the same error.
Any help would be greatly appreciated.
Uncommon Knowledge.