No, chmod has no influence..
If I remove the one record from #__flexicontent_fields, I can push the update button and everything seems ok.. But if I come back to the dashboard I get the warning again to update. If I push the button this second time I get following db error:
Duplicate entry '1' for key 1 SQL=INSERT INTO `jos_flexicontent_fields`(`id`, `field_type`, `name`, `label`, `description`, `isfilter`, `iscore`, `issearch`, `isadvsearch`, `positions`, `published`, `attribs`, `checked_out`, `checked_out_time`, `access`, `ordering`) VALUES ('1', 'maintext', 'text', 'Description', 'The main description text (introtext/fulltext)', '0', '1', '1', '0', 'description.items.default', '1', 'display_label=0
trigger_onprepare_content=0', '0', '0000-00-00 00:00:00', '0', '2')
If you run update then 1 record will be added to the table, but the check, done in the flexicontent.php model checks if a minimum of 13 fields exist, so it's impossible...
But... if I update manually by taking the query to insert the records, all 14 records are created... so now it's working! Ahhhh.. now I'm missing relations in the _relations tables.... :roll: