Webmaker VIP
Total posts: 9
05 Mar 2013 20:37

I am getting a mysql error of the following when I try to create a new field.

500 Unknown column 'g.icon' in 'field list' SQL=SELECT f.*,ag.title AS access_level,g.title AS group_field_title, etc etc

Last Modified: 02 Mar 2014


Sergey
Total posts: 13,748
05 Mar 2013 22:26

Somehow icon column was not created for table of field groups. Create one.

ALTER TABLE `#__js_res_fields_group` ADD COLUMN `icon` VARCHAR(100) NULL  AFTER `checked_out_time`;

Or try to uninstall Cobalt and install again.

Powered by Cobalt